Package | Description |
---|---|
org.jgraph.graph |
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package. |
org.yawlfoundation.yawl.configuration | |
org.yawlfoundation.yawl.editor.ui.elements.model | |
org.yawlfoundation.yawl.editor.ui.net | |
org.yawlfoundation.yawl.editor.ui.properties | |
org.yawlfoundation.yawl.worklet.graph |
Modifier and Type | Interface and Description |
---|---|
interface |
Edge
Defines the requirements for an object that represents an Edge in a
GraphModel.
|
interface |
Port
Defines the requirements for an object that
represents a port in a graph model.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEdge
A simple implementation for an edge.
|
class |
DefaultGraphCell
The default implementation for the GraphCell interface.
|
class |
DefaultPort
A simple implementation for a port.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigureInformation |
Modifier and Type | Class and Description |
---|---|
class |
AtomicTask |
class |
CompositeTask |
class |
Condition |
class |
Decorator |
class |
DecoratorPort |
class |
InputCondition |
class |
JoinDecorator |
class |
MultipleAtomicTask
Properties for this class are managed through its YMultiInstanceAttributes
instance.
|
class |
MultipleCompositeTask |
class |
OutputCondition |
class |
SplitDecorator |
class |
VertexContainer |
class |
VertexLabel |
class |
YAWLFlowRelation |
class |
YAWLPort |
class |
YAWLTask |
class |
YAWLVertex |
Modifier and Type | Method and Description |
---|---|
void |
NetGraph.changeCellBackground(GraphCell cell,
java.awt.Color color) |
void |
NetGraph.changeCellForeground(GraphCell cell,
java.awt.Color color) |
java.awt.Color |
NetGraph.getCellForeground(GraphCell cell) |
java.lang.String |
NetGraph.getElementLabel(GraphCell vertex) |
VertexView |
NetGraph.getVertexViewFor(GraphCell cell) |
CellView |
NetGraph.getViewFor(GraphCell cell) |
void |
NetGraph.moveElementBy(GraphCell cell,
double x,
double y) |
void |
NetGraph.moveElementTo(GraphCell cell,
double x,
double y) |
void |
NetGraph.setElementLabel(GraphCell vertex,
java.lang.String labelString) |
void |
NetGraph.setElementLabelInsideUpdate(GraphCell vertex,
java.lang.String labelString) |
Modifier and Type | Method and Description |
---|---|
protected void |
YPropertiesBean.refreshCellView(GraphCell cell) |
Modifier and Type | Method and Description |
---|---|
protected void |
YPropertiesBean.refreshCellViews(java.util.Set<? extends GraphCell> cells) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNetCell |
class |
PrimitiveCell |
class |
TerminalCell |