Edge of a Graph. More...
Public Member Functions | |
int | label () |
Label. More... | |
cogitant.base.GraphObject | end () |
End. More... | |
boolean | isEdge () |
Returns true iff this Edge is a "real" edge. More... | |
String | toString () |
Additional Inherited Members | |
Static Public Attributes inherited from cogitant.base.GraphEdge | |
static final int | PARENT = -1 |
Parent label: from a GraphObject to its parent. More... | |
static final int | CHILD = -2 |
Child label: from a GraphObject to one of its children. More... | |
static final int | COREFERENCE = -3 |
Coreference label: from a coreference class GraphObject to its concept GraphObjects (and from a concept GraphObject to its coreference class GraphObject. More... | |
Edge of a Graph.
JNI implementation.
cogitant.base.GraphObject cogitant.jni.GraphEdge.end | ( | ) |
End.
Implements cogitant.base.GraphEdge.
boolean cogitant.jni.GraphEdge.isEdge | ( | ) |
Returns true iff this Edge is a "real" edge.
A "real" edge is an edge with a label() >= 1.
Implements cogitant.base.GraphEdge.
int cogitant.jni.GraphEdge.label | ( | ) |
Label.
Implements cogitant.base.GraphEdge.
String cogitant.jni.GraphEdge.toString | ( | ) |