org.gcube.datatransformation.datatransformationlibrary.model.graph
Class TEdge
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEdge
protected TEdge(TransformationUnit transformationUnit,
TNode toNode)
TEdge
protected TEdge()
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.