Package de.obqo.decycle.graph
Interface MutableSlicing
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddEdge(Edge edge)voidaddNode(Node node)static MutableSlicingcreate(java.lang.String sliceType)-
Methods inherited from interface de.obqo.decycle.graph.Slicing
edgeConnecting, edges, getSliceType, nodes, outEdges
-
-
-
-
Method Detail
-
create
static MutableSlicing create(java.lang.String sliceType)
-
addNode
void addNode(Node node)
-
addEdge
void addEdge(Edge edge)
-
-