Package hkube.communication.streaming
Class Flow
- java.lang.Object
-
- hkube.communication.streaming.Flow
-
public class Flow extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classFlow.Node
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListasList()Flowclone()List<Flow.Node>getNodes()FlowgetRestOfFlow(String current)booleanisNextInFlow(String current, String next)voidsetNodes(List<Flow.Node> nodes)
-