C# 클래스 NMF.Models.Model

상속: ModelElement
파일 보기 프로젝트 열기: NMFCode/NMF 1 사용 예제들

공개 메소드들

메소드 설명
GetClass ( ) : Meta.IClass
RegisterId ( string id, ModelElement element ) : bool
Resolve ( string path ) : IModelElement
UnregisterId ( string id ) : bool

보호된 메소드들

메소드 설명
CreateUriWithFragment ( string fragment, bool absolute ) : Uri
GetModelElementForReference ( string reference, int index ) : IModelElement
GetRelativePathForChild ( IModelElement child ) : string
GetRelativePathForNonIdentifiedChild ( IModelElement child ) : string

비공개 메소드들

메소드 설명
Model ( ) : System
ResolveNonIdentified ( string path ) : IModelElement

메소드 상세

CreateUriWithFragment() 보호된 메소드

protected CreateUriWithFragment ( string fragment, bool absolute ) : Uri
fragment string
absolute bool
리턴 System.Uri

GetClass() 공개 메소드

public GetClass ( ) : Meta.IClass
리턴 Meta.IClass

GetModelElementForReference() 보호된 메소드

protected GetModelElementForReference ( string reference, int index ) : IModelElement
reference string
index int
리턴 IModelElement

GetRelativePathForChild() 보호된 메소드

protected GetRelativePathForChild ( IModelElement child ) : string
child IModelElement
리턴 string

GetRelativePathForNonIdentifiedChild() 보호된 메소드

protected GetRelativePathForNonIdentifiedChild ( IModelElement child ) : string
child IModelElement
리턴 string

RegisterId() 공개 메소드

public RegisterId ( string id, ModelElement element ) : bool
id string
element ModelElement
리턴 bool

Resolve() 공개 메소드

public Resolve ( string path ) : IModelElement
path string
리턴 IModelElement

UnregisterId() 공개 메소드

public UnregisterId ( string id ) : bool
id string
리턴 bool