public class ArthromorphAllowedMutations extends SimpleAllowedMutations
Modifier and Type | Field and Description |
---|---|
boolean |
angleMut |
boolean |
animalClawsMut |
boolean |
animalLegsMut |
boolean |
animalTrunkMut |
boolean |
clawsMut |
boolean |
deletionMut |
boolean |
duplicationMut |
Concentration |
focusOfAttention |
boolean |
heightMut |
boolean |
legsMut |
Pressure |
mutationPressure |
boolean |
sectionClawsMut |
boolean |
sectionLegsMut |
boolean |
sectionTrunkMut |
boolean |
segmentClawsMut |
boolean |
segmentLegsMut |
boolean |
segmentTrunkMut |
boolean |
trunkMut |
boolean |
widthMut |
Constructor and Description |
---|
ArthromorphAllowedMutations() |
Modifier and Type | Method and Description |
---|---|
void |
makeAllAtomMutations(boolean state) |
void |
makeAllBodyMutations(boolean state) |
void |
setAngleMut(boolean newValue) |
void |
setAnimalClawsMut(boolean newValue) |
void |
setAnimalLegsMut(boolean newValue) |
void |
setAnimalTrunkMut(boolean newValue) |
void |
setClawsMut(boolean newValue) |
void |
setDeletionMut(boolean newValue) |
void |
setDuplicationMut(boolean newValue) |
void |
setFocusOfAttention(Concentration newValue) |
void |
setHeightMut(boolean newValue) |
void |
setLegsMut(boolean newValue) |
void |
setMutationPressure(Pressure newValue) |
void |
setSectionClawsMut(boolean newValue) |
void |
setSectionLegsMut(boolean newValue) |
void |
setSectionTrunkMut(boolean newValue) |
void |
setSegmentClawsMut(boolean newValue) |
void |
setSegmentLegsMut(boolean newValue) |
void |
setSegmentTrunkMut(boolean newValue) |
void |
setTrunkMut(boolean newValue) |
void |
setWidthMut(boolean newValue) |
getMutProb, setMutProb
public Concentration focusOfAttention
public Pressure mutationPressure
public boolean angleMut
public boolean animalClawsMut
public boolean animalLegsMut
public boolean animalTrunkMut
public boolean clawsMut
public boolean deletionMut
public boolean duplicationMut
public boolean heightMut
public boolean legsMut
public boolean sectionClawsMut
public boolean sectionLegsMut
public boolean sectionTrunkMut
public boolean segmentClawsMut
public boolean segmentLegsMut
public boolean segmentTrunkMut
public boolean trunkMut
public boolean widthMut
public void makeAllAtomMutations(boolean state)
public void makeAllBodyMutations(boolean state)
public void setAngleMut(boolean newValue)
public void setFocusOfAttention(Concentration newValue)
public void setMutationPressure(Pressure newValue)
public void setAnimalClawsMut(boolean newValue)
public void setAnimalLegsMut(boolean newValue)
public void setAnimalTrunkMut(boolean newValue)
public void setClawsMut(boolean newValue)
public void setDeletionMut(boolean newValue)
public void setDuplicationMut(boolean newValue)
public void setHeightMut(boolean newValue)
public void setLegsMut(boolean newValue)
public void setSectionClawsMut(boolean newValue)
public void setSectionLegsMut(boolean newValue)
public void setSectionTrunkMut(boolean newValue)
public void setSegmentClawsMut(boolean newValue)
public void setSegmentLegsMut(boolean newValue)
public void setSegmentTrunkMut(boolean newValue)
public void setTrunkMut(boolean newValue)
public void setWidthMut(boolean newValue)