Modifier and Type | Method and Description |
---|---|
YAWLVertex |
ConfigureInformation.getVertex() |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationPlugin.netElementAdded(NetGraphModel model,
YAWLVertex element) |
void |
ConfigureInformation.setVertex(YAWLVertex vertex) |
Constructor and Description |
---|
ConfigureInformation(YAWLVertex vertex,
java.lang.String label) |
Modifier and Type | Class and Description |
---|---|
class |
AtomicTask |
class |
CompositeTask |
class |
Condition |
class |
InputCondition |
class |
MultipleAtomicTask
Properties for this class are managed through its YMultiInstanceAttributes
instance.
|
class |
MultipleCompositeTask |
class |
OutputCondition |
class |
YAWLTask |
Modifier and Type | Method and Description |
---|---|
YAWLVertex |
YAWLFlowRelation.getSourceVertex() |
YAWLVertex |
YAWLFlowRelation.getTargetVertex() |
YAWLVertex |
VertexContainer.getVertex() |
YAWLVertex |
VertexLabel.getVertex() |
YAWLVertex |
YAWLPort.getVertex() |
Modifier and Type | Method and Description |
---|---|
void |
VertexLabel.setVertex(YAWLVertex vertex) |
Constructor and Description |
---|
VertexLabel(YAWLVertex vertex,
java.lang.String label) |
Modifier and Type | Method and Description |
---|---|
void |
NetGraph.addElement(YAWLVertex element) |
void |
NetGraph.changeLineWidth(YAWLVertex cell) |
void |
NetGraph.connect(YAWLFlowRelation flow,
YAWLVertex source,
YAWLVertex target) |
VertexContainer |
NetGraphModel.getVertexContainer(YAWLVertex vertex,
java.util.HashSet objectsToInsert,
ParentMap parentMap) |
void |
NetGraph.setVertexIcon(YAWLVertex vertex,
java.lang.String iconPath)
Sets an icon on a vertex that becomes an undoable action for the graph.
|
Modifier and Type | Method and Description |
---|---|
static YAWLVertex |
NetCellUtilities.getVertexFromCell(java.lang.Object cell) |
Modifier and Type | Method and Description |
---|---|
void |
YPluginHandler.elementAdded(NetGraphModel model,
YAWLVertex vertex) |
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) |
Modifier and Type | Field and Description |
---|---|
protected YAWLVertex |
CellProperties.vertex |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<YAWLVertex> |
MultiCellProperties.vertexSet |
Modifier and Type | Method and Description |
---|---|
protected YAWLVertex |
CellProperties.getVertex() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<YAWLVertex> |
NetTaskPair.getVertexSet() |
protected static java.util.Set<YAWLVertex> |
PropertyUtil.makeVertexSet(java.lang.Object[] cells) |
Modifier and Type | Method and Description |
---|---|
protected void |
CellProperties.setVertex(YAWLVertex v) |
protected void |
DecompositionProperties.setVertex(YAWLVertex vertex) |
Modifier and Type | Method and Description |
---|---|
void |
NetTaskPair.setVertexSet(java.util.Set<YAWLVertex> set) |
Constructor and Description |
---|
CellBeanInfo(java.lang.Class subClass,
YAWLVertex vertex) |
CellBeanInfo(YAWLVertex vertex) |
DecompositionBeanInfo(YAWLVertex vertex) |
Constructor and Description |
---|
NetTaskPair(YNet net,
java.util.Set<YAWLVertex> vertexSet) |
Constructor and Description |
---|
MultiInstanceDialog(YNet net,
java.util.Set<YAWLVertex> vertexSet) |
Modifier and Type | Method and Description |
---|---|
static void |
JUtilities.centreWindowUnderVertex(NetGraph graph,
java.awt.Window window,
YAWLVertex vertex,
int distance) |
Modifier and Type | Method and Description |
---|---|
YAWLVertex |
AbstractVertexDoneDialog.getVertex() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVertexDoneDialog.setVertex(YAWLVertex vertex,
NetGraph graph) |
void |
LabelElementDialog.setVertex(YAWLVertex vertex,
NetGraph graph) |
Modifier and Type | Method and Description |
---|---|
void |
NotesPanel.setVertex(YAWLVertex vertex) |
Constructor and Description |
---|
UndoableTaskIconChange(NetGraph net,
YAWLVertex vertex,
java.lang.String oldIconPath,
java.lang.String newIconPath) |
Modifier and Type | Method and Description |
---|---|
void |
ViewsPlugin.netElementAdded(NetGraphModel model,
YAWLVertex element) |