C# Class hoTools.Utils.Appls.Appl

Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Méthodes publiques

Méthode 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 méthode

public static CreateDefaultElementsForStateDiagram ( EA rep, EA dia, EA stateChart ) : bool
rep EA
dia EA
stateChart EA
Résultat bool

CreateInteractionForOperation() public static méthode

public static CreateInteractionForOperation ( EA rep, EA m ) : bool
rep EA
m EA
Résultat bool

CreateStateMachineForOperation() public static méthode

public static CreateStateMachineForOperation ( EA rep, EA m ) : bool
rep EA
m EA
Résultat bool

DisplayBehaviorForOperation() public static méthode

public static DisplayBehaviorForOperation ( EA repository, EA method ) : void
repository EA
method EA
Résultat void

GetBehaviorForOperation() public static méthode

public static GetBehaviorForOperation ( EA repository, EA method ) : EA.Element
repository EA
method EA
Résultat EA.Element