public class StormGraphCreator.NamedNode extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
name
name of the node
|
org.openimaj.storm.util.graph.StormGraphCreator.Type |
node
the node's type
|
| Constructor and Description |
|---|
StormGraphCreator.NamedNode(String name,
org.openimaj.storm.util.graph.StormGraphCreator.Type node) |
public org.openimaj.storm.util.graph.StormGraphCreator.Type node
public StormGraphCreator.NamedNode(String name, org.openimaj.storm.util.graph.StormGraphCreator.Type node)
name - node -