public class FeatureNode extends AbstractADFNode
| Modifier and Type | Field and Description |
|---|---|
int |
blockColumn |
int |
blockRow |
int |
column |
Map<String,String> |
comments |
int |
row |
nodeName| Constructor and Description |
|---|
FeatureNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Nodes are determined to be equal() if they are of the same class, have the same
Node.getNodeType() value and
the same AbstractNode.getNodeName() value. |
String |
getNodeType()
Get the type of this node in the graph.
|
int |
hashCode() |
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.
|
addChildNode, addChildNode, addParentNode, addParentNode, getChildNodes, getLog, getNodeName, getParentNodes, removeChildNode, removeParentNode, setNodeName, toString, updateChildNode, updateParentNodeclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddChildNode, addChildNode, addParentNode, addParentNode, getChildNodes, getNodeName, getParentNodes, removeChildNode, removeParentNode, setNodeName, updateChildNode, updateParentNodepublic int blockColumn
public int blockRow
public int column
public int row
public boolean equals(Object obj)
AbstractNodeNode.getNodeType() value and
the same AbstractNode.getNodeName() value.equals in class AbstractNodeobj - the object to compare for equalitypublic int hashCode()
hashCode in class AbstractNodepublic String[] headers()
ADFNodepublic String[] values()
ADFNodeADFNode.headers() and ADFNode.values() have exactly the same length and the same order.Copyright © 2014. All rights reserved.