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 Summary
Constructors Constructor Description AbstractPropertyChainAxiom()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description intcompareTo(AbstractPropertyChainAxiom o)abstract List<String>getChainPredicateIds()abstract StringgetPredicateId()
-
-
-
Method Detail
-
getPredicateId
public abstract String getPredicateId()
- Returns:
- the predicateId
-
getChainPredicateIds
public abstract List<String> getChainPredicateIds()
- Returns:
- the chainPredicateIds
-
compareTo
public int compareTo(AbstractPropertyChainAxiom o)
- Specified by:
compareToin interfaceComparable<AbstractPropertyChainAxiom>
-
-