Package | Description |
---|---|
spdfcore |
package contains components to build an application graph.
|
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.String,Modifier> |
Graph.modifiers
Modifiers in the graph, required for SPDF graph
|
Modifier and Type | Method and Description |
---|---|
Modifier |
Graph.getModifier(java.lang.String parameter)
Get a modifier by parameter name
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Modifier> |
Graph.getModifiers()
Get an iterator to all the modifiers in the graph.
|
Modifier and Type | Method and Description |
---|---|
void |
Graph.add(Modifier modifier)
Add a modifier to this graph
|