public class ASME2SSME_Translate_Process extends ASME2SSME_Translate_Property
ACTUAL_CONNECTION_BINDING_ID, ACTUAL_LATENCY_ID, ACTUAL_MEMORY_BINDING_ID, ACTUAL_PROCESSOR_BINDING_ID, CLOCK_PERIOD_ID, COMPUTE_EXECUTION_TIME, COMPUTE_EXECUTION_TIME_PROPERTY_ID, DEADLINE_ID, DEQUEUE_PROTOCOL_ID, DEQUEUE_PROTOCOL_PROPERTY_ID, DEQUEUED_ITEMS_ID, DEQUEUED_ITEMS_PROPERTY_ID, DEVICE_DISPATCH_PROTOCOL_ID, DISPATCH_PROTOCOL_ID, DISPATCH_PROTOCOL_PROPERTY_ID, FAN_OUT_POLICY_ID, FLOWLATENCY_ID, FROZEN_TIME_EVENT_ID, INPUT_TIME_PROPERTY_ID, INPUT_TIME_REFERENCE_TIME_ID, INPUT_TIME_REFERENCE_TIME_PROPERTY_ID, LATENCY_ID, LATENCY_PROPERTY_ID, LATENCY_TIME_EVENT_ID, OUTPUT_TIME_EVENT_ID, OUTPUT_TIME_PROPERTY_ID, OUTPUT_TIME_REFERENCE_TIME_ID, OUTPUT_TIME_REFERENCE_TIME_PROPERTY_ID, OVERFLOW_HANDLING_PROTOCOL_ID, OVERFLOW_HANDLING_PROTOCOL_PROPERTY_ID, PERIOD_ID, PERIOD_PROPERTY, PRIORITY_ID, PROPERTY_ID, QUEUE_PROCESSING_PROTOCOL_ID, QUEUE_PROCESSING_PROTOCOL_PROPERTY_ID, QUEUE_SIZE_ID, QUEUE_SIZE_PROPERTY_ID, READ_TIME_ID, READ_TIME_PROPERTY_ID, REFERENCE_TIME_EVENT_ID, SUPPORTED_DISPATCH_PROTOCOLS, TIME_OFFSET_ID, TIME_OFFSET_PROPERTY_ID, TIME_UNITS_ID, TIMING_ID, TIMING_PROPERTY_ID
ALARM_ID, COMPLETE_ID, COMPLETION_ID, CTL1_ID, CTL2_ID, DISPATCH_ID, ERROR_ID, NameList, RESUME_ID, START_ID, TIME1_ID, TIME2_ID, TOP_ID, TREAD_ID, TRESET_ID, TWRITE_ID
Constructor and Description |
---|
ASME2SSME_Translate_Process()
Class constructor
|
Modifier and Type | Method and Description |
---|---|
ProcessModelImpl |
ASME2SSME_ProcessImpl_Thread(org.osate.aadl2.ThreadImplementation t,
ModuleImpl vmodule)
A thread t is represented as a Singla process depending on its type
|
ProcessModelImpl |
ASME2SSME_ProcessImpl(org.osate.aadl2.ProcessImplementation p,
SignalElementImpl sys_process,
ModuleImpl vmodule,
org.osate.aadl2.AadlPackage aadlpkg)
Returns a Signal process that represents an AADL process implementaton component
The interface is an identifier whose name is "TT_xx" (xx is the name of this Signal process).
|
void |
ASME2SSME_ProcessType_Instance(FormalProcessImpl fprocess,
ProcessModelImpl vprocess,
org.osate.aadl2.ProcessSubcomponent process_sub,
ProcessModelImpl sysimpl_process)
Adds an instance of Signal process that represents an AADL process
into the body of a Signal process that represents a processor.
|
TypesDeclarationImpl |
ASME2SSME_ProcessType(org.osate.aadl2.ProcessType ptype,
org.osate.aadl2.ProcessImplementation pimpl)
Returns a Signal process type declaration
This declaration is in the form of "type process TT_xx_process = (?
|
ASME2SSME_Actual_Connection_Binding_Property, ASME2SSME_Actual_Memory_Binding_Property, ASME2SSME_Actual_Processor_Binding_Property, ASME2SSME_ActualLatency_Property_Call, ASME2SSME_Clock_Period_Property, ASME2SSME_Component_Properties_Call, ASME2SSME_Deadline_Property, ASME2SSME_Dequeue_Protocol_Property_Call, ASME2SSME_Dequeue_Protocol, ASME2SSME_Dequeued_Items_Property_Call, ASME2SSME_Dequeued_Items, ASME2SSME_Device_Dispatch_Protocol_Property, ASME2SSME_Device_property_call, ASME2SSME_Dispatch_Protocol_Property, ASME2SSME_Fan_Out_Policy_Property_Call, ASME2SSME_FlowLatency_Property_Call, ASME2SSME_Input_Time_Reference_Time_Property_Call, ASME2SSME_InputTime, ASME2SSME_Latency_Property_Call, ASME2SSME_Output_Time_Reference_Time_Property_Call, ASME2SSME_OutputTime, ASME2SSME_Overflow_Handling_Protocol_Property_Call, ASME2SSME_Overflow_Handling_Protocol, ASME2SSME_Period_Property, ASME2SSME_Priority_Property_Call, ASME2SSME_Property_Call_withName, ASME2SSME_Property_Call, ASME2SSME_PropertySet, ASME2SSME_Queue_Processing_Protocol_Property_Call, ASME2SSME_Queue_Processing_Protocol, ASME2SSME_Queue_Size_Property_Call, ASME2SSME_Queue_Size, ASME2SSME_Read_Time_Property, ASME2SSME_Source_Name, ASME2SSME_Time_Offset_Property_Call, ASME2SSME_Time_Unit_ConstantEnum, ASME2SSME_Timing_Property_Call, ASME2SSME_Timing, Name_of_Reference_data_classifier, read_PropertyAssociation
Generate_Process_Instance_comment, Get_top_sname, getSname, Name_of_Bus, Name_of_Connection, Name_of_CTL1_type, Name_of_CTL2_type, Name_of_Data, Name_of_DataBundle, Name_of_DataReadTime, Name_of_DataReset, Name_of_DataType, Name_of_DataWriteTime, Name_of_Device, Name_of_FeatureGroup, Name_of_FeatureGroupType, Name_of_Flow, Name_of_Local_Signal, Name_of_Memory, Name_of_ParameterConnection, Name_of_PortGroup, Name_of_PortGroupType, Name_of_Process, Name_of_Processor, Name_of_Subprogram_Struct_In, Name_of_Subprogram_Struct_Out, Name_of_Subprogram, Name_of_SubprogramCall, Name_of_System, Name_of_Thread, Name_of_ThreadDataPort, Name_of_ThreadEventDataPort, Name_of_ThreadEventPort, Name_of_ThreadTimeBundle, Name_of_TriggerDispatch_Event, Name_of_Type_Process, Trace
public ASME2SSME_Translate_Process()
public TypesDeclarationImpl ASME2SSME_ProcessType(org.osate.aadl2.ProcessType ptype, org.osate.aadl2.ProcessImplementation pimpl)
This declaration is in the form of "type process TT_xx_process = (? ... ! ...)", where "xx" is the name of the process implementation component, and the interface is made by the called method ASME2SSME_Type_Process_Interface()
ptype
- process type componentpimpl
- process implementation component, whose type is ptypepublic ProcessModelImpl ASME2SSME_ProcessImpl(org.osate.aadl2.ProcessImplementation p, SignalElementImpl sys_process, ModuleImpl vmodule, org.osate.aadl2.AadlPackage aadlpkg)
The interface is an identifier whose name is "TT_xx" (xx is the name of this Signal process). The body is composed of xx_behavior(), xx_property() and its subcomponents: threads, data and subprograms.
p
- process implementation componentsys_process
- a Signal process that represents its upper level AADL system componentpublic void ASME2SSME_ProcessType_Instance(FormalProcessImpl fprocess, ProcessModelImpl vprocess, org.osate.aadl2.ProcessSubcomponent process_sub, ProcessModelImpl sysimpl_process)
Gets the model type id from formal process (fprocess), and finds out its process type declaration from the upper system level process (sysimpl_process) by a method STree_GetProcessTypeDeclarationFromAProcess(). Makes a process call of this process type. The input/output control signals (xx_ctl1, xx_ctl2, xx_time1, xx_Alarm, xx_TE) are taken as effective parameters of the call, for the other input/output signals, a local signal l_xx is used as a an effective parameter. (in the processor Signal process body, an equation will be add if the input (output) is passed from the processor interface: l_xx := xx (for an input) or xx := l_xx (for an output), in process ASME2SSME_Processor_InOut_Info() ) This process call is added into the body of the processor Signal process (vprocess). Local signal declarations are added.
fprocess
- a Signal formal process which is a parameter of the interface of vprocessvprocess
- a Signal process that represents a processor componentprocess_sub
- a process subcomponentsysimpl_process
- a Signal process that represents a system implementation componentpublic ProcessModelImpl ASME2SSME_ProcessImpl_Thread(org.osate.aadl2.ThreadImplementation t, ModuleImpl vmodule)
t
- vmodule
-