public class LabeledExtractNode extends AbstractSDRFNode
| Modifier and Type | Field and Description |
|---|---|
List<CharacteristicsAttribute> |
characteristics |
Map<String,List<String>> |
comments |
String |
description |
LabelAttribute |
label |
MaterialTypeAttribute |
materialType |
nodeName| Constructor and Description |
|---|
LabeledExtractNode() |
| 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 LabelAttribute label
public final List<CharacteristicsAttribute> characteristics
public MaterialTypeAttribute materialType
public String description
public String[] headers()
SDRFNodepublic String[] values()
SDRFNodeSDRFNode.headers() and SDRFNode.values() have exactly the same length and the same order.Copyright © 2014. All rights reserved.