Index
All Classes|All Packages
I
- IN - Static variable in class com.marginallyclever.nodegraphcore.NodeConnectionPointInfo
-
Indicates this connection point is an input to a
Node
. - indexOfNode(Class<Add>) - Method in class com.marginallyclever.nodegraphcore.NodeGraph
-
Return the index within the list of nodes of the first occurrence of class c.
- indexOfNode(Class<Add>, int) - Method in class com.marginallyclever.nodegraphcore.NodeGraph
-
Return the index within the list of nodes of the first occurrence of class c, starting the search at the specified index.
- isConnectedTo(Node) - Method in class com.marginallyclever.nodegraphcore.NodeConnection
-
Returns true if this
NodeConnection
is attached at either end to a givenNode
. - isDirty - Variable in class com.marginallyclever.nodegraphcore.NodeVariable
-
is this variable dirty?
- isDirty() - Method in class com.marginallyclever.nodegraphcore.Node
-
Check if any variables are dirty.
- isEmpty() - Method in class com.marginallyclever.nodegraphcore.NodeGraph
-
Returns true if the node list is empty.
- isInputValid() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
- isOutputValid() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
- isValidDataType() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
- isValidType(Object) - Method in class com.marginallyclever.nodegraphcore.NodeVariable
-
Returns true if the given item is an instance of this value's type.
All Classes|All Packages