Inheritance diagram for cogitant.jni.GraphObject:Public Member Functions | |
| int | hashCode () |
| cogitant.base.Graph | graph () |
| cogitant.base.GraphObject.Type | objectType () |
| Type of the node. | |
| cogitant.base.SupportObject | type () |
| Primitive type of the concept/relation/nesting node. | |
| Collection < cogitant.base.SupportObject > | conjunctiveType () |
| Type of the concept/relation/nesting node. | |
| boolean | hasConjunctiveType () |
| Returns true iff the type of the node is a conjunctive type. | |
| String | typeAsString () |
| Type of the concept/relation/nesting node. | |
| cogitant.base.GraphObject.ReferentType | referentType () |
| Referent type of a concept node. | |
| cogitant.base.SupportObject | individual () |
| Individual of the individual concept node. | |
| String | referentAsString () |
| Referent of the concept node. | |
| String | label () |
| Label of the node. | |
| String | identifier () |
| Identifier of a node. | |
| Collection < cogitant.base.GraphEdge > | neighbourhood () |
| Neighbourhood: set of edges linked to this node. | |
| String | toString () |
| boolean | equals (Object o) |
Package Functions | |
| GraphObject (cogitant.jni.Graph graph, int id) | |
| cogitant.jni.Graph | jniGraph () |
| int | jniId () |
Node of a Graph.
JNI implementation.
| cogitant.jni.GraphObject.GraphObject | ( | cogitant.jni.Graph | graph, |
| int | id | ||
| ) | [package] |
References cogitant.jni.GraphObject.graph().
Referenced by cogitant.jni.GraphObject.equals().
| Collection<cogitant.base.SupportObject> cogitant.jni.GraphObject.conjunctiveType | ( | ) |
Type of the concept/relation/nesting node.
Implements cogitant.base.GraphObject.
| boolean cogitant.jni.GraphObject.equals | ( | Object | o | ) |
References cogitant.jni.GraphObject.GraphObject().
| cogitant.base.Graph cogitant.jni.GraphObject.graph | ( | ) |
Implements cogitant.base.GraphObject.
Referenced by cogitant.jni.GraphObject.GraphObject().
| boolean cogitant.jni.GraphObject.hasConjunctiveType | ( | ) |
Returns true iff the type of the node is a conjunctive type.
Implements cogitant.base.GraphObject.
| int cogitant.jni.GraphObject.hashCode | ( | ) |
References cogitant.jni.EnvironmentObject.hashCode().
| String cogitant.jni.GraphObject.identifier | ( | ) |
Identifier of a node.
Implements cogitant.base.GraphObject.
| cogitant.base.SupportObject cogitant.jni.GraphObject.individual | ( | ) |
Individual of the individual concept node.
Implements cogitant.base.GraphObject.
| cogitant.jni.Graph cogitant.jni.GraphObject.jniGraph | ( | ) | [package] |
| int cogitant.jni.GraphObject.jniId | ( | ) | [package] |
Referenced by cogitant.jni.Projection.antecedentOf(), and cogitant.jni.Projection.imageOf().
| String cogitant.jni.GraphObject.label | ( | ) |
Label of the node.
Implements cogitant.base.GraphObject.
References cogitant.jni.GraphObject.objectType(), cogitant.jni.GraphObject.referentAsString(), and cogitant.jni.GraphObject.typeAsString().
| Collection<cogitant.base.GraphEdge> cogitant.jni.GraphObject.neighbourhood | ( | ) |
Neighbourhood: set of edges linked to this node.
Implements cogitant.base.GraphObject.
| cogitant.base.GraphObject.Type cogitant.jni.GraphObject.objectType | ( | ) |
Type of the node.
Implements cogitant.base.GraphObject.
Referenced by cogitant.jni.GraphObject.label().
| String cogitant.jni.GraphObject.referentAsString | ( | ) |
Referent of the concept node.
Implements cogitant.base.GraphObject.
Referenced by cogitant.jni.GraphObject.label().
| cogitant.base.GraphObject.ReferentType cogitant.jni.GraphObject.referentType | ( | ) |
Referent type of a concept node.
Implements cogitant.base.GraphObject.
| String cogitant.jni.GraphObject.toString | ( | ) |
| cogitant.base.SupportObject cogitant.jni.GraphObject.type | ( | ) |
Primitive type of the concept/relation/nesting node.
Implements cogitant.base.GraphObject.
| String cogitant.jni.GraphObject.typeAsString | ( | ) |
Type of the concept/relation/nesting node.
Implements cogitant.base.GraphObject.
Referenced by cogitant.jni.GraphObject.label().