C# Class hoTools.Utils.Element

显示文件 Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

Method Description
CreateElement ( EA rep, EA pkg, string name, string type, string stereotype ) : EA.Element

CreatePortWithInterface ( EA elSource, EA elInterface, string ifType = "RequiredInterface" ) : EA.Element

Method Details

CreateElement() public static method

public static CreateElement ( EA rep, EA pkg, string name, string type, string stereotype ) : EA.Element
rep EA
pkg EA
name string
type string
stereotype string
return EA.Element

CreatePortWithInterface() public static method

public static CreatePortWithInterface ( EA elSource, EA elInterface, string ifType = "RequiredInterface" ) : EA.Element
elSource EA
elInterface EA
ifType string
return EA.Element