org.gcube.datatransformation.datatransformationlibrary.model.graph
Class TNodeWithUnbound
java.lang.Object
org.gcube.datatransformation.datatransformationlibrary.model.graph.TNodeWithUnbound
public class TNodeWithUnbound
- extends Object
- Author:
- Dimitris Katris, NKUA
Declares a node which contains unbound parameters.
TNodeWithUnbound
protected TNodeWithUnbound(TNode node,
List<Parameter> unbound)
isRefToSource
protected boolean isRefToSource()
isRefToTarget
protected boolean isRefToTarget()
setRefsToSource
protected void setRefsToSource()
setRefsToTarget
protected void setRefsToTarget()
getNode
protected TNode getNode()
setNode
protected void setNode(TNode node)
getUnbound
protected List<Parameter> getUnbound()
setUnbound
protected void setUnbound(List<Parameter> unbound)
toString
public String toString()
- Overrides:
toString in class Object
- Returns:
- A string representation of the TNodeWithUnbound.
- See Also:
Object.toString()
Copyright © 2013. All Rights Reserved.