Index
All Classes|All Packages
T
- Tan - Class in com.marginallyclever.nodegraphcore.nodes.math
-
output=tan(A)
- Tan() - Constructor for class com.marginallyclever.nodegraphcore.nodes.math.Tan
-
Constructor for subclasses to call.
- Tan(double) - Constructor for class com.marginallyclever.nodegraphcore.nodes.math.Tan
-
Constructor for subclasses to call.
- testAdd() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
confirm
Add.update()
works as expected and sets itself to not dirty - testAddTwoConstants() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
confirm adding two constants together via
NodeConnection
s works as expected - testAddTwoConstantsAndReport() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
confirm adding two constants together via
NodeConnection
s works as expected. - testAddTwoModelsTogether() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
Test that two models can be added together without loss of
Node
s without loss ofNodeConnection
while preserving values in theNodeVariable
s - testAllNodesToJSONAndBack() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
confirm all
Node
s can be created by theNodeFactory
. - testFactoryCreatesAllDefaultTypes() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
confirm factory can create all registered nodes.
- testFactoryCreatesAllSwingTypes() - Method in class com.marginallyclever.donatello.TestNodeGraphSwing
-
Make sure all nodes introduced in this package can be created.
- testFactoryFailsOnBadRequests() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
confirm factory will assert if asked for a node that doesn't exist.
- testFactoryWontRegisterTwoNodesWithSameName() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
confirm registering an already registered node throws an exception.
- testModelClears() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
confirm clearing a
NodeGraph
really does set it back to nothing. - testModelToJSONAndBack() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
confirm a
NodeGraph
can be serialized and de-serialized. - TestNodeGraphCore - Class in com.marginallyclever.nodegraphcore
-
Test the NodeGraphCore elements.
- TestNodeGraphCore() - Constructor for class com.marginallyclever.nodegraphcore.TestNodeGraphCore
- TestNodeGraphSwing - Class in com.marginallyclever.donatello
-
Test the NodeGraphSwing elements.
- TestNodeGraphSwing() - Constructor for class com.marginallyclever.donatello.TestNodeGraphSwing
- testNodesAreNotEqual() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
confirm two different nodes are not somehow equal when serialized.
- testNodeVariablesToJSONAndBack() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
Test
NodeVariable
serialization - testSaveEmptyGraph() - Method in class com.marginallyclever.nodegraphcore.TestNodeGraphCore
-
Test that empty graph look as expected.
- TITLE_HEIGHT - Static variable in class com.marginallyclever.nodegraphcore.Node
-
The default height of the title bar.
- toString() - Method in class com.marginallyclever.nodegraphcore.Node
- toString() - Method in class com.marginallyclever.nodegraphcore.NodeConnection
- toString() - Method in class com.marginallyclever.nodegraphcore.NodeGraph
- toString() - Method in class com.marginallyclever.nodegraphcore.NodeVariable
- type - Variable in class com.marginallyclever.nodegraphcore.NodeVariable
-
The type of the value stored in this variable.
All Classes|All Packages