A - atom typeB - atom typepublic abstract class SWRLBinaryAtomImpl<A extends SWRLArgument,B extends SWRLArgument> extends SWRLAtomImpl implements SWRLBinaryAtom<A,B>
| 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 |
getFirstArgument()
Gets the first argument.
|
B |
getSecondArgument()
Gets the second argument.
|
getPredicatecompareTo, containsEntityInSignature, equals, getAnnotationPropertiesInSignature, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringgetPredicateaccept, acceptaccept, accept, getNestedClassExpressions, isBottomEntity, isTopEntity, toStringcompareTogetSignaturecontainsEntityInSignaturegetAnonymousIndividualsgetClassesInSignaturegetObjectPropertiesInSignaturegetDataPropertiesInSignaturegetIndividualsInSignaturegetDatatypesInSignaturegetAnnotationPropertiesInSignaturepublic 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 added@Nonnull public Collection<SWRLArgument> getAllArguments()
SWRLAtomgetAllArguments in interface SWRLAtompublic A getFirstArgument()
SWRLBinaryAtomgetFirstArgument in interface SWRLBinaryAtom<A extends SWRLArgument,B extends SWRLArgument>public B getSecondArgument()
SWRLBinaryAtomgetSecondArgument in interface SWRLBinaryAtom<A extends SWRLArgument,B extends SWRLArgument>Copyright © 2016 The University of Manchester. All Rights Reserved.