public interface IPsystemFactory
Modifier and Type | Method and Description |
---|---|
Psystem |
createPsystem() |
CheckPsystem |
getCheckPsystem() |
CheckRule |
getCheckRule()
Gets a CheckRule object to check if the P-system complies with the model
conditions, according to the specific model to give support
|
CreateSimulator |
getCreateSimulator()
Creates a CreateSimulator instance able to create simulators for the
specific model represented by this instance
|
java.lang.String |
getModelName()
Gets the name of the specific model this class gives support
|
AbstractRuleFactory |
getRuleFactory() |
CreateSimulator getCreateSimulator() throws PlinguaCoreException
PlinguaCoreException
- if any error occurred during the instantiation of
CreateSimulatorCheckRule getCheckRule()
CheckPsystem getCheckPsystem()
java.lang.String getModelName()
Psystem createPsystem() throws PlinguaCoreException
PlinguaCoreException
AbstractRuleFactory getRuleFactory()