Modifier and Type | Method and Description |
---|---|
Configuration |
ISimulator.getCurrentConfig()
Gets the current configuration
|
Configuration |
AbstractSimulator.getCurrentConfig() |
Configuration |
CopyOfAbstractSimulator.getCurrentConfig()
Gets the current configuration
|
Configuration |
DecoratorSimulator.getCurrentConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ISimulator.setCurrentConfig(Configuration configuration)
Sets the current configuration of the simulator
|
void |
AbstractSimulator.setCurrentConfig(Configuration configuration) |
void |
CopyOfAbstractSimulator.setCurrentConfig(Configuration currentConfig)
Sets the current configuration of the simulator
|
void |
DecoratorSimulator.setCurrentConfig(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
DndpMatrix.filterAndUpdateMatrix(Configuration tmpCnf) |
void |
AbstractDnd2Sim.setCurrentConfig(Configuration configuration) |
void |
AbstractDndProbabilisticSimulator.setCurrentConfig(Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
SpikingSimulator.microStepSelectRules(Configuration cnf,
Configuration tmpCnf) |
Modifier and Type | Method and Description |
---|---|
Configuration |
Psystem.getFirstConfiguration() |
Modifier and Type | Class and Description |
---|---|
class |
CellLikeConfiguration
This class represents configurations in cell-like P-systems
|
Modifier and Type | Method and Description |
---|---|
boolean |
SpikingRule.executeSafeBuddingDivisionPhaseOne(ChangeableMembrane membrane,
Configuration currentConfig,
java.util.ArrayList<SpikingMembrane> buddyList,
java.util.ArrayList<Pair<SpikingMembrane,SpikingMembrane>> divisionList) |
static boolean |
SpikingRule.executeSafeBuddingDivisionPhaseTwo(ChangeableMembrane membrane1,
ChangeableMembrane membrane2,
Configuration currentConfig,
boolean isBudding) |
boolean |
SpikingRule.executeSafeSpiking(ChangeableMembrane membrane,
Configuration currentConfig) |
Modifier and Type | Class and Description |
---|---|
class |
SpikingConfiguration |
Modifier and Type | Class and Description |
---|---|
class |
TissueLikeConfiguration |