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 java.util.Optional<Edge>edgeConnecting(Node fromNode, Node toNode)java.util.Set<Edge>edges()java.lang.StringgetSliceType()java.util.Set<Node>nodes()java.util.Set<Edge>outEdges(Node node)
-