Class AbstractPropertyChainAxiom
java.lang.Object
org.geneontology.obographs.core.model.axiom.AbstractPropertyChainAxiom
- All Implemented Interfaces:
Comparable<AbstractPropertyChainAxiom>,Axiom
- Direct Known Subclasses:
PropertyChainAxiom
@Immutable
public abstract class AbstractPropertyChainAxiom
extends Object
implements Axiom, Comparable<AbstractPropertyChainAxiom>
P <- P1 ... Pn
- Author:
- cjm
-
Constructor Details
-
AbstractPropertyChainAxiom
public AbstractPropertyChainAxiom()
-
-
Method Details
-
getPredicateId
- Returns:
- the predicateId
-
getChainPredicateIds
- Returns:
- the chainPredicateIds
-
compareTo
- Specified by:
compareToin interfaceComparable<AbstractPropertyChainAxiom>
-