Package | Description |
---|---|
org.processmining.models.graphbased.directed.aapdgraph | |
org.processmining.models.graphbased.directed.aapdgraph.elements |
Modifier and Type | Class and Description |
---|---|
class |
AAPDBarEdge<S extends AAPDBar,T extends AAPDBar> |
class |
AAPDBarEdge<S extends AAPDBar,T extends AAPDBar> |
Modifier and Type | Field and Description |
---|---|
protected AAPDBar |
AAPDGraphImpl.focusElements |
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<AAPDBar> |
AAPDGraphImpl.aapdBars |
protected java.util.Set<AAPDBarEdge<AAPDBar,AAPDBar>> |
AAPDGraphImpl.arcs |
protected java.util.Set<AAPDBarEdge<AAPDBar,AAPDBar>> |
AAPDGraphImpl.arcs |
Modifier and Type | Method and Description |
---|---|
AAPDBar |
AAPDGraph.addNode(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) |
AAPDBar |
AAPDGraphImpl.addNode(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)
BARS (node)
|
AAPDBar |
AAPDGraph.removeNode(AAPDBar aapdBar) |
AAPDBar |
AAPDGraphImpl.removeNode(AAPDBar aapdBar) |
Modifier and Type | Method and Description |
---|---|
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.getArc(AAPDBar source,
AAPDBar target) |
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.getArc(AAPDBar source,
AAPDBar target) |
java.util.Set<AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>> |
AAPDGraphImpl.getEdges() |
java.util.Set<AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>> |
AAPDGraphImpl.getEdges() |
org.processmining.models.graphbased.directed.AbstractDirectedGraph<AAPDBar,AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>> |
AAPDBar.getGraph() |
org.processmining.models.graphbased.directed.AbstractDirectedGraph<AAPDBar,AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>> |
AAPDBar.getGraph() |
org.processmining.models.graphbased.directed.AbstractDirectedGraph<AAPDBar,AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>> |
AAPDBar.getGraph() |
java.util.Set<AAPDBar> |
AAPDGraph.getNodes() |
java.util.Set<AAPDBar> |
AAPDGraphImpl.getNodes() |
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.removeArc(AAPDBar source,
AAPDBar target) |
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.removeArc(AAPDBar source,
AAPDBar target) |
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.removeArc(AAPDBarEdge<? extends AAPDBar,? extends AAPDBar> edge) |
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.removeArc(AAPDBarEdge<? extends AAPDBar,? extends AAPDBar> edge) |
Modifier and Type | Method and Description |
---|---|
AAPDBarEdgeElement |
AAPDGraphImpl.addArc(AAPDBar source,
AAPDBar target)
DUMMY ARC (arcs are never added)
|
AAPDBarEdgeElement |
AAPDGraphImpl.addArc(AAPDBar source,
AAPDBar target,
java.lang.String label) |
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.getArc(AAPDBar source,
AAPDBar target) |
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.removeArc(AAPDBar source,
AAPDBar target) |
AAPDBar |
AAPDGraph.removeNode(AAPDBar aapdBar) |
AAPDBar |
AAPDGraphImpl.removeNode(AAPDBar aapdBar) |
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) |
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) |
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) |
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.removeArc(AAPDBarEdge<? extends AAPDBar,? extends AAPDBar> edge) |
AAPDBarEdge<AAPDBar,AAPDBar> |
AAPDGraphImpl.removeArc(AAPDBarEdge<? extends AAPDBar,? extends AAPDBar> edge) |
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) |
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) |
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 |
AAPDBarElement |
Constructor and Description |
---|
AAPDBarEdgeElement(AAPDBar source,
AAPDBar target) |
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) |
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) |
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) |