public final class InputEdges extends Edges
Edges.TypeFields.ObjectTransformer| Constructor and Description |
|---|
InputEdges(int directCount,
ArrayList<NodeClass.InputInfo> edges) |
| Modifier and Type | Method and Description |
|---|---|
InputType |
getInputType(int index) |
boolean |
isOptional(int index) |
static void |
translateInto(InputEdges inputs,
ArrayList<NodeClass.InputInfo> infos) |
void |
update(Node node,
Node oldValue,
Node newValue) |
clear, contains, copy, getDirectCount, getNode, getNodeList, getNodeListUnsafe, getNodeUnsafe, getPositionsIterable, initializeList, initializeLists, initializeNode, putNodeListUnsafe, putNodeUnsafe, putNodeUnsafeChecked, setNode, translateInto, typeappendFields, copy, copy, create, forClass, get, getBoolean, getByte, getChar, getCount, getDeclaringClass, getDouble, getFloat, getInt, getLong, getName, getObject, getOffsets, getRawPrimitive, getShort, getType, isSame, putObject, putObjectChecked, setRawPrimitive, toString, translateIntopublic InputEdges(int directCount,
ArrayList<NodeClass.InputInfo> edges)
public static void translateInto(InputEdges inputs, ArrayList<NodeClass.InputInfo> infos)
public InputType getInputType(int index)
public boolean isOptional(int index)