Class Graph::TreeNode#

Nested Relationships#

This class is a nested type of Class Graph.

Inheritance Relationships#

Base Type#

  • public java::util::TreeMap< IDatatype, Node >

Class Documentation#

class TreeNode : public java::util::TreeMap<IDatatype, Node>

With CompareNode: manage 1, 01, 1.0 as different Node (with same index) With CompareIndex: manage IDatatype(1) IDatatype(01) IDatatype(1.0) with same index With CompareIndexStrict: manage IDatatype(1) IDatatype(01) with same index and 1.0 with different index (sparql compliant)

Public Functions

inline TreeNode()