Uses of Interface
com.clarkparsia.pellet.rules.model.AtomObject

Packages that use AtomObject
com.clarkparsia.pellet.rules   
com.clarkparsia.pellet.rules.model   
 

Uses of AtomObject in com.clarkparsia.pellet.rules
 

Methods in com.clarkparsia.pellet.rules with parameters of type AtomObject
static boolean VariableUtils.isVariable(AtomObject obj)
          Returns true if atom object is a variable
 aterm.ATermAppl RulesToATermTranslator.translate(AtomObject obj)
           
 Pair<aterm.ATermAppl,DependencySet> RulesToReteTranslator.translateAtomObject(AtomObject obj)
          Return a pair of a term, and a dependency set.
 

Uses of AtomObject in com.clarkparsia.pellet.rules.model
 

Classes in com.clarkparsia.pellet.rules.model with type parameters of type AtomObject
 class BinaryAtom<P,A extends AtomObject,B extends AtomObject>
           Title: Property Atom
 class BinaryAtom<P,A extends AtomObject,B extends AtomObject>
           Title: Property Atom
 class UnaryAtom<A extends AtomObject>
           Title: Unary Atom
 

Subinterfaces of AtomObject in com.clarkparsia.pellet.rules.model
 interface AtomDObject
           Title: Atom Data Object
 interface AtomIObject
           Title: Atom Individual Object
 

Classes in com.clarkparsia.pellet.rules.model that implement AtomObject
 class AtomConstant
           Title: Atom Constant
 class AtomDConstant
           Title: Atom Data Constant
 class AtomDVariable
           Title: Atom Data Variable
 class AtomIConstant
           Title: Atom Instance Constant
 class AtomIVariable
           Title: Atom Instance Variable
 class AtomVariable
           Title: Atom Variable
 

Methods in com.clarkparsia.pellet.rules.model that return types with arguments of type AtomObject
 java.util.List<AtomObject> BinaryAtom.getAllArguments()
           
 java.util.Collection<? extends AtomObject> RuleAtom.getAllArguments()
          Return all arguments (constants and variables) to the rule atom.
abstract  java.util.List<? extends AtomObject> RuleAtomImpl.getAllArguments()
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.