public 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 |
---|---|
java.util.Collection<SWRLArgument> |
getAllArguments()
Gets all of the arguments in this atom
|
A |
getArgument() |
getPredicate
compareLists, compareObjectOfSameType, compareSets, compareTo, equals, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getOWLDataFactory, getSignature, hashCode, isBottomEntity, isTopEntity, setOWLDataFactory, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getPredicate
accept, accept
accept, accept, getAnonymousIndividuals, getClassesInSignature, getDataPropertiesInSignature, getDatatypesInSignature, getIndividualsInSignature, getNestedClassExpressions, getObjectPropertiesInSignature, getSignature, isBottomEntity, isTopEntity
public SWRLUnaryAtomImpl(SWRLPredicate predicate, A arg)
public A getArgument()
getArgument
in interface SWRLUnaryAtom<A extends SWRLArgument>
public java.util.Collection<SWRLArgument> getAllArguments()
SWRLAtom
getAllArguments
in interface SWRLAtom