Class DefInfo
java.lang.Object
de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation.DefInfo
Stores (temporary) information about the relation of an ECore and an Template
model instance.
- Author:
- Holger Eichelberger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
vilDef
-
def
private net.ssehub.easy.instantiation.core.model.templateModel.Def def
-
-
Constructor Details
-
DefInfo
Creates an information object.- Parameters:
vilDef- the VIL def from ECoredef- the related def template model instance
-
-
Method Details
-
getVilDef
Returns the VIL def from ECore.- Returns:
- the VIL def
-
getDef
public net.ssehub.easy.instantiation.core.model.templateModel.Def getDef()Returns the related template model instance.- Returns:
- the def instance
-