Package | Description |
---|---|
org.processmining.servicelevelagreements.models.graph |
Modifier and Type | Method and Description |
---|---|
Edge |
Graph.addEdge(Edge edge) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Edge> |
Graph.getEdges() |
java.util.Set<Edge> |
Graph.getEdges(Node node)
Returns all edges in this graph for which the specified node is either
the source or the target node.
|
java.util.Set<Edge> |
Graph.getEdges(Node node,
boolean source,
boolean target)
Returns all edges in this graph for which the specified node is either
the source of the target node, depending on the specified flags.
|
Modifier and Type | Method and Description |
---|---|
Edge |
Graph.addEdge(Edge edge) |
Modifier and Type | Method and Description |
---|---|
void |
Graph.setEdges(java.util.Set<Edge> edges) |