marg.model
Class MonitoredVariable

java.lang.Object
  extended by marg.model.MonitoredVariable

public class MonitoredVariable
extends java.lang.Object


Constructor Summary
MonitoredVariable(ModuleVariable var, java.lang.String presentation)
           
 
Method Summary
 ModuleVariable getModuleVar()
           
 java.lang.String getPresentation()
           
 void setPresentation(java.lang.String presentation)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitoredVariable

public MonitoredVariable(ModuleVariable var,
                         java.lang.String presentation)
Method Detail

getPresentation

public java.lang.String getPresentation()

getModuleVar

public ModuleVariable getModuleVar()

setPresentation

public void setPresentation(java.lang.String presentation)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object