Méthode | Description | |
---|---|---|
GetClass ( ) : Meta.IClass | ||
RegisterId ( string id, ModelElement element ) : bool | ||
Resolve ( string path ) : IModelElement | ||
UnregisterId ( string id ) : bool |
Méthode | Description | |
---|---|---|
CreateUriWithFragment ( string fragment, bool absolute ) : |
||
GetModelElementForReference ( string reference, int index ) : IModelElement | ||
GetRelativePathForChild ( IModelElement child ) : string | ||
GetRelativePathForNonIdentifiedChild ( IModelElement child ) : string |
Méthode | Description | |
---|---|---|
Model ( ) : System | ||
ResolveNonIdentified ( string path ) : IModelElement |
protected CreateUriWithFragment ( string fragment, bool absolute ) : |
||
fragment | string | |
absolute | bool | |
Résultat |
protected GetModelElementForReference ( string reference, int index ) : IModelElement | ||
reference | string | |
index | int | |
Résultat | IModelElement |
protected GetRelativePathForChild ( IModelElement child ) : string | ||
child | IModelElement | |
Résultat | string |
protected GetRelativePathForNonIdentifiedChild ( IModelElement child ) : string | ||
child | IModelElement | |
Résultat | string |
public RegisterId ( string id, ModelElement element ) : bool | ||
id | string | |
element | ModelElement | |
Résultat | bool |
public Resolve ( string path ) : IModelElement | ||
path | string | |
Résultat | IModelElement |