Modifier and Type | Field and Description |
---|---|
private Edges |
edges
The edges in which this position lies.
|
private int |
index
|
private int |
subIndex
|
Constructor and Description |
---|
Position(Edges edges,
int index,
int subIndex) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Node |
get(Node node) |
int |
getIndex()
|
InputType |
getInputType() |
String |
getName() |
int |
getSubIndex()
Gets the index within a
NodeList if getIndex() denotes a NodeList
field otherwise Node.NOT_ITERABLE . |
int |
hashCode() |
void |
initialize(Node node,
Node value) |
boolean |
isInputOptional() |
void |
set(Node node,
Node value) |
String |
toString() |
public InputType getInputType()
public boolean isInputOptional()
public void initialize(Node node, Node value)
public int getSubIndex()
NodeList
if getIndex()
denotes a NodeList
field otherwise Node.NOT_ITERABLE
.public int getIndex()