public class Group extends Object
Set<Node>
nodes
Group(org.jgrapht.DirectedGraph graph, List<Node> nodes)
Group(org.jgrapht.DirectedGraph graph, Node n)
Group(Group g1, Group g2)
boolean
equals(Object o)
int
hashCode()
incomingNodes()
outgoingNodes()
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Set<Node> nodes
public Group(org.jgrapht.DirectedGraph graph, List<Node> nodes)
public Group(org.jgrapht.DirectedGraph graph, Node n)
public Group(Group g1, Group g2)
public Set<Node> outgoingNodes()
public Set<Node> incomingNodes()
public int hashCode()
hashCode
Object
public boolean equals(Object o)
equals
public String toString()
toString
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.