java.lang.Object
com.marginallyclever.donatello.NodeHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<com.marginallyclever.nodegraphcore.Node> getAllOutgoingConnections
(com.marginallyclever.nodegraphcore.Graph graph, com.marginallyclever.nodegraphcore.Node source) static List
<com.marginallyclever.nodegraphcore.Node> getNeighbors
(com.marginallyclever.nodegraphcore.Graph graph, List<com.marginallyclever.nodegraphcore.Node> startingNodes)
-
Constructor Details
-
NodeHelper
public NodeHelper()
-
-
Method Details
-
getAllOutgoingConnections
public static List<com.marginallyclever.nodegraphcore.Node> getAllOutgoingConnections(com.marginallyclever.nodegraphcore.Graph graph, com.marginallyclever.nodegraphcore.Node source) -
getNeighbors
-