public class NodeInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
UNDEFINED_MAX |
| Constructor and Description |
|---|
NodeInfo(String name) |
NodeInfo(String name,
byte max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compare the object to the given one.
|
NodeInfo[] |
getBooleanizedGroup() |
byte |
getMax() |
String |
getNodeID() |
boolean |
isInput() |
void |
setBooleanizedGroup(NodeInfo[] booleanized_group) |
void |
setInput(boolean isInput) |
void |
setMax(byte max) |
void |
setNodeID(String id) |
String |
toString() |
public static final byte UNDEFINED_MAX
public NodeInfo(String name)
public NodeInfo(String name, byte max)
public String getNodeID()
public void setNodeID(String id)
public byte getMax()
public void setMax(byte max)
public boolean isInput()
public void setInput(boolean isInput)
public boolean equals(Object obj)
public NodeInfo[] getBooleanizedGroup()
public void setBooleanizedGroup(NodeInfo[] booleanized_group)
Copyright © 2012-2017. All Rights Reserved.