C# 클래스 EAAddinFramework.Mapping.MappingFactory

Description of MappingFactory.
파일 보기 프로젝트 열기: GeertBellekens/Enterprise-Architect-Add-in-Framework 1 사용 예제들

공개 메소드들

메소드 설명
createNewMappings ( TSF attribute, string basepath, ElementWrapper targetRootElement ) : List
createOwnedMappings ( ElementWrapper ownerElement, string basepath ) : List
createOwnedMappings ( ElementWrapper ownerElement, string basepath, ElementWrapper targetRootElement ) : List
createRootMappings ( ElementWrapper root, string basePath ) : List
getConnectorString ( ConnectorWrapper mappedConnector ) : string
getValueForKey ( string key, string source ) : string

parses the the given source string for any keyvalue pairs and returns the value corresponding to the given key. The format of the soure string is assumed as follows: key1=value1;key2=value2,...

메소드 상세

createNewMappings() 공개 정적인 메소드

public static createNewMappings ( TSF attribute, string basepath, ElementWrapper targetRootElement ) : List
attribute TSF
basepath string
targetRootElement ElementWrapper
리턴 List

createOwnedMappings() 공개 정적인 메소드

public static createOwnedMappings ( ElementWrapper ownerElement, string basepath ) : List
ownerElement ElementWrapper
basepath string
리턴 List

createOwnedMappings() 공개 정적인 메소드

public static createOwnedMappings ( ElementWrapper ownerElement, string basepath, ElementWrapper targetRootElement ) : List
ownerElement ElementWrapper
basepath string
targetRootElement ElementWrapper
리턴 List

createRootMappings() 공개 정적인 메소드

public static createRootMappings ( ElementWrapper root, string basePath ) : List
root ElementWrapper
basePath string
리턴 List

getConnectorString() 공개 정적인 메소드

public static getConnectorString ( ConnectorWrapper mappedConnector ) : string
mappedConnector TSF.UmlToolingFramework.Wrappers.EA.ConnectorWrapper
리턴 string

getValueForKey() 공개 정적인 메소드

parses the the given source string for any keyvalue pairs and returns the value corresponding to the given key. The format of the soure string is assumed as follows: key1=value1;key2=value2,...
public static getValueForKey ( string key, string source ) : string
key string the key to searche for
source string the source string to search in
리턴 string