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

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

Uses of SWRLAtomIObject in org.semanticweb.owl.model
 

Subinterfaces of SWRLAtomIObject in org.semanticweb.owl.model
 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 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 with parameters of type SWRLAtomIObject
 SWRLClassAtom SWRLDataFactory.getSWRLClassAtom(OWLDescription desc, SWRLAtomIObject arg)
          Gets a SWRL class atom, i.e.
 SWRLDataValuedPropertyAtom SWRLDataFactory.getSWRLDataValuedPropertyAtom(OWLDataPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomDObject arg1)
          Gets a SWRL data property atom, i.e.
 SWRLDifferentFromAtom SWRLDataFactory.getSWRLDifferentFromAtom(SWRLAtomIObject arg0, SWRLAtomIObject arg1)
           
 SWRLObjectPropertyAtom SWRLDataFactory.getSWRLObjectPropertyAtom(OWLObjectPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomIObject arg1)
          Gets a SWRL object property atom, i.e.
 SWRLSameAsAtom SWRLDataFactory.getSWRLSameAsAtom(SWRLAtomIObject arg0, SWRLAtomIObject arg1)
           
 

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

Classes in uk.ac.manchester.cs.owl that implement SWRLAtomIObject
 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 with parameters of type SWRLAtomIObject
 SWRLClassAtom OWLDataFactoryImpl.getSWRLClassAtom(OWLDescription desc, SWRLAtomIObject arg)
          Gets a SWRL class atom, i.e.
 SWRLDataValuedPropertyAtom OWLDataFactoryImpl.getSWRLDataValuedPropertyAtom(OWLDataPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomDObject arg1)
          Gets a SWRL data property atom, i.e.
 SWRLDifferentFromAtom OWLDataFactoryImpl.getSWRLDifferentFromAtom(SWRLAtomIObject arg0, SWRLAtomIObject arg1)
           
 SWRLObjectPropertyAtom OWLDataFactoryImpl.getSWRLObjectPropertyAtom(OWLObjectPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomIObject arg1)
          Gets a SWRL object property atom, i.e.
 SWRLSameAsAtom OWLDataFactoryImpl.getSWRLSameAsAtom(SWRLAtomIObject arg0, SWRLAtomIObject arg1)
           
 

Constructors in uk.ac.manchester.cs.owl with parameters of type SWRLAtomIObject
SWRLClassAtomImpl(OWLDataFactory dataFactory, OWLDescription predicate, SWRLAtomIObject arg)
           
SWRLDataValuedPropertyAtomImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression predicate, SWRLAtomIObject arg0, SWRLAtomDObject arg1)
           
SWRLDifferentFromAtomImpl(OWLDataFactory dataFactory, SWRLAtomIObject arg0, SWRLAtomIObject arg1)
           
SWRLObjectPropertyAtomImpl(OWLDataFactory dataFactory, OWLObjectPropertyExpression predicate, SWRLAtomIObject arg0, SWRLAtomIObject arg1)
           
SWRLSameAsAtomImpl(OWLDataFactory dataFactory, SWRLAtomIObject arg0, SWRLAtomIObject arg1)