Class DynamicNode

All Implemented Interfaces:
ClassifierInstance<Concept>, HasFeatureValues, HasSettableParent, Node

public class DynamicNode extends DynamicClassifierInstance<Concept> implements Node, HasSettableParent
DynamicNode can be used to represent Node of any Concept. The drawback is that this class expose only homogeneous-APIs (e.g., getProperty('book')) and not heterogeneous-APIs (e.g., getBook()).