public static class
Enter.Options
Optional attributes for Enter
Public Methods
Enter.Options |
isConstant(Boolean isConstant)
|
Enter.Options |
parallelIterations(Long parallelIterations)
|
Inherited Methods
boolean |
equals(Object arg0)
|
final Class<?> |
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String |
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Public Methods
public Enter.Options isConstant (Boolean isConstant)
Parameters
isConstant | If true, the output is constant within the child frame. |
---|
public Enter.Options parallelIterations (Long parallelIterations)
Parameters
parallelIterations | The number of iterations allowed to run in parallel. |
---|