java.lang.Object
de.uni_hildesheim.sse.vil.templatelang.templateLanguageTranslation.DefInfo

class DefInfo extends Object
Stores (temporary) information about the relation of an ECore and an Template model instance.
Author:
Holger Eichelberger
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private net.ssehub.easy.instantiation.core.model.templateModel.Def
     
    private VilDef
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    DefInfo(VilDef vilDef, net.ssehub.easy.instantiation.core.model.templateModel.Def def)
    Creates an information object.
  • Method Summary

    Modifier and Type
    Method
    Description
    net.ssehub.easy.instantiation.core.model.templateModel.Def
    Returns the related template model instance.
    Returns the VIL def from ECore.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • vilDef

      private VilDef vilDef
    • def

      private net.ssehub.easy.instantiation.core.model.templateModel.Def def
  • Constructor Details

    • DefInfo

      public DefInfo(VilDef vilDef, net.ssehub.easy.instantiation.core.model.templateModel.Def def)
      Creates an information object.
      Parameters:
      vilDef - the VIL def from ECore
      def - the related def template model instance
  • Method Details

    • getVilDef

      public VilDef 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