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

Classes | Public Member Functions | List of all members
cogitant.base.SupportObject Interface Reference

Element of a support (concept type, relation type, nesting type, individual). More...

Inherited by cogitant.jni.SupportObject.

Classes

enum  Type
 Node type. More...
 

Public Member Functions

Support support ()
 
Type objectType ()
 Type of the node. More...
 
String label ()
 Label. More...
 
String identifier ()
 Identifier (from a CoGXML or BCGCT file) of a node. More...
 

Detailed Description

Element of a support (concept type, relation type, nesting type, individual).

Member Function Documentation

◆ identifier()

String cogitant.base.SupportObject.identifier ( )

Identifier (from a CoGXML or BCGCT file) of a node.

◆ label()

String cogitant.base.SupportObject.label ( )

Label.

◆ objectType()

Type cogitant.base.SupportObject.objectType ( )

Type of the node.

◆ support()

Support cogitant.base.SupportObject.support ( )