Class StreamsTopologyGraph.SubTopologyGraph
- java.lang.Object
-
- io.streamthoughts.azkarra.api.model.StreamsTopologyGraph.SubTopologyGraph
-
- All Implemented Interfaces:
Serializable
,Comparable<StreamsTopologyGraph.SubTopologyGraph>
- Enclosing class:
- StreamsTopologyGraph
public static class StreamsTopologyGraph.SubTopologyGraph extends Object implements Serializable, Comparable<StreamsTopologyGraph.SubTopologyGraph>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(StreamsTopologyGraph.SubTopologyGraph that)
int
getId()
Set<StreamsTopologyGraph.Node>
getNodes()
-
-
-
Method Detail
-
getId
public int getId()
-
getNodes
public Set<StreamsTopologyGraph.Node> getNodes()
-
compareTo
public int compareTo(StreamsTopologyGraph.SubTopologyGraph that)
- Specified by:
compareTo
in interfaceComparable<StreamsTopologyGraph.SubTopologyGraph>
-
-