메소드 | 설명 | |
---|---|---|
GetClass ( ) : Meta.IClass | ||
RegisterId ( string id, ModelElement element ) : bool | ||
Resolve ( string path ) : IModelElement | ||
UnregisterId ( string id ) : bool |
메소드 | 설명 | |
---|---|---|
CreateUriWithFragment ( string fragment, bool absolute ) : |
||
GetModelElementForReference ( string reference, int index ) : IModelElement | ||
GetRelativePathForChild ( IModelElement child ) : string | ||
GetRelativePathForNonIdentifiedChild ( IModelElement child ) : string |
메소드 | 설명 | |
---|---|---|
Model ( ) : System | ||
ResolveNonIdentified ( string path ) : IModelElement |
protected CreateUriWithFragment ( string fragment, bool absolute ) : |
||
fragment | string | |
absolute | bool | |
리턴 |
protected GetModelElementForReference ( string reference, int index ) : IModelElement | ||
reference | string | |
index | int | |
리턴 | IModelElement |
protected GetRelativePathForChild ( IModelElement child ) : string | ||
child | IModelElement | |
리턴 | string |
protected GetRelativePathForNonIdentifiedChild ( IModelElement child ) : string | ||
child | IModelElement | |
리턴 | string |
public RegisterId ( string id, ModelElement element ) : bool | ||
id | string | |
element | ModelElement | |
리턴 | bool |