| Package | Description |
|---|---|
| org.gcube.datatransformation.datatransformationlibrary.model.graph |
| Modifier and Type | Method and Description |
|---|---|
TNode |
NodesCollection.add(ContentType contentType)
Adds a content type to this node collection.
|
TNode |
NodesCollection.get(ContentType contentType)
Returns the node of a content type if it exists in the collection.
|
TNode |
NodesCollection.getExactlySupported(ContentType contentType)
Returns nodes that have exact support with the content type.
|
protected TNode |
TNodeWithUnbound.getNode() |
protected TNode |
TEdge.getToNode() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TNode> |
NodesCollection.getAnyThatSupport(ContentType contentType)
Returns nodes that have generic support with the contentType.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
TNodeWithUnbound.setNode(TNode node) |
protected void |
TEdge.setToNode(TNode toNode) |
| Constructor and Description |
|---|
TEdge(TransformationUnit transformationUnit,
TNode toNode) |
TNodeWithUnbound(TNode node,
List<Parameter> unbound) |
Copyright © 2014. All Rights Reserved.