Uses of Class
org.problets.domain.model.implement.DataTraceItem

Packages that use DataTraceItem
org.problets.domain.model.implement   
 

Uses of DataTraceItem in org.problets.domain.model.implement
 

Subclasses of DataTraceItem in org.problets.domain.model.implement
 class AskItem
          Represents an ASK item in data trace
 class TellItem
          Represents one tell item in data trace
 

Methods in org.problets.domain.model.implement that return DataTraceItem
static DataTraceItem DataTraceItem.getDataTraceItem(AbstractVarModel inVariable, int inLineNumber, java.lang.String template)
           
 

Methods in org.problets.domain.model.implement with parameters of type DataTraceItem
 void DataTraceItem.cloneVariableValues(DataTraceItem fromItem)
          Copies the values of the variable of the given item to this item's variable
 boolean DataTraceItem.varsEqual(DataTraceItem a_item)
          Determines if this item's variable and the given item's variable have equal values