Inherited by cogitant.jni.GraphObject.
Classes | |
enum | ReferentType |
Referent type. More... | |
enum | Type |
Node type. More... | |
Public Member Functions | |
Graph | graph () |
Type | objectType () |
Type of the node. More... | |
SupportObject | type () |
Primitive type of the concept/relation/nesting node. More... | |
Collection< SupportObject > | conjunctiveType () |
Type of the concept/relation/nesting node. More... | |
boolean | hasConjunctiveType () |
Returns true iff the type of the node is a conjunctive type. More... | |
String | typeAsString () |
Type of the concept/relation/nesting node. More... | |
ReferentType | referentType () |
Referent type of a concept node. More... | |
SupportObject | individual () |
Individual of the individual concept node. More... | |
String | referentAsString () |
Referent of the concept node. More... | |
String | label () |
Label of the node. More... | |
String | identifier () |
Identifier of a node. More... | |
Collection< GraphEdge > | neighbourhood () |
Neighbourhood: set of edges linked to this node. More... | |
Node of a Graph.
Collection<SupportObject> cogitant.base.GraphObject.conjunctiveType | ( | ) |
Type of the concept/relation/nesting node.
Graph cogitant.base.GraphObject.graph | ( | ) |
boolean cogitant.base.GraphObject.hasConjunctiveType | ( | ) |
Returns true iff the type of the node is a conjunctive type.
String cogitant.base.GraphObject.identifier | ( | ) |
Identifier of a node.
SupportObject cogitant.base.GraphObject.individual | ( | ) |
Individual of the individual concept node.
String cogitant.base.GraphObject.label | ( | ) |
Label of the node.
Collection<GraphEdge> cogitant.base.GraphObject.neighbourhood | ( | ) |
Neighbourhood: set of edges linked to this node.
String cogitant.base.GraphObject.referentAsString | ( | ) |
Referent of the concept node.
ReferentType cogitant.base.GraphObject.referentType | ( | ) |
Referent type of a concept node.
SupportObject cogitant.base.GraphObject.type | ( | ) |
Primitive type of the concept/relation/nesting node.
String cogitant.base.GraphObject.typeAsString | ( | ) |
Type of the concept/relation/nesting node.