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

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

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

Subinterfaces of SWRLIndividual in edu.stanford.smi.protegex.owl.swrl.model
 interface SWRLAtom
          The base interface of the various atom types in SWRL.
 interface SWRLAtomList
           
 interface SWRLBuiltin
          An instance representing a SWRL builtin.
 interface SWRLBuiltinAtom
           
 interface SWRLClassAtom
           
 interface SWRLDataRangeAtom
           
 interface SWRLDatavaluedPropertyAtom
           
 interface SWRLDifferentIndividualsAtom
           
 interface SWRLImp
           
 interface SWRLIndividualPropertyAtom
           
 interface SWRLIndividualsAtom
           
 interface SWRLSameIndividualAtom
           
 interface SWRLVariable
           
 

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

Classes in edu.stanford.smi.protegex.owl.swrl.model.impl that implement SWRLIndividual
 class AbstractSWRLIndividualsAtom
           
 class DefaultSWRLAtom
           
 class DefaultSWRLAtomList
           
 class DefaultSWRLBuiltin
           
 class DefaultSWRLBuiltinAtom
           
 class DefaultSWRLClassAtom
           
 class DefaultSWRLDataRangeAtom
           
 class DefaultSWRLDatavaluedPropertyAtom
           
 class DefaultSWRLDifferentIndividualsAtom
           
 class DefaultSWRLImp
           
 class DefaultSWRLIndividualPropertyAtom
           
 class DefaultSWRLSameIndividualAtom
           
 class DefaultSWRLVariable