public class HeuristicsNetGraph extends HeuristicsNetDiagramImpl
HeuristicsNet
object.activities, flows, gateways
Constructor and Description |
---|
HeuristicsNetGraph(HeuristicsNet heuristicsNet,
java.lang.String label,
boolean showSemantics)
Constructs the graphical representation of a
HeuristicsNet
object. |
addActivity, addFlow, addGateway, cloneFrom, getActivities, getEdges, getEmptyClone, getFlows, getGateways, getNodes, removeActivity, removeEdge, removeGateway, removeNode
checkAddEdge, compareTo, getGraph, getInEdges, getOutEdges, graphElementAdded, graphElementChanged, graphElementRemoved, removeSurroundingEdges
equals, getEdges, hashCode, removeFromEdges, removeNodeFromCollection
getAttributeMap, getLabel, toString
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLabel
getInEdges, getOutEdges
equals, getGraph, hashCode
public HeuristicsNetGraph(HeuristicsNet heuristicsNet, java.lang.String label, boolean showSemantics)
HeuristicsNet
object.heuristicsNet
- heuristics net to which the graphical representation will be
built.label
- string used to identify this graphical representationshowSemantics
- boolean indicating if the semantics of the split/joint points
in the HeuristicsNet
object should be shown (
true
) or not (false
).