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 |
DefaultPort
A simple implementation for a port.
|
Modifier and Type | Field and Description |
---|---|
protected Port |
DefaultPort.anchor
Reference to the anchor of this port
|
Modifier and Type | Method and Description |
---|---|
Port |
DefaultPort.getAnchor()
Returns the anchor of this port.
|
Port |
Port.getAnchor()
Returns the anchor of the port.
|
Modifier and Type | Method and Description |
---|---|
protected PortView |
DefaultCellViewFactory.createPortView(Port cell)
Deprecated.
replaced by
DefaultCellViewFactory.createPortView(Object) since
JGraph no longer exposes dependecies on GraphCell subclasses
(Port, Edge) |
void |
DefaultPort.setAnchor(Port port)
Sets the anchor of this port.
|
void |
Port.setAnchor(Port port)
Sets the anchor of the port.
|
Constructor and Description |
---|
DefaultPort(java.lang.Object userObject,
Port anchor)
Constructs a port that holds a reference to the specified user object
and a reference to the specified anchor.
|
Modifier and Type | Class and Description |
---|---|
class |
DecoratorPort |
class |
YAWLPort |
Modifier and Type | Method and Description |
---|---|
boolean |
NetGraph.connectionAllowable(Port source,
Port target) |
boolean |
NetGraphModel.connectionAllowable(Port source,
Port target)
Returns
true if a flow relation can validly be drawn
from the source port to the target port, false otherwise. |