public class SWRLBuiltInAtomImpl extends SWRLAtomImpl implements SWRLBuiltInAtom
Constructor and Description |
---|
SWRLBuiltInAtomImpl(IRI predicate,
List<SWRLDArgument> args) |
Modifier and Type | Method and Description |
---|---|
Stream<SWRLArgument> |
allArguments() |
Stream<SWRLDArgument> |
arguments() |
List<SWRLDArgument> |
getArguments() |
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, toString
accept, accept, accept, accept, components, hashIndex, initHashCode, typeIndex
getAllArguments
getNestedClassExpressions, hashIteration, hasSharedStructure, isAnonymousExpression, isAxiom, isBottomEntity, isIndividual, isIRI, isOntology, isTopEntity, nestedClassExpressions
compareTo
getSignature, signature, unsortedSignature
containsEntityInSignature
anonymousIndividuals, getAnonymousIndividuals
classesInSignature, getClassesInSignature
getObjectPropertiesInSignature, objectPropertiesInSignature
dataPropertiesInSignature, getDataPropertiesInSignature
getIndividualsInSignature, individualsInSignature
datatypesInSignature, getDatatypesInSignature
annotationPropertiesInSignature, getAnnotationPropertiesInSignature
componentsAnnotationsFirst, componentsWithoutAnnotations
isAnonymous, isNamed
addAnonymousIndividualsToSet, addSignatureEntitiesToSet
public SWRLBuiltInAtomImpl(IRI predicate, List<SWRLDArgument> args)
predicate
- predicateargs
- builtin argumentpublic IRI getPredicate()
SWRLAtom
getPredicate
in interface SWRLAtom
getPredicate
in interface SWRLBuiltInAtom
getPredicate
in class SWRLAtomImpl
public boolean isCoreBuiltIn()
SWRLBuiltInAtom
isCoreBuiltIn
in interface SWRLBuiltInAtom
true
if this is a core builtin, otherwise false
public Stream<SWRLDArgument> arguments()
arguments
in interface SWRLBuiltInAtom
public Stream<SWRLArgument> allArguments()
allArguments
in interface SWRLAtom
public List<SWRLDArgument> getArguments()
getArguments
in interface SWRLBuiltInAtom
Copyright © 2020 The University of Manchester. All rights reserved.