Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPlugin.netAdded(NetGraphModel model) |
void |
ConfigurationPlugin.netElementAdded(NetGraphModel model,
YAWLVertex element) |
void |
ConfigurationPlugin.netElementsRemoved(NetGraphModel model,
java.util.Set<java.lang.Object> cells) |
void |
ConfigurationPlugin.netRemoved(NetGraphModel model) |
void |
ConfigurationPlugin.portsConnected(NetGraphModel model,
YAWLPort source,
YAWLPort target) |
Modifier and Type | Method and Description |
---|---|
NetGraphModel |
TaskConfiguration.getGraphModel() |
Modifier and Type | Method and Description |
---|---|
TaskConfiguration |
TaskConfigurationCache.add(NetGraphModel model,
YAWLTask task) |
TaskConfiguration |
TaskConfigurationCache.get(NetGraphModel model,
YAWLTask task) |
TaskConfiguration |
TaskConfigurationCache.getOrAdd(NetGraphModel model,
YAWLTask task) |
TaskConfiguration |
TaskConfigurationCache.remove(NetGraphModel model,
YAWLTask task) |
Constructor and Description |
---|
TaskConfiguration(YAWLTask task,
NetGraphModel model) |
Modifier and Type | Method and Description |
---|---|
NetGraphModel |
NetElementSummary.getModel() |
Modifier and Type | Method and Description |
---|---|
NetConfiguration |
NetConfigurationCache.add(NetGraphModel model) |
NetConfiguration |
NetConfigurationCache.get(NetGraphModel model) |
NetConfiguration |
NetConfigurationCache.getOrAdd(NetGraphModel model) |
NetConfiguration |
NetConfigurationCache.remove(NetGraphModel model) |
Constructor and Description |
---|
ConfigureSet(NetGraphModel model) |
NetConfiguration(NetGraphModel model) |
NetElementSummary(NetGraphModel model) |
PetriNet(NetGraphModel model,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
NetGraphModel |
NetGraph.getNetModel() |
Modifier and Type | Method and Description |
---|---|
int |
NetGraphModel.compareTo(NetGraphModel otherModel) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<YAWLTask> |
NetUtilities.getAllTasks(NetGraphModel net)
Returns all tasks in the selected net.
|
static java.util.Set<YAWLAtomicTask> |
NetUtilities.getAtomicTasks(NetGraphModel net)
Returns all atomic tasks in the selected net.
|
static java.util.Set<YAWLCompositeTask> |
NetUtilities.getCompositeTasks(NetGraphModel net)
Returns all composite tasks in the selected net.
|
static javax.swing.ImageIcon |
NetUtilities.getIconForNetModel(NetGraphModel model) |
static java.util.Set<YAWLFlowRelation> |
NetUtilities.getIllegallyCopiedFlows(NetGraphModel net)
This should only be called by the PasteAction class as a cleanup.
|
static InputCondition |
NetUtilities.getInputCondition(NetGraphModel net)
Returns the input condition of the net specified.
|
static OutputCondition |
NetUtilities.getOutputCondition(NetGraphModel net)
Returns the output condition of the net specified.
|
static java.util.Set<YAWLTask> |
NetUtilities.getTasksWithCancellationSets(NetGraphModel net)
Returns those tasks in the selected net that trigger cancellation set behaviour.
|
Modifier and Type | Method and Description |
---|---|
void |
YPluginHandler.elementAdded(NetGraphModel model,
YAWLVertex vertex) |
void |
YPluginHandler.elementsRemoved(NetGraphModel model,
java.util.Set<java.lang.Object> cellsAndTheirEdges) |
void |
YEditorPlugin.netAdded(NetGraphModel model)
Called by the editor when a net has been added to the current
specification
|
void |
YEditorPluginAdapter.netAdded(NetGraphModel model) |
void |
YPluginHandler.netAdded(NetGraphModel model) |
void |
YEditorPlugin.netElementAdded(NetGraphModel model,
YAWLVertex element)
Called by the editor immediately after a task or condition is
added to a net's canvas
|
void |
YEditorPluginAdapter.netElementAdded(NetGraphModel model,
YAWLVertex element) |
void |
YEditorPlugin.netElementsRemoved(NetGraphModel model,
java.util.Set<java.lang.Object> cellsAndTheirEdges)
Called by the editor immediately after one or more tasks or conditions
are removed from a net's canvas
|
void |
YEditorPluginAdapter.netElementsRemoved(NetGraphModel model,
java.util.Set<java.lang.Object> cellsAndTheirEdges) |
void |
YEditorPlugin.netRemoved(NetGraphModel model)
Called by the editor when a net has been removed from the current
specification
|
void |
YEditorPluginAdapter.netRemoved(NetGraphModel model) |
void |
YPluginHandler.netRemoved(NetGraphModel model) |
void |
YEditorPlugin.portsConnected(NetGraphModel model,
YAWLPort source,
YAWLPort target)
Called by the editor when a flow has been created between two net
elements (i.e.
|
void |
YEditorPluginAdapter.portsConnected(NetGraphModel model,
YAWLPort source,
YAWLPort target) |
void |
YPluginHandler.portsConnected(NetGraphModel model,
YAWLPort source,
YAWLPort target) |
Modifier and Type | Field and Description |
---|---|
protected NetGraphModel |
YPropertiesBean.model |
Modifier and Type | Method and Description |
---|---|
protected NetGraphModel |
YPropertiesBean.getModel() |
Modifier and Type | Method and Description |
---|---|
NetGraphModel |
NetModelSet.get(java.lang.String id) |
NetGraphModel |
SpecificationUndoManager.SpecificationCompoundEdit.getModel() |
NetGraphModel |
NetModelSet.getNetModelFromName(java.lang.String name) |
NetGraphModel |
NetModelSet.getRootNet() |
NetGraphModel |
NetModelSet.propagateGlobalFontChange(java.awt.Font font) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<NetGraphModel> |
NetModelSet.getSortedNets() |
java.util.Set<NetGraphModel> |
NetModelSet.getSubNets() |
Modifier and Type | Method and Description |
---|---|
boolean |
NetModelSet.add(NetGraphModel netModel) |
boolean |
NetModelSet.add(NetGraphModel netModel,
boolean root) |
boolean |
NetModelSet.addNoUndo(NetGraphModel netModel) |
boolean |
NetModelSet.addRootNet(NetGraphModel netModel) |
boolean |
NetModelSet.remove(NetGraphModel netModel) |
boolean |
NetModelSet.removeNoUndo(NetGraphModel netModel) |
static void |
DecoratorUtil.removeUnnecessaryDecorators(NetGraphModel model) |
java.util.Set<YAWLCompositeTask> |
NetModelSet.resetUnfoldingCompositeTasks(NetGraphModel netModel) |
boolean |
NetModelSet.setRootNet(NetGraphModel newRootNet) |
static void |
DecoratorUtil.setTaskDecorators(YTask yTask,
YAWLTask task,
NetGraphModel model) |
void |
SpecificationUndoManager.startCompoundingEdits(NetGraphModel model)
Tells the undo mamager to take all edits received
until
stopCompoundingEdits() is called
and combine then into a single undoable edit. |
Constructor and Description |
---|
SpecificationCompoundEdit(NetGraphModel model) |
Modifier and Type | Method and Description |
---|---|
static void |
LayoutImporter.setNetLayout(NetGraphModel netModel,
YNetLayout netLayout) |
Modifier and Type | Method and Description |
---|---|
void |
DefaultLayoutArranger.layoutNet(NetGraphModel netModel) |
Constructor and Description |
---|
UndoableNetAddition(NetGraphModel addedNet) |
UndoableNetDeletion(NetModelSet nets,
NetGraphModel deletedNet,
NetGraphModel newRootNet,
java.util.Set<YAWLCompositeTask> changedTasks) |
UndoableStartingNetChange(NetGraphModel newStartingNet,
NetGraphModel oldStartingNet) |
Modifier and Type | Method and Description |
---|---|
void |
ViewsPlugin.netElementAdded(NetGraphModel model,
YAWLVertex element) |
void |
ViewsPlugin.netElementsRemoved(NetGraphModel model,
java.util.Set<java.lang.Object> cellsAndTheirEdges) |