Method | Description | |
---|---|---|
CreateDefaultElementsForStateDiagram ( EA rep, EA dia, EA stateChart ) : bool | ||
CreateInteractionForOperation ( EA rep, EA m ) : bool | ||
CreateStateMachineForOperation ( EA rep, EA m ) : bool | ||
DisplayBehaviorForOperation ( EA repository, EA method ) : void | ||
GetBehaviorForOperation ( EA repository, EA method ) : EA.Element |
public static CreateDefaultElementsForStateDiagram ( EA rep, EA dia, EA stateChart ) : bool | ||
rep | EA | |
dia | EA | |
stateChart | EA | |
return | bool |
public static CreateInteractionForOperation ( EA rep, EA m ) : bool | ||
rep | EA | |
m | EA | |
return | bool |
public static CreateStateMachineForOperation ( EA rep, EA m ) : bool | ||
rep | EA | |
m | EA | |
return | bool |
public static DisplayBehaviorForOperation ( EA repository, EA method ) : void | ||
repository | EA | |
method | EA | |
return | void |
public static GetBehaviorForOperation ( EA repository, EA method ) : EA.Element | ||
repository | EA | |
method | EA | |
return | EA.Element |