com.tensegrity.graph.algorithm
Class NodePath
java.lang.Object
com.tensegrity.graph.algorithm.NodePath
- public class NodePath
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NodePath
public NodePath(Node[] path,
Edge[] pathEdges)
getLength
public int getLength()
getWeight
public int getWeight()
getStartNode
public Node getStartNode()
getStopNode
public Node getStopNode()
getPath
public Node[] getPath()
getPathEdges
public Edge[] getPathEdges()
isLoop
public boolean isLoop()
overlaps
public boolean overlaps(NodePath other)
concatenatesToLoop
public boolean concatenatesToLoop(NodePath other)
concatenate
public final NodePath concatenate(NodePath other)
toString
public java.lang.String toString()
Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.