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

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

Uses of AtomIObject in com.clarkparsia.pellet.rules
 

Methods in com.clarkparsia.pellet.rules with parameters of type AtomIObject
 Individual VariableBinding.get(AtomIObject key)
          If the key is a variable, return the individual associated with it in the map.
 Individual VariableBinding.set(AtomIObject key, Individual value)
          If the key is an instance variable, set the value.
 

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

Classes in com.clarkparsia.pellet.rules.model that implement AtomIObject
 class AtomIConstant
           Title: Atom Instance Constant
 class AtomIVariable
           Title: Atom Instance Variable
 

Constructors in com.clarkparsia.pellet.rules.model with parameters of type AtomIObject
ClassAtom(aterm.ATermAppl predicate, AtomIObject argument)
           
DatavaluedPropertyAtom(aterm.ATermAppl predicate, AtomIObject subject, AtomDObject object)
           
DifferentIndividualsAtom(AtomIObject argument1, AtomIObject argument2)
           
IndividualPropertyAtom(aterm.ATermAppl predicate, AtomIObject subject, AtomIObject object)
           
SameIndividualAtom(AtomIObject argument1, AtomIObject argument2)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.