storm.trident.graph
Class Group

java.lang.Object
  extended by storm.trident.graph.Group

public class Group
extends Object


Field Summary
 Set<Node> nodes
           
 
Constructor Summary
Group(org.jgrapht.DirectedGraph graph, List<Node> nodes)
           
Group(org.jgrapht.DirectedGraph graph, Node n)
           
Group(Group g1, Group g2)
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 Set<Node> incomingNodes()
           
 Set<Node> outgoingNodes()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

nodes

public Set<Node> nodes
Constructor Detail

Group

public Group(org.jgrapht.DirectedGraph graph,
             List<Node> nodes)

Group

public Group(org.jgrapht.DirectedGraph graph,
             Node n)

Group

public Group(Group g1,
             Group g2)
Method Detail

outgoingNodes

public Set<Node> outgoingNodes()

incomingNodes

public Set<Node> incomingNodes()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.