|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjp.go.aist.rtm.RTC.util.RTCUtil
public class RTCUtil
Class to distinguish component type of RT component
| Constructor Summary | |
|---|---|
RTCUtil()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RTCUtil()
| Method Detail |
|---|
public static boolean isDataFlowComponent(org.omg.CORBA.Object obj)
obj -
The target CORBA object for the investigation
public static boolean isFsmParticipant(org.omg.CORBA.Object obj)
obj -
The target CORBA object for the investigation
public static boolean isFsmObject(org.omg.CORBA.Object obj)
obj -
The target CORBA object for the investigation
public static boolean isMultiModeObject(org.omg.CORBA.Object obj)
obj -
The target CORBA object for the investigation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||