com.partnersoft.maps.model
Class ElectricalTrace
java.lang.Object
com.partnersoft.maps.model.ElectricalTrace
public class ElectricalTrace
- extends java.lang.Object
Contains the results of a trace action. You can query these results to find
upstream, downstream, etc. It is a full tree model as well containing
ElectricalTraceNode objects.
- Author:
- Paul Reavis Copyright 2005 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ElectricalTrace
public ElectricalTrace(ElectricalConnectivity connectivity)
trace
public void trace(int startDataID,
java.lang.String phase)
recurse
public void recurse(ElectricalTraceNode fromTraceNode,
ElectricalConnectivityNode toNode)
flip
public void flip(ElectricalTraceNode node)
getAllNodes
public java.util.HashMap getAllNodes()
getStartNode
public ElectricalTraceNode getStartNode()