Uses of Interface
org.mindswap.swrl.AtomList

Packages that use AtomList
org.mindswap.owl   
org.mindswap.owls.generic.expression   
org.mindswap.owls.io   
org.mindswap.query   
org.mindswap.swrl   
 

Uses of AtomList in org.mindswap.owl
 

Methods in org.mindswap.owl with parameters of type AtomList
 void OWLModel.apply(AtomList atoms)
          Apply the given set of (ground) atoms to the model.
 

Uses of AtomList in org.mindswap.owls.generic.expression
 

Methods in org.mindswap.owls.generic.expression that return AtomList
 AtomList Expression.getBody()
           
 

Methods in org.mindswap.owls.generic.expression with parameters of type AtomList
 void Expression.setBody(AtomList body)
           
 

Uses of AtomList in org.mindswap.owls.io
 

Methods in org.mindswap.owls.io with parameters of type AtomList
abstract  void BaseExpressionWriter.write(AtomList atoms)
           
 

Uses of AtomList in org.mindswap.query
 

Methods in org.mindswap.query that return AtomList
 AtomList ABoxQuery.getBody()
           
 

Constructors in org.mindswap.query with parameters of type AtomList
ABoxQuery(AtomList body)
           
ABoxQuery(AtomList body, java.util.Collection resultVars)
           
 

Uses of AtomList in org.mindswap.swrl
 

Methods in org.mindswap.swrl that return AtomList
 AtomList AtomList.add(Atom atom)
           
 AtomList AtomList.apply(ValueMap values)
          Apply the given values possibly binding some of the variables in this AtomList to concrete values.
 AtomList SWRLFactory.createList()
           
 AtomList SWRLFactory.createList(Atom atom)
           
 AtomList AtomList.insert(Atom atom)
           
 AtomList AtomList.insertAt(int index, Atom item)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.