public class Group extends Object
Constructor and Description |
---|
Group(org.jgrapht.DirectedGraph graph,
List<Node> nodes) |
Group(org.jgrapht.DirectedGraph graph,
Node n) |
Group(Group g1,
Group g2) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Number> |
getResources(Map<String,Number> defaults)
In case no resources are specified, returns empty map.
|
int |
hashCode() |
Set<Node> |
incomingNodes() |
Set<Node> |
outgoingNodes() |
String |
toString() |
public Group(org.jgrapht.DirectedGraph graph, Node n)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.