public class TEdge extends Object
A transformationUnit edge is a transformationUnit unit which points to one node of the transformationUnit's graph.
| Modifier | Constructor and Description |
|---|---|
protected |
TEdge() |
protected |
TEdge(TransformationUnit transformationUnit,
TNode toNode) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
getCost() |
protected TNode |
getToNode() |
protected TransformationUnit |
getTransformationUnit() |
protected void |
setCost(double cost) |
protected void |
setToNode(TNode toNode) |
protected void |
setTransformationUnit(TransformationUnit transformationUnit) |
protected TEdge(TransformationUnit transformationUnit, TNode toNode)
protected TEdge()
protected TransformationUnit getTransformationUnit()
protected void setTransformationUnit(TransformationUnit transformationUnit)
protected TNode getToNode()
protected void setToNode(TNode toNode)
protected double getCost()
protected void setCost(double cost)
Copyright © 2014. All Rights Reserved.