org.problets.domain.model.implement
Class TellItem

java.lang.Object
  extended by org.problets.domain.line.AbstractLine
      extended by org.problets.domain.model.implement.DataTraceItem
          extended by org.problets.domain.model.implement.TellItem
All Implemented Interfaces:
java.lang.Cloneable

public class TellItem
extends DataTraceItem
implements java.lang.Cloneable

Represents one tell item in data trace

Author:
Amruth Kumar

Field Summary
 
Fields inherited from class org.problets.domain.line.AbstractLine
UNASSIGNED_LINE
 
Constructor Summary
TellItem(AbstractVarModel inVariable, int inLineNumber)
           
 
Method Summary
 boolean canEdit()
          Returns whether this object can be edited
 java.lang.Object clone()
          Clones the AskItem
static void main(java.lang.String[] args)
           
 
Methods inherited from class org.problets.domain.model.implement.DataTraceItem
cloneVariableValues, getDataTraceItem, getVariable, print, reset, setVariable, toString, varsEqual
 
Methods inherited from class org.problets.domain.line.AbstractLine
getLineNumber, setLineNumber
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TellItem

public TellItem(AbstractVarModel inVariable,
                int inLineNumber)
Method Detail

clone

public java.lang.Object clone()
Clones the AskItem

Overrides:
clone in class DataTraceItem
Returns:
the cloned item

canEdit

public boolean canEdit()
Returns whether this object can be edited

Specified by:
canEdit in class DataTraceItem

main

public static void main(java.lang.String[] args)