public static class LLBlock.LLPad extends LLBlock
LLBlock.LLObstacle, LLBlock.LLPad
Constructor and Description |
---|
LLPad() |
LLPad(double left,
double right,
double bottom,
double top,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
className()
Returns the name of this OO-MDP object class
|
LLBlock.LLPad |
copy()
Returns a copy of this state suitable for creating state transitions.
|
copyWithName, get, getName, name, setName, toString, variableKeys
public LLPad()
public LLPad(double left, double right, double bottom, double top, java.lang.String name)
public java.lang.String className()
ObjectInstance
public LLBlock.LLPad copy()
State
DeepCopyState
or ShallowCopyState
annotations. If it is a shallow copy, you should not *directly*
modify any fields of a copied state without copying the fields first, or it could contaminate the state from
which the copy was made. Alternatively, use the MutableState.set(Object, Object)
method to modify
ShallowCopyState
copied states,
which for ShallowCopyState
instances should perform a safe copy-on-write operation.