Property | Type | Description | |
---|---|---|---|
_EffectsSettingsViewModels | List |
Method | Description | |
---|---|---|
Calculate ( System.Guid calculationId, string modelName, Newtonsoft.Json.Linq.JArray inputParameters ) : void | ||
GetChemicalNames ( ) : void | ||
GetModelParameters ( System.Guid calculationId, string modelName ) : void | ||
GetModels ( ) : void | ||
GetUnits ( ) : void | ||
ImbSubscribe ( ) : void | ||
ImbUnsubscribe ( ) : void | ||
Init ( ) : void | ||
RegisterEffectsMapTool ( |
||
Start ( ) : void | ||
Stop ( ) : void | ||
UnRegisterEffectsMapTool ( |
Method | Description | |
---|---|---|
Effects_OnNormalEvent ( |
||
SetCalculatedData ( System.Guid id, Newtonsoft.Json.Linq.JArray data ) : void | ||
SetChemicalsData ( Newtonsoft.Json.Linq.JArray data ) : void | ||
SetModelData ( Newtonsoft.Json.Linq.JArray data ) : void | ||
SetModelPropertyData ( System.Guid id, Newtonsoft.Json.Linq.JArray data ) : void | ||
SignalEvent ( int commandId, string body = null ) : void |
public Calculate ( System.Guid calculationId, string modelName, Newtonsoft.Json.Linq.JArray inputParameters ) : void | ||
calculationId | System.Guid | |
modelName | string | |
inputParameters | Newtonsoft.Json.Linq.JArray | |
return | void |
public GetModelParameters ( System.Guid calculationId, string modelName ) : void | ||
calculationId | System.Guid | |
modelName | string | |
return | void |
public RegisterEffectsMapTool ( |
||
effectsSettingsViewModel | ||
return | void |
public UnRegisterEffectsMapTool ( |
||
effectsSettingsViewModel | ||
return | void |