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

java.lang.Object
  extended by org.gcube.datatransformation.datatransformationlibrary.model.graph.TEdge

public class TEdge
extends Object

Author:
Dimitris Katris, NKUA

A transformationUnit edge is a transformationUnit unit which points to one node of the transformationUnit's graph.


Constructor Summary
protected TEdge()
           
protected TEdge(TransformationUnit transformationUnit, TNode toNode)
           
 
Method Summary
protected  double getCost()
           
protected  TNode getToNode()
           
protected  TransformationUnit getTransformationUnit()
           
protected  void setCost(double cost)
           
protected  void setToNode(TNode toNode)
           
protected  void setTransformationUnit(TransformationUnit transformationUnit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TEdge

protected TEdge(TransformationUnit transformationUnit,
                TNode toNode)

TEdge

protected TEdge()
Method Detail

getTransformationUnit

protected TransformationUnit getTransformationUnit()

setTransformationUnit

protected void setTransformationUnit(TransformationUnit transformationUnit)

getToNode

protected TNode getToNode()

setToNode

protected void setToNode(TNode toNode)

getCost

protected double getCost()

setCost

protected void setCost(double cost)


Copyright © 2013. All Rights Reserved.