jopt.js.api.variable
Interface SchedulerExpression


public interface SchedulerExpression

An Interface to represent commonalities between any and all scheduling expressions

Author:
jboerkoel

Method Summary
 boolean isBuilt()
          Determines whether the problem has already been built.
 void setBuilt(boolean built)
          Sets whether or not this expression can be editable.
 

Method Detail

isBuilt

public boolean isBuilt()
Determines whether the problem has already been built. This would imply that after this point, changes to it will be under choice point control (ie. they can be undone/redone).

Returns:
true if is built already

setBuilt

public void setBuilt(boolean built)
Sets whether or not this expression can be editable. If true, it cannot be edited without the possibility of losing changes from choice point events

Parameters:
built -