|
Graph Common | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomGraph | |
---|---|
pl.psnc.graph.action.factory | |
pl.psnc.graph.action.providers | |
pl.psnc.graph.gui | |
pl.psnc.graph.model.listener | |
pl.psnc.graph.ui | |
pl.psnc.graph.util |
Uses of CustomGraph in pl.psnc.graph.action.factory |
---|
Methods in pl.psnc.graph.action.factory that return CustomGraph | |
---|---|
CustomGraph |
AbstractGraphAction.getCurrentGraph()
Return an instance of the current Scenario Graph for the current Graph Editor. |
Uses of CustomGraph in pl.psnc.graph.action.providers |
---|
Methods in pl.psnc.graph.action.providers with parameters of type CustomGraph | |
---|---|
void |
ISaveActionProvider.save(java.awt.event.ActionEvent event,
CustomGraph currentGraph)
|
Uses of CustomGraph in pl.psnc.graph.gui |
---|
Methods in pl.psnc.graph.gui that return CustomGraph | |
---|---|
CustomGraph |
IWorkflowPane.getGraph()
Get instance of CustomGraph |
CustomGraph |
WorkflowDesignPane.getGraph()
Get value of the property: graph |
Uses of CustomGraph in pl.psnc.graph.model.listener |
---|
Methods in pl.psnc.graph.model.listener that return CustomGraph | |
---|---|
CustomGraph |
CustomGraphSelectionListener.getGraph()
Get value of field: graph |
CustomGraph |
CustomGraphModelListener.getGraph()
Get value of field: graph |
Methods in pl.psnc.graph.model.listener with parameters of type CustomGraph | |
---|---|
void |
CustomGraphSelectionListener.setGraph(CustomGraph graph)
Set value of field: graph |
void |
CustomGraphModelListener.setGraph(CustomGraph graph)
Set value of field: graph |
Constructors in pl.psnc.graph.model.listener with parameters of type CustomGraph | |
---|---|
CustomGraphModelListener(CustomGraph graph)
Creates an instance of Scenario Graph Model Listener |
|
CustomGraphSelectionListener(CustomGraph graph)
Creates a new instance of CustomGraphSelectionListener |
|
ScenarioGraphViewListener(CustomGraph graph)
Creates an instance of Scenario Graph Model Listener |
Uses of CustomGraph in pl.psnc.graph.ui |
---|
Methods in pl.psnc.graph.ui that return CustomGraph | |
---|---|
CustomGraph |
CustomGraphUI.getScenarioGraph()
Get current custom graph |
Uses of CustomGraph in pl.psnc.graph.util |
---|
Methods in pl.psnc.graph.util with parameters of type CustomGraph | |
---|---|
static int |
GraphHelper.countConcreteVerticles(CustomGraph graph)
Get number of vertices with defined resource. |
static void |
GraphHelper.validateEdges(CustomGraph graph)
Checks all the edges. |
|
Graph Common | |||||||||
PREV NEXT | FRAMES NO FRAMES |