A - atom typeB - atom typepublic abstract class SWRLBinaryAtomImpl<A extends SWRLArgument,B extends SWRLArgument> extends SWRLAtomImpl implements SWRLBinaryAtom<A,B>
NO_ANNOTATIONS, OWL_THING| Modifier | Constructor and Description |
|---|---|
protected |
SWRLBinaryAtomImpl(SWRLPredicate predicate,
A arg0,
B arg1) |
| Modifier and Type | Method and Description |
|---|---|
protected int |
compareObjectOfSameType(OWLObject object) |
Collection<SWRLArgument> |
getAllArguments()
Gets all of the arguments in this atom.
|
A |
getFirstArgument()
Gets the first argument.
|
B |
getSecondArgument()
Gets the second argument.
|
getPredicatecompareLists, compareSets, compareTo, equals, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, hashCode, isBottomEntity, isTopEntity, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPredicateaccept, acceptaccept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntitycompareToprotected SWRLBinaryAtomImpl(SWRLPredicate predicate, A arg0, B arg1)
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>protected int compareObjectOfSameType(OWLObject object)
compareObjectOfSameType in class OWLObjectImplCopyright © 2014 The University of Manchester. All Rights Reserved.