Interface SILService


public interface SILService
This class represents SIL APIs to be used in SOD verification. The APIs will be called in following order:

Register a new System:

  • registerSystemType : registers a new System Type
  • registerSystemContext : register a System Instance of registered System Type
  • registerScomp : register Service components required for the registered System Type
  • getSystemIds : give the IDs and Types of the Systems registered

SOD Verification:

  • getIdsFromTopology: gets Ids of Idm System, Sod Engine and Target system based on the topology provided
  • getDataTransformationInput: transforms the input data to a format understandable by SODEngine
  • isSynch: checks whether the Sod Engine is Synchronous or Asynchronous
    For Synchronous Sod Engine:
  • executeSynchronousSoDSimulation : gives the Sod result
    For Asynchronous Sod Engine:
  • executeAsynchronousSoDSimulation: gives a Ref Id
  • getPreventiveAsynchConflictSimulationResult : gives Sod result taking Ref Id as input