Uses of Class
org.semanticweb.owl.vocab.SWRLBuiltInsVocabulary

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

Uses of SWRLBuiltInsVocabulary in org.semanticweb.owl.model
 

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

Uses of SWRLBuiltInsVocabulary in org.semanticweb.owl.vocab
 

Methods in org.semanticweb.owl.vocab that return SWRLBuiltInsVocabulary
static SWRLBuiltInsVocabulary SWRLBuiltInsVocabulary.getBuiltIn(java.net.URI uri)
           
static SWRLBuiltInsVocabulary SWRLBuiltInsVocabulary.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SWRLBuiltInsVocabulary[] SWRLBuiltInsVocabulary.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in uk.ac.manchester.cs.owl with parameters of type SWRLBuiltInsVocabulary
 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 SWRLBuiltInsVocabulary
SWRLBuiltInAtomImpl(OWLDataFactory dataFactory, SWRLBuiltInsVocabulary predicate, java.util.List<SWRLAtomDObject> args)