public class NodeInfo
extends java.lang.Object
| Constructor and Description |
|---|
NodeInfo(java.lang.String name,
ValueInfo info)
Creates a node info object from the supplied name and value info.
|
| Modifier and Type | Method and Description |
|---|---|
ValueInfo |
getInfo()
The type and shape information of this node.
|
java.lang.String |
getName()
The name of the node.
|
java.lang.String |
toString() |
public NodeInfo(java.lang.String name,
ValueInfo info)
name - The name of the node.info - The ValueInfo for this node.public java.lang.String getName()
public ValueInfo getInfo()
WARNING: MapInfo and SequenceInfo instances returned by this type will have insufficient information in
them as it's not available from the model without an example output.
public java.lang.String toString()
toString in class java.lang.Object