| Package | Description |
|---|---|
| org.gcube.datatransformation.datatransformationlibrary.model.graph |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<TEdge,List<Parameter>> |
Path.sunbound |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TEdge> |
TNode.getEdges()
Returns the edges of this node to other nodes of the graph.
|
protected ArrayList<TEdge> |
Path.getPath() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Path.add(TEdge edge) |
boolean |
TNode.addEdge(TEdge edge)
Adds a new edge to this node.
|
protected List<Parameter> |
Path.putSUnbound(TEdge key,
List<Parameter> value) |
protected List<Parameter> |
Path.putTUnbound(TEdge key,
List<Parameter> value) |
protected void |
Path.removeSUnbound(TEdge key) |
protected void |
Path.removeTUnbound(TEdge key) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
Path.addAll(Collection<? extends TEdge> edges) |
Copyright © 2014. All Rights Reserved.