RefEnter.Options

public static class RefEnter.Options

Optional attributes for RefEnter

Public Methods

RefEnter.Options
isConstant(Boolean isConstant)
RefEnter.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 RefEnter.Options isConstant (Boolean isConstant)

Parameters
isConstant If true, the output is constant within the child frame.

public RefEnter.Options parallelIterations (Long parallelIterations)

Parameters
parallelIterations The number of iterations allowed to run in parallel.