Uses of Interface
edu.stanford.smi.protegex.owl.swrl.model.SWRLAtom

Packages that use SWRLAtom
edu.stanford.smi.protegex.owl.swrl.model   
edu.stanford.smi.protegex.owl.swrl.model.impl   
edu.stanford.smi.protegex.owl.swrl.parser   
 

Uses of SWRLAtom in edu.stanford.smi.protegex.owl.swrl.model
 

Subinterfaces of SWRLAtom in edu.stanford.smi.protegex.owl.swrl.model
 interface SWRLBuiltinAtom
           
 interface SWRLClassAtom
           
 interface SWRLDataRangeAtom
           
 interface SWRLDatavaluedPropertyAtom
           
 interface SWRLDifferentIndividualsAtom
           
 interface SWRLIndividualPropertyAtom
           
 interface SWRLIndividualsAtom
           
 interface SWRLSameIndividualAtom
           
 

Methods in edu.stanford.smi.protegex.owl.swrl.model with parameters of type SWRLAtom
 SWRLImp SWRLFactory.createImp(SWRLAtom headAtom, Collection bodyAtoms)
           
 

Uses of SWRLAtom in edu.stanford.smi.protegex.owl.swrl.model.impl
 

Classes in edu.stanford.smi.protegex.owl.swrl.model.impl that implement SWRLAtom
 class AbstractSWRLIndividualsAtom
           
 class DefaultSWRLAtom
           
 class DefaultSWRLBuiltinAtom
           
 class DefaultSWRLClassAtom
           
 class DefaultSWRLDataRangeAtom
           
 class DefaultSWRLDatavaluedPropertyAtom
           
 class DefaultSWRLDifferentIndividualsAtom
           
 class DefaultSWRLIndividualPropertyAtom
           
 class DefaultSWRLSameIndividualAtom
           
 

Uses of SWRLAtom in edu.stanford.smi.protegex.owl.swrl.parser
 

Methods in edu.stanford.smi.protegex.owl.swrl.parser that return SWRLAtom
private  SWRLAtom SWRLParser.parseAtom(String identifier)
           
private  SWRLAtom SWRLParser.parseSameAsAtomParameters()
           
private  SWRLAtom SWRLParser.parseDifferentFromAtomParameters()
           
private  SWRLAtom SWRLParser.parseClassAtomParameters(String identifier)
           
private  SWRLAtom SWRLParser.parseIndividualPropertyAtomParameters(String identifier)
           
private  SWRLAtom SWRLParser.parseDatavaluedPropertyAtomParameters(String identifier)
           
private  SWRLAtom SWRLParser.parseBuiltinParameters(String identifier)
           
private  SWRLAtom SWRLParser.parseXSDDatatypeParameters(String identifier)
           
private  SWRLAtom SWRLParser.parseEnumeratedListParameters(List enumeratedList)