|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPTransition
The IRPTransition interface represents transitions in a statechart.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.telelogic.rhapsody.core.IRPModelElement |
---|
IRPModelElement.OSLCLink |
Method Summary | |
---|---|
IRPTransition |
getInheritsFrom()
method getInheritsFrom |
int |
getIsOverridden()
get isOverridden |
IRPAction |
getItsAction()
method getItsAction |
IRPGuard |
getItsGuard()
method getItsGuard |
java.lang.String |
getItsLabel()
get property itsLabel |
IRPStateVertex |
getItsSource()
get property itsSource |
IRPStatechart |
getItsStatechart()
get property itsStatechart |
IRPStateVertex |
getItsTarget()
get property itsTarget |
IRPTrigger |
getItsTrigger()
method getItsTrigger |
IRPState |
getOfState()
method getOfState |
int |
isDefaultTransition()
method isDefaultTransition |
int |
isStaticReaction()
method isStaticReaction |
IRPCollection |
itsCompoundSource()
method itsCompoundSource |
void |
overrideInheritance()
method overrideInheritance |
IRPTransition |
resetLabelInheritance()
method resetLabelInheritance |
IRPAction |
setItsAction(java.lang.String action)
method setItsAction |
IRPGuard |
setItsGuard(java.lang.String guard)
method setItsGuard |
void |
setItsLabel(java.lang.String trigger,
java.lang.String guard,
java.lang.String action)
property setItsLabel |
void |
setItsSource(IRPStateVertex itsSource)
set property itsSource |
void |
setItsStatechart(IRPStatechart itsStatechart)
set property itsStatechart |
void |
setItsTarget(IRPStateVertex itsTarget)
set property itsTarget |
IRPTrigger |
setItsTrigger(java.lang.String trigger)
method setItsTrigger |
void |
unoverrideInheritance()
method unoverrideInheritance |
Method Detail |
---|
IRPTransition getInheritsFrom()
RhapsodyRuntimeException
int getIsOverridden()
RhapsodyRuntimeException
IRPAction getItsAction()
RhapsodyRuntimeException
IRPGuard getItsGuard()
RhapsodyRuntimeException
java.lang.String getItsLabel()
RhapsodyRuntimeException
IRPStateVertex getItsSource()
RhapsodyRuntimeException
IRPStatechart getItsStatechart()
RhapsodyRuntimeException
IRPStateVertex getItsTarget()
RhapsodyRuntimeException
IRPTrigger getItsTrigger()
RhapsodyRuntimeException
IRPState getOfState()
RhapsodyRuntimeException
int isDefaultTransition()
RhapsodyRuntimeException
int isStaticReaction()
RhapsodyRuntimeException
IRPCollection itsCompoundSource()
RhapsodyRuntimeException
void overrideInheritance()
RhapsodyRuntimeException
IRPTransition resetLabelInheritance()
RhapsodyRuntimeException
IRPAction setItsAction(java.lang.String action)
RhapsodyRuntimeException
IRPGuard setItsGuard(java.lang.String guard)
RhapsodyRuntimeException
void setItsLabel(java.lang.String trigger, java.lang.String guard, java.lang.String action)
RhapsodyRuntimeException
void setItsSource(IRPStateVertex itsSource)
RhapsodyRuntimeException
void setItsStatechart(IRPStatechart itsStatechart)
RhapsodyRuntimeException
void setItsTarget(IRPStateVertex itsTarget)
RhapsodyRuntimeException
IRPTrigger setItsTrigger(java.lang.String trigger)
RhapsodyRuntimeException
void unoverrideInheritance()
RhapsodyRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |