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) |
java.lang.String |
getDescription() |
Connector.ConnectorType |
getType() |
void |
setDescription(java.lang.String description) |
void |
setType(Connector.ConnectorType type) |
getGraph, getPrecedingConnectors, getPrecedingEvents, getPrecedingFunctions, getSucceedingConnectors, getSucceedingEvents, getSucceedingFunctions, getSurroundingConnectors, getSurroundingEvents, getSurroundingFunctionscompareToequals, getId, hashCodegetAttributeMap, getLabel, toStringclone, finalize, getClass, hashCode, 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 java.lang.String getDescription()
public void setDescription(java.lang.String description)
public void decorate(java.awt.Graphics2D g2d,
double x,
double y,
double width,
double height)
decorate in interface org.processmining.models.shapes.Decorated