public class SWRLBuiltInAtomImpl extends SWRLAtomImpl implements SWRLBuiltInAtom
| Constructor and Description |
|---|
SWRLBuiltInAtomImpl(IRI predicate,
List<SWRLDArgument> args) |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<SWRLArgument> |
allArguments()
Gets all of the arguments in this atom.
|
java.util.stream.Stream<SWRLDArgument> |
arguments() |
IRI |
getPredicate()
Gets the predicate of this atom.
|
boolean |
isCoreBuiltIn()
Determines if the predicate of this atom is is a core builtin.
|
annotationPropertiesInSignature, anonymousIndividuals, classesInSignature, compareTo, containsEntityInSignature, dataPropertiesInSignature, datatypesInSignature, equals, hashCode, individualsInSignature, nestedClassExpressions, objectPropertiesInSignature, signature, toStringaccept, accept, accept, accept, components, getArguments, hashIndex, typeIndexgetAllArgumentsgetNestedClassExpressions, hasSharedStructure, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressionscompareTogetSignature, signaturecontainsEntityInSignatureanonymousIndividuals, getAnonymousIndividualsclassesInSignature, getClassesInSignaturegetObjectPropertiesInSignature, objectPropertiesInSignaturedataPropertiesInSignature, getDataPropertiesInSignaturegetIndividualsInSignature, individualsInSignaturedatatypesInSignature, getDatatypesInSignatureannotationPropertiesInSignature, getAnnotationPropertiesInSignaturecomponentsAnnotationsFirst, componentsWithoutAnnotationsisAnonymousaddAnonymousIndividualsToSet, addSignatureEntitiesToSetpublic SWRLBuiltInAtomImpl(IRI predicate, List<SWRLDArgument> args)
predicate - predicateargs - builtin argumentpublic IRI getPredicate()
SWRLAtomgetPredicate in interface SWRLAtomgetPredicate in interface SWRLBuiltInAtomgetPredicate in class SWRLAtomImplpublic boolean isCoreBuiltIn()
SWRLBuiltInAtomisCoreBuiltIn in interface SWRLBuiltInAtomtrue if this is a core builtin, otherwise falsepublic java.util.stream.Stream<SWRLDArgument> arguments()
arguments in interface SWRLBuiltInAtompublic java.util.stream.Stream<SWRLArgument> allArguments()
SWRLAtomallArguments in interface SWRLAtomCopyright © 2017 The University of Manchester. All Rights Reserved.