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

Public Attributes | List of all members
cogitant.base.GraphObject.Type Enum Reference

Node type. More...

Public Attributes

 CONCEPT
 Concept node. More...
 
 RELATION
 Relation node. More...
 
 NESTING
 Nesting node. More...
 
 INTERNALGRAPH
 Internal graph. More...
 
 COREFERENCECLASS
 Coreference class. More...
 

Detailed Description

Node type.

Member Data Documentation

◆ CONCEPT

cogitant.base.GraphObject.Type.CONCEPT

Concept node.

◆ COREFERENCECLASS

cogitant.base.GraphObject.Type.COREFERENCECLASS

Coreference class.

◆ INTERNALGRAPH

cogitant.base.GraphObject.Type.INTERNALGRAPH

Internal graph.

◆ NESTING

cogitant.base.GraphObject.Type.NESTING

Nesting node.

◆ RELATION

cogitant.base.GraphObject.Type.RELATION

Relation node.