public class DerivedArrayDataMatrixNode extends AbstractSDRFNode
| Modifier and Type | Field and Description |
|---|---|
Map<String,List<String>> |
comments |
nodeName| Constructor and Description |
|---|
DerivedArrayDataMatrixNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNodeType()
Get the type of this node in the graph.
|
String[] |
headers()
Returns a string array representing the headers of this node and all it's attributes.
|
String[] |
values()
Returns the strings representing the values of this node and all it's attributes, indexed by the matching
headers.
|
toStringaddChildNode, addChildNode, addParentNode, addParentNode, equals, getChildNodes, getLog, getNodeName, getParentNodes, hashCode, removeChildNode, removeParentNode, setNodeName, updateChildNode, updateParentNodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddChildNode, addChildNode, addParentNode, addParentNode, getChildNodes, getNodeName, getParentNodes, removeChildNode, removeParentNode, setNodeName, updateChildNode, updateParentNodepublic String[] headers()
SDRFNodepublic String[] values()
SDRFNodeSDRFNode.headers() and SDRFNode.values() have exactly the same length and the same order.Copyright © 2014. All rights reserved.