Package | Description |
---|---|
org.processmining.models.graphbased.directed.aapdgraph | |
org.processmining.models.graphbased.directed.aapdgraph.elements |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<AAPDBarEdge<AAPDBar,AAPDBar>> |
AAPDGraphImpl.arcs |
Modifier and Type | Method and Description |
---|---|
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.getArc(AAPDBar source,
AAPDBar target) |
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.removeArc(AAPDBar source,
AAPDBar target) |
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.removeArc(AAPDBarEdge<? extends AAPDBar,? extends AAPDBar> edge) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>> |
AAPDGraphImpl.getEdges() |
org.processmining.models.graphbased.directed.AbstractDirectedGraph<AAPDBar,AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>> |
AAPDBar.getGraph() |
Modifier and Type | Method and Description |
---|---|
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.removeArc(AAPDBarEdge<? extends AAPDBar,? extends AAPDBar> edge) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<? extends org.processmining.models.graphbased.directed.DirectedGraphElement,? extends org.processmining.models.graphbased.directed.DirectedGraphElement> |
AAPDGraphImpl.cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<AAPDBar,AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>> graph) |
Constructor and Description |
---|
AAPDBar(org.processmining.models.graphbased.directed.AbstractDirectedGraph<AAPDBar,AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>> graph,
AAPDElement aapdFocusElements,
double posXStart,
double posYStart,
double waitingTime,
double serviceTime,
double realThroughputTime,
double intersectionTime,
double heightOfElements,
double lineHeight,
double intersectionBarHeight,
double boundaryLow,
double boundaryHigh,
boolean isFocusElement) |
Modifier and Type | Class and Description |
---|---|
class |
AAPDBarEdgeElement |
Constructor and Description |
---|
AAPDBarElement(org.processmining.models.graphbased.directed.AbstractDirectedGraph<AAPDBar,AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>> graph,
AAPDElement aapdFocusElements,
double posXStart,
double posYStart,
double waitingTime,
double serviceTime,
double realThroughputTime,
double intersectionTime,
double heightOfElements,
double lineHeight,
double intersectionBarHeight,
double boundaryLow,
double boundaryHigh,
boolean isFocusElement) |