Quick links: Examples - Files.
Classes: Hierarchy - Index - List - Members.
Packages: Index - base - jni.

Public Member Functions | List of all members
cogitant.jni.GraphEdge Class Reference

Edge of a Graph. More...

+ Inheritance diagram for cogitant.jni.GraphEdge:

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...
 

Detailed Description

Edge of a Graph.

JNI implementation.

Member Function Documentation

◆ end()

cogitant.base.GraphObject cogitant.jni.GraphEdge.end ( )

End.

Implements cogitant.base.GraphEdge.

◆ isEdge()

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.

◆ label()

int cogitant.jni.GraphEdge.label ( )

Label.

Implements cogitant.base.GraphEdge.

◆ toString()

String cogitant.jni.GraphEdge.toString ( )