Package de.obqo.decycle.graph
Interface Slicing
-
- All Known Subinterfaces:
MutableSlicing
public interface SlicingASlicingis a special graph/network that contains onlynodesthat have the sameNode.type(seegetSliceType()). Its contained package or slicenodesare connected among each other byreferencingedgesthat are derived from thereferencingedges of theircontainedclass nodes in aGraph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Edge>edgeConnecting(Node fromNode, Node toNode)Set<Edge>edges()SliceTypegetSliceType()Set<Node>nodes()List<Node>orderedNodes()Set<Edge>outEdges(Node node)
-
-
-
Method Detail
-
getSliceType
SliceType getSliceType()
-
-