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

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

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

Fields in org.gcube.datatransformation.datatransformationlibrary.model.graph with type parameters of type TEdge
protected  HashMap<TEdge,List<Parameter>> Path.sunbound
           
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model.graph that return types with arguments of type TEdge
 ArrayList<TEdge> TNode.getEdges()
          Returns the edges of this node to other nodes of the graph.
protected  ArrayList<TEdge> Path.getPath()
           
 

Methods in org.gcube.datatransformation.datatransformationlibrary.model.graph with parameters of type TEdge
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)
           
 

Method parameters in org.gcube.datatransformation.datatransformationlibrary.model.graph with type arguments of type TEdge
protected  boolean Path.addAll(Collection<? extends TEdge> edges)
           
 



Copyright © 2013. All Rights Reserved.