Uses of Class
org.gcube.datatransformation.datatransformationlibrary.model.graph.TNode

Packages that use TNode
org.gcube.datatransformation.datatransformationlibrary.model.graph   
 

Uses of TNode in org.gcube.datatransformation.datatransformationlibrary.model.graph
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model.graph that return TNode
 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()
           
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model.graph that return types with arguments of type TNode
 ArrayList<TNode> NodesCollection.getAnyThatSupport(ContentType contentType)
          Returns nodes that have generic support with the contentType.
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model.graph with parameters of type TNode
protected  void TNodeWithUnbound.setNode(TNode node)
           
protected  void TEdge.setToNode(TNode toNode)
           
 

Constructors in org.gcube.datatransformation.datatransformationlibrary.model.graph with parameters of type TNode
TEdge(TransformationUnit transformationUnit, TNode toNode)
           
TNodeWithUnbound(TNode node, List<Parameter> unbound)
           
 



Copyright © 2013. All Rights Reserved.