C# Class hoTools.Utils.Appls.Appl

Mostra file Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

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

Method Details

CreateDefaultElementsForStateDiagram() public static method

public static CreateDefaultElementsForStateDiagram ( EA rep, EA dia, EA stateChart ) : bool
rep EA
dia EA
stateChart EA
return bool

CreateInteractionForOperation() public static method

public static CreateInteractionForOperation ( EA rep, EA m ) : bool
rep EA
m EA
return bool

CreateStateMachineForOperation() public static method

public static CreateStateMachineForOperation ( EA rep, EA m ) : bool
rep EA
m EA
return bool

DisplayBehaviorForOperation() public static method

public static DisplayBehaviorForOperation ( EA repository, EA method ) : void
repository EA
method EA
return void

GetBehaviorForOperation() public static method

public static GetBehaviorForOperation ( EA repository, EA method ) : EA.Element
repository EA
method EA
return EA.Element