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.editor.ui.elements.model | |
org.yawlfoundation.yawl.editor.ui.net |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEdge
A simple implementation for an edge.
|
Modifier and Type | Method and Description |
---|---|
protected EdgeView |
DefaultCellViewFactory.createEdgeView(Edge cell)
Deprecated.
replaced by
DefaultCellViewFactory.createEdgeView(Object) since
JGraph no longer exposes dependecies on GraphCell subclasses
(Port, Edge) |
Modifier and Type | Class and Description |
---|---|
class |
YAWLFlowRelation |
Modifier and Type | Method and Description |
---|---|
boolean |
NetGraphModel.acceptsIncomingFlows(YAWLCell cell,
Edge edge) |
boolean |
NetGraphModel.generatesOutgoingFlows(YAWLCell cell,
Edge edge) |
YAWLCell |
NetGraph.getSourceOf(Edge edge) |
YAWLCell |
NetGraphModel.getSourceOf(Edge edge) |
YAWLCell |
NetGraph.getTargetOf(Edge edge) |
YAWLCell |
NetGraphModel.getTargetOf(Edge edge) |
boolean |
NetGraphModel.hasIncomingFlow(YAWLCell cell,
Edge edgeToIgnore) |
boolean |
NetGraphModel.hasOutgoingFlow(YAWLCell cell,
Edge edgeToIgnore) |