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

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

public class TNodeWithUnbound
extends Object

Author:
Dimitris Katris, NKUA

Declares a node which contains unbound parameters.


Constructor Summary
protected TNodeWithUnbound(TNode node, List<Parameter> unbound)
           
 
Method Summary
protected  TNode getNode()
           
protected  List<Parameter> getUnbound()
           
protected  boolean isRefToSource()
           
protected  boolean isRefToTarget()
           
protected  void setNode(TNode node)
           
protected  void setRefsToSource()
           
protected  void setRefsToTarget()
           
protected  void setUnbound(List<Parameter> unbound)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TNodeWithUnbound

protected TNodeWithUnbound(TNode node,
                           List<Parameter> unbound)
Method Detail

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.