Class AbstractEdge
java.lang.Object
org.geneontology.obographs.core.model.AbstractEdge
- All Implemented Interfaces:
Comparable<AbstractEdge>,NodeOrEdge
- Direct Known Subclasses:
Edge
@Immutable
public abstract class AbstractEdge
extends Object
implements NodeOrEdge, Comparable<AbstractEdge>
An edge connects two nodes via a predicate
- Author:
- cjm
-
Field Summary
Fields inherited from interface org.geneontology.obographs.core.model.NodeOrEdge
EMPTY_META -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geneontology.obographs.core.model.NodeOrEdge
getMeta
-
Constructor Details
-
AbstractEdge
public AbstractEdge()
-
-
Method Details
-
getSub
-
getPred
-
getObj
-
compareTo
- Specified by:
compareToin interfaceComparable<AbstractEdge>
-