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, removeNodecheckAddEdge, compareTo, getGraph, getInEdges, getOutEdges, graphElementAdded, graphElementChanged, graphElementRemoved, removeSurroundingEdgesequals, getEdges, hashCode, removeFromEdges, removeNodeFromCollectiongetAttributeMap, getLabel, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetLabelgetInEdges, getOutEdgesequals, getGraph, hashCodepublic 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).