Class DefInfo
- java.lang.Object
-
- de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation.DefInfo
-
class DefInfo extends java.lang.ObjectStores (temporary) information about the relation of an ECore and an Template model instance.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefgetDef()Returns the related template model instance.de.uni_hildesheim.sse.vil.templatelang.templateLang.VilDefgetVilDef()Returns the VIL def from ECore.
-
-
-
Field Detail
-
vilDef
private de.uni_hildesheim.sse.vil.templatelang.templateLang.VilDef vilDef
-
def
private Def def
-
-
Constructor Detail
-
DefInfo
public DefInfo(de.uni_hildesheim.sse.vil.templatelang.templateLang.VilDef vilDef, Def def)Creates an information object.- Parameters:
vilDef- the VIL def from ECoredef- the related def template model instance
-
-
Method Detail
-
getVilDef
public de.uni_hildesheim.sse.vil.templatelang.templateLang.VilDef getVilDef()
Returns the VIL def from ECore.- Returns:
- the VIL def
-
getDef
public Def getDef()
Returns the related template model instance.- Returns:
- the def instance
-
-