|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SWRLRule
Author: Matthew Horridge
The University Of Manchester
Medical Informatics Group
Date: Jan 15, 2007
Method Summary | |
---|---|
boolean |
containsAnonymousDescriptions()
Determines if this rule uses anonymous descriptions in class atoms. |
java.util.Set<SWRLAtom> |
getBody()
Gets the atoms in the body |
java.util.Set<OWLDescription> |
getClassAtomPredicates()
Gets the predicates of class atoms. |
java.util.Set<SWRLAtomDVariable> |
getDVariables()
Gets the data variables that appear in this rule |
java.util.Set<SWRLAtom> |
getHead()
Gets the atoms in the head. |
java.util.Set<SWRLAtomIVariable> |
getIVariables()
Gets the object variables that appear in this rule |
java.net.URI |
getURI()
|
java.util.Set<SWRLAtomVariable> |
getVariables()
Gets the variables that appear in this rule. |
boolean |
isAnonymous()
Determines if this rule is anonymous. |
Methods inherited from interface org.semanticweb.owl.model.OWLAxiom |
---|
accept, accept, getAnnotationAxioms, getAxiomType, getNNF, getReferencedEntities, isLogicalAxiom |
Methods inherited from interface org.semanticweb.owl.model.OWLObject |
---|
accept, accept, getSignature |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface org.semanticweb.owl.model.SWRLObject |
---|
accept, accept |
Method Detail |
---|
boolean isAnonymous()
true
if this rule is anonymous and therefore
doesn't have a URI.java.net.URI getURI()
java.util.Set<SWRLAtom> getBody()
SWRLAtom
s, which represent the atoms
in the body of the rule.java.util.Set<SWRLAtom> getHead()
SWRLAtom
s, which represent the atoms
in the head of the rulejava.util.Set<SWRLAtomVariable> getVariables()
java.util.Set<SWRLAtomIVariable> getIVariables()
java.util.Set<SWRLAtomDVariable> getDVariables()
boolean containsAnonymousDescriptions()
true
if this rule contains anonymous
class description in class atoms, otherwise false
.java.util.Set<OWLDescription> getClassAtomPredicates()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |