A - atom typepublic abstract class SWRLUnaryAtomImpl<A extends SWRLArgument> extends SWRLAtomImpl implements SWRLUnaryAtom<A>
| Constructor and Description |
|---|
SWRLUnaryAtomImpl(SWRLPredicate predicate,
A arg) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAnonymousIndividualsToSet(Set<OWLAnonymousIndividual> anons) |
void |
addSignatureEntitiesToSet(Set<OWLEntity> entities) |
Collection<SWRLArgument> |
getAllArguments()
Gets all of the arguments in this atom.
|
A |
getArgument() |
getPredicatecompareTo, containsEntityInSignature, equals, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringgetPredicateaccept, acceptaccept, accept, getNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignaturepublic SWRLUnaryAtomImpl(@Nonnull SWRLPredicate predicate, @Nonnull A arg)
predicate - predicatearg - atompublic void addSignatureEntitiesToSet(Set<OWLEntity> entities)
addSignatureEntitiesToSet in interface HasIncrementalSignatureGenerationSupportentities - entity set where entities will be addedpublic void addAnonymousIndividualsToSet(Set<OWLAnonymousIndividual> anons)
addAnonymousIndividualsToSet in interface HasIncrementalSignatureGenerationSupportanons - anonymous individuals set where individuals will be addedpublic A getArgument()
getArgument in interface SWRLUnaryAtom<A extends SWRLArgument>@Nonnull public Collection<SWRLArgument> getAllArguments()
SWRLAtomgetAllArguments in interface SWRLAtomCopyright © 2016 The University of Manchester. All Rights Reserved.