Class AbstractExistentialRestrictionExpression
java.lang.Object
org.geneontology.obographs.core.model.axiom.AbstractExistentialRestrictionExpression
- All Implemented Interfaces:
Comparable<AbstractExistentialRestrictionExpression>,Expression
- Direct Known Subclasses:
ExistentialRestrictionExpression
@Immutable
public abstract class AbstractExistentialRestrictionExpression
extends Object
implements Expression, Comparable<AbstractExistentialRestrictionExpression>
Corresponds to an axiom of the form C = X1 and ... and Xn,
Where X_i is either a named class or OWL Restriction
- Author:
- cjm
-
Constructor Details
-
AbstractExistentialRestrictionExpression
public AbstractExistentialRestrictionExpression()
-
-
Method Details
-
getPropertyId
- Returns:
- the propertyId
-
getFillerId
- Returns:
- the representativeNodeId
-
compareTo
- Specified by:
compareToin interfaceComparable<AbstractExistentialRestrictionExpression>
-