public interface SWRLBuiltInAtom extends SWRLAtom
| Modifier and Type | Method and Description |
|---|---|
default void |
accept(OWLObjectVisitor visitor)
Accepts a visitor
|
default <O> O |
accept(OWLObjectVisitorEx<O> visitor)
Accepts a visitor
|
default void |
accept(SWRLObjectVisitor visitor) |
default <O> O |
accept(SWRLObjectVisitorEx<O> visitor) |
Stream<SWRLDArgument> |
arguments() |
default Stream<?> |
components() |
default List<SWRLDArgument> |
getArguments() |
IRI |
getPredicate()
Gets the predicate of this atom.
|
default int |
hashIndex() |
default int |
initHashCode() |
boolean |
isCoreBuiltIn()
Determines if the predicate of this atom is is a core builtin.
|
default int |
typeIndex() |
allArguments, getAllArgumentsgetNestedClassExpressions, hashIteration, hasSharedStructure, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signature, unsortedSignaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturecomponentsAnnotationsFirst, componentsWithoutAnnotationsisAnonymous, isNameddefault Stream<?> components()
components in interface HasComponentsdefault int initHashCode()
initHashCode in interface OWLObjectdefault int hashIndex()
hashIndex in interface HasHashIndexdefault int typeIndex()
IRI getPredicate()
SWRLAtomgetPredicate in interface SWRLAtomdefault List<SWRLDArgument> getArguments()
Stream<SWRLDArgument> arguments()
boolean isCoreBuiltIn()
true if this is a core builtin, otherwise falsedefault void accept(OWLObjectVisitor visitor)
OWLObjectdefault <O> O accept(OWLObjectVisitorEx<O> visitor)
OWLObjectdefault void accept(SWRLObjectVisitor visitor)
accept in interface SWRLObjectvisitor - visitor to acceptdefault <O> O accept(SWRLObjectVisitorEx<O> visitor)
accept in interface SWRLObjectO - visitor return typevisitor - visitor to acceptCopyright © 2019 The University of Manchester. All rights reserved.