se.cambio.cds.ts
Class Node
java.lang.Object
se.cambio.cds.ts.Node
public class Node
- extends Object
A generic tree representation with codedText as value. Immutable object.
- Author:
- rong.chen
Constructor Summary |
Node(org.openehr.rm.datatypes.text.DvCodedText value)
|
Node(org.openehr.rm.datatypes.text.DvCodedText value,
List<Node> children)
|
Node
public Node(org.openehr.rm.datatypes.text.DvCodedText value,
List<Node> children)
Node
public Node(org.openehr.rm.datatypes.text.DvCodedText value)
getValue
public org.openehr.rm.datatypes.text.DvCodedText getValue()
addChild
public void addChild(Node child)
getChildren
public List<Node> getChildren()
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
Copyright © 2013 Cambio. All Rights Reserved.