public class ProtocolApplicationNode extends AbstractSDRFNode
AbstractGraph.getNodes(Class)
method, instead look for the public field on the node to which this protocol is associated. So, for example..
SourceNode src = ...
List protocols = src.protocols
| Modifier and Type | Field and Description |
|---|---|
Map<String,List<String>> |
comments |
String |
date |
List<ParameterValueAttribute> |
parameterValues |
PerformerAttribute |
performer |
String |
protocol |
String |
termAccessionNumber |
String |
termSourceREF |
nodeName| Constructor and Description |
|---|
ProtocolApplicationNode() |
| 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 protocol
public String termSourceREF
public String termAccessionNumber
public final List<ParameterValueAttribute> parameterValues
public PerformerAttribute performer
public String date
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.