org.problets.domain.model.implement
Class TellItem
java.lang.Object
org.problets.domain.line.AbstractLine
org.problets.domain.model.implement.DataTraceItem
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
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TellItem
public TellItem(AbstractVarModel inVariable,
int inLineNumber)
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)