Uses of Interface
org.semanticweb.owl.model.SWRLAtomObject

Packages that use SWRLAtomObject
org.semanticweb.owl.model   
uk.ac.manchester.cs.owl   
 

Uses of SWRLAtomObject in org.semanticweb.owl.model
 

Classes in org.semanticweb.owl.model with type parameters of type SWRLAtomObject
 interface SWRLBinaryAtom<P,A extends SWRLAtomObject,B extends SWRLAtomObject>
          Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 interface SWRLBinaryAtom<P,A extends SWRLAtomObject,B extends SWRLAtomObject>
          Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 interface SWRLUnaryAtom<P,A extends SWRLAtomObject>
          Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 

Subinterfaces of SWRLAtomObject in org.semanticweb.owl.model
 interface SWRLAtomConstantObject
          Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 interface SWRLAtomDObject
          Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 interface SWRLAtomDVariable
          Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 interface SWRLAtomIndividualObject
          Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 interface SWRLAtomIObject
          Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 interface SWRLAtomIVariable
          Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007

matthew.horridge@cs.man.ac.uk
www.cs.man.ac.uk/~horridgm

 

Methods in org.semanticweb.owl.model that return types with arguments of type SWRLAtomObject
 java.util.Collection<? extends SWRLAtomObject> SWRLAtom.getAllArguments()
           
 

Uses of SWRLAtomObject in uk.ac.manchester.cs.owl
 

Classes in uk.ac.manchester.cs.owl with type parameters of type SWRLAtomObject
 class SWRLBinaryAtomImpl<P extends OWLObject,A extends SWRLAtomObject,B extends SWRLAtomObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007

 class SWRLBinaryAtomImpl<P extends OWLObject,A extends SWRLAtomObject,B extends SWRLAtomObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007

 class SWRLUnaryAtomImpl<P,A extends SWRLAtomObject>
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007

 

Classes in uk.ac.manchester.cs.owl that implement SWRLAtomObject
 class SWRLAtomConstantObjectImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007

 class SWRLAtomDVariableImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007

 class SWRLAtomIndividualObjectImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007

 class SWRLAtomIVariableImpl
          Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 15-Jan-2007

 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type SWRLAtomObject
 java.util.Collection<? extends SWRLAtomObject> SWRLUnaryAtomImpl.getAllArguments()
           
 java.util.Collection<? extends SWRLAtomObject> SWRLBuiltInAtomImpl.getAllArguments()
           
 java.util.Collection<SWRLAtomObject> SWRLBinaryAtomImpl.getAllArguments()