public class ExtractNode extends AbstractSDRFNode
| Modifier and Type | Field and Description | 
|---|---|
List<CharacteristicsAttribute> | 
characteristics  | 
Map<String,List<String>> | 
comments  | 
String | 
description  | 
MaterialTypeAttribute | 
materialType  | 
nodeName| Constructor and Description | 
|---|
ExtractNode()  | 
| 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 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.