public static class LLBlock.LLObstacle extends LLBlock
LLBlock.LLObstacle, LLBlock.LLPad| Constructor and Description |
|---|
LLObstacle() |
LLObstacle(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.LLObstacle |
copy()
Returns a copy of this state suitable for creating state transitions.
|
copyWithName, get, getName, name, setName, toString, variableKeyspublic LLObstacle()
public LLObstacle(double left,
double right,
double bottom,
double top,
java.lang.String name)
public java.lang.String className()
ObjectInstancepublic LLBlock.LLObstacle copy()
StateDeepCopyState 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.