Uses of Interface
org.mindswap.swrl.Atom

Packages that use Atom
org.mindswap.owls.io   
org.mindswap.swrl   
 

Uses of Atom in org.mindswap.owls.io
 

Methods in org.mindswap.owls.io with parameters of type Atom
 void BaseExpressionWriter.write(Atom atom)
           
 

Uses of Atom in org.mindswap.swrl
 

Subinterfaces of Atom in org.mindswap.swrl
 interface BuiltinAtom
           
 interface ClassAtom
           
 interface DataPropertyAtom
           
 interface DifferentIndividualsAtom
           
 interface IndividualPropertyAtom
           
 interface SameIndividualAtom
           
 

Methods in org.mindswap.swrl that return Atom
 Atom AtomList.atomAt(int index)
           
 

Methods in org.mindswap.swrl with parameters of type Atom
 AtomList AtomList.add(Atom atom)
           
 AtomList SWRLFactory.createList(Atom atom)
           
 AtomList AtomList.insert(Atom atom)
           
 AtomList AtomList.insertAt(int index, Atom item)
           
 



Copyright © 2004 Evren Sirin. All Rights Reserved.