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 Summary
Constructors Constructor Description AbstractExistentialRestrictionExpression()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(AbstractExistentialRestrictionExpression o)abstract StringgetFillerId()abstract StringgetPropertyId()
-
-
-
Method Detail
-
getPropertyId
public abstract String getPropertyId()
- Returns:
- the propertyId
-
getFillerId
public abstract String getFillerId()
- Returns:
- the representativeNodeId
-
compareTo
public int compareTo(AbstractExistentialRestrictionExpression o)
- Specified by:
compareToin interfaceComparable<AbstractExistentialRestrictionExpression>
-
-