public class Connector extends EPCNode implements org.processmining.models.shapes.Decorated
| Modifier and Type | Class and Description |
|---|---|
static class |
Connector.ConnectorType |
| Constructor and Description |
|---|
Connector(org.processmining.models.graphbased.directed.AbstractDirectedGraph<EPCNode,EPCEdge<? extends EPCNode,? extends EPCNode>> epc,
java.lang.String label,
Connector.ConnectorType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
decorate(java.awt.Graphics2D g2d,
double x,
double y,
double width,
double height) |
Connector.ConnectorType |
getType() |
void |
setType(Connector.ConnectorType type) |
getGraph, getPrecedingConnectors, getPrecedingEvents, getPrecedingFunctions, getSucceedingConnectors, getSucceedingEvents, getSucceedingFunctions, getSurroundingConnectors, getSurroundingEvents, getSurroundingFunctionscompareToequals, getId, hashCodegetAttributeMap, getLabel, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic Connector(org.processmining.models.graphbased.directed.AbstractDirectedGraph<EPCNode,EPCEdge<? extends EPCNode,? extends EPCNode>> epc, java.lang.String label, Connector.ConnectorType type)
public Connector.ConnectorType getType()
public void setType(Connector.ConnectorType type)
public void decorate(java.awt.Graphics2D g2d,
double x,
double y,
double width,
double height)
decorate in interface org.processmining.models.shapes.Decorated