Uses of Class
storm.trident.graph.Group

Packages that use Group
storm.trident.graph   
 

Uses of Group in storm.trident.graph
 

Methods in storm.trident.graph that return Group
 Group GraphGrouper.nodeGroup(Node n)
           
 

Methods in storm.trident.graph that return types with arguments of type Group
 Collection<Group> GraphGrouper.getAllGroups()
           
 Collection<Group> GraphGrouper.incomingGroups(Group g)
           
 Collection<Group> GraphGrouper.outgoingGroups(Group g)
           
 

Methods in storm.trident.graph with parameters of type Group
 void GraphGrouper.addGroup(Group g)
           
 Collection<Group> GraphGrouper.incomingGroups(Group g)
           
 Collection<Group> GraphGrouper.outgoingGroups(Group g)
           
 

Constructors in storm.trident.graph with parameters of type Group
Group(Group g1, Group g2)
           
 

Constructor parameters in storm.trident.graph with type arguments of type Group
GraphGrouper(org.jgrapht.DirectedGraph<Node,IndexedEdge> graph, Collection<Group> initialGroups)
           
 



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