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

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

Uses of SWRLAtomDObject in org.semanticweb.owl.model
 

Subinterfaces of SWRLAtomDObject 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 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

 

Methods in org.semanticweb.owl.model that return types with arguments of type SWRLAtomDObject
 java.util.List<SWRLAtomDObject> SWRLBuiltInAtom.getArguments()
           
 

Methods in org.semanticweb.owl.model with parameters of type SWRLAtomDObject
 SWRLDataRangeAtom SWRLDataFactory.getSWRLDataRangeAtom(OWLDataRange rng, SWRLAtomDObject arg)
          Gets a SWRL data range atom, i.e.
 SWRLDataValuedPropertyAtom SWRLDataFactory.getSWRLDataValuedPropertyAtom(OWLDataPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomDObject arg1)
          Gets a SWRL data property atom, i.e.
 

Method parameters in org.semanticweb.owl.model with type arguments of type SWRLAtomDObject
 SWRLBuiltInAtom SWRLDataFactory.getSWRLBuiltInAtom(SWRLBuiltInsVocabulary builtIn, java.util.List<SWRLAtomDObject> args)
          Creates a SWRL Built-In atom.
 

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

Classes in uk.ac.manchester.cs.owl that implement SWRLAtomDObject
 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

 

Methods in uk.ac.manchester.cs.owl that return types with arguments of type SWRLAtomDObject
 java.util.List<SWRLAtomDObject> SWRLBuiltInAtomImpl.getArguments()
           
 

Methods in uk.ac.manchester.cs.owl with parameters of type SWRLAtomDObject
 SWRLDataRangeAtom OWLDataFactoryImpl.getSWRLDataRangeAtom(OWLDataRange rng, SWRLAtomDObject arg)
          Gets a SWRL data range atom, i.e.
 SWRLDataValuedPropertyAtom OWLDataFactoryImpl.getSWRLDataValuedPropertyAtom(OWLDataPropertyExpression property, SWRLAtomIObject arg0, SWRLAtomDObject arg1)
          Gets a SWRL data property atom, i.e.
 

Method parameters in uk.ac.manchester.cs.owl with type arguments of type SWRLAtomDObject
 SWRLBuiltInAtom OWLDataFactoryImpl.getSWRLBuiltInAtom(SWRLBuiltInsVocabulary builtIn, java.util.List<SWRLAtomDObject> args)
          Creates a SWRL Built-In atom.
 

Constructors in uk.ac.manchester.cs.owl with parameters of type SWRLAtomDObject
SWRLDataRangeAtomImpl(OWLDataFactory dataFactory, OWLDataRange predicate, SWRLAtomDObject arg)
           
SWRLDataValuedPropertyAtomImpl(OWLDataFactory dataFactory, OWLDataPropertyExpression predicate, SWRLAtomIObject arg0, SWRLAtomDObject arg1)
           
 

Constructor parameters in uk.ac.manchester.cs.owl with type arguments of type SWRLAtomDObject
SWRLBuiltInAtomImpl(OWLDataFactory dataFactory, SWRLBuiltInsVocabulary predicate, java.util.List<SWRLAtomDObject> args)