public class RTCUtil
extends java.lang.Object
| Constructor and Description |
|---|
RTCUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isDataFlowComponent(org.omg.CORBA.Object obj)
Confirms whether specified RT-Component is DataFlowComponent
|
static boolean |
isFsmObject(org.omg.CORBA.Object obj)
Confirms whether specified RT-Component is Fsm
|
static boolean |
isFsmParticipant(org.omg.CORBA.Object obj)
Confirms whether specified RT-Component is FsmParticipant
|
static boolean |
isMultiModeObject(org.omg.CORBA.Object obj)
Confirms whether specified RT-Component is multiModeComponent
|
public static boolean isDataFlowComponent(org.omg.CORBA.Object obj)
obj -
The target CORBA object for the investigationpublic static boolean isFsmParticipant(org.omg.CORBA.Object obj)
obj -
The target CORBA object for the investigationpublic static boolean isFsmObject(org.omg.CORBA.Object obj)
obj -
The target CORBA object for the investigationpublic static boolean isMultiModeObject(org.omg.CORBA.Object obj)
obj -
The target CORBA object for the investigation