| Constructor and Description |
|---|
MoveFibresCommand(java.lang.String name,
MuscleBundle bundle,
java.util.LinkedList<Muscle> fibres) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Executes this command.
|
java.lang.String |
getName()
Gets the name associated with this command.
|
void |
undo()
Undoes the result of executing this command.
|
public MoveFibresCommand(java.lang.String name,
MuscleBundle bundle,
java.util.LinkedList<Muscle> fibres)