public class ScanNode extends AbstractSDRFNode
| Modifier and Type | Field and Description | 
|---|---|
Map<String,List<String>> | 
comments  | 
List<FactorValueAttribute> | 
factorValues  | 
nodeName| Constructor and Description | 
|---|
ScanNode()  | 
| 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()
Delegates to  
values(int), using the channel labeled as channel one. | 
String[] | 
values(int channel)
Request values by factor value attribute scanner channel. 
 | 
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<FactorValueAttribute> factorValues
public String[] headers()
SDRFNodepublic String[] values(int channel)
channel - the channel to return values forpublic String[] values()
values(int), using the channel labeled as channel one.  In single channel experiments, this
 will be all values, but in two or three channel experiments using this form of the method will only return
 channel one values, resulting in the loss of data.  You should not use this form of the method in multichannel
 experiments.Copyright © 2014. All rights reserved.