Comparable<OWLObject>
, HasAnnotationPropertiesInSignature
, HasAnonymousIndividuals
, HasClassesInSignature
, HasContainsEntityInSignature
, HasDataPropertiesInSignature
, HasDatatypesInSignature
, HasIndividualsInSignature
, HasObjectPropertiesInSignature
, HasSignature
, IsAnonymous
, OWLObject
, Serializable
SWRLArgument
, SWRLAtom
, SWRLBinaryAtom<A,B>
, SWRLBuiltInAtom
, SWRLClassAtom
, SWRLDArgument
, SWRLDataPropertyAtom
, SWRLDataRangeAtom
, SWRLDifferentIndividualsAtom
, SWRLIArgument
, SWRLIndividualArgument
, SWRLLiteralArgument
, SWRLObjectPropertyAtom
, SWRLRule
, SWRLSameIndividualAtom
, SWRLUnaryAtom<A>
, SWRLVariable
SWRLAtomImpl
, SWRLBinaryAtomImpl
, SWRLBuiltInAtomImpl
, SWRLClassAtomImpl
, SWRLDataPropertyAtomImpl
, SWRLDataRangeAtomImpl
, SWRLDifferentIndividualsAtomImpl
, SWRLIndividualArgumentImpl
, SWRLLiteralArgumentImpl
, SWRLObjectPropertyAtomImpl
, SWRLRuleImpl
, SWRLSameIndividualAtomImpl
, SWRLUnaryAtomImpl
, SWRLVariableImpl
public interface SWRLObject extends OWLObject
Modifier and Type | Method | Description |
---|---|---|
void |
accept(SWRLObjectVisitor visitor) |
|
<O> O |
accept(SWRLObjectVisitorEx<O> visitor) |
compareTo
getAnnotationPropertiesInSignature
getAnonymousIndividuals
getClassesInSignature
containsEntityInSignature
getDataPropertiesInSignature
getDatatypesInSignature
getIndividualsInSignature
getObjectPropertiesInSignature
getSignature
isAnonymous
accept, accept, getNestedClassExpressions, isBottomEntity, isIndividual, isIRI, isTopEntity, toString
void accept(@Nonnull SWRLObjectVisitor visitor)
visitor
- visitor to accept@Nonnull <O> O accept(@Nonnull SWRLObjectVisitorEx<O> visitor)
O
- visitor return typevisitor
- visitor to acceptCopyright © 2018 The University of Manchester. All rights reserved.