public interface AAPDGraph extends org.processmining.models.graphbased.directed.DirectedGraph<AAPDBar,AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>>
Modifier and Type | Method and Description |
---|---|
AAPDBar |
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) |
java.lang.String |
getLabel() |
java.util.Set<AAPDBar> |
getNodes() |
AAPDBar |
removeNode(AAPDBar aapdBar) |
getEdges, getInEdges, getOutEdges, removeEdge, removeNode
equals, getGraph, hashCode
java.lang.String getLabel()
getLabel
in interface org.processmining.models.graphbased.directed.DirectedGraphElement
AAPDBar 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)
java.util.Set<AAPDBar> getNodes()
getNodes
in interface org.processmining.models.graphbased.directed.DirectedGraph<AAPDBar,AAPDBarEdge<? extends AAPDBar,? extends AAPDBar>>