java.lang.Object
edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.adapter.UsageModelWeaving

public class UsageModelWeaving extends Object
This class is responsible for weaving the usage model view-type in the context of the adapter transformation strategy.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.adapter.IAdapterWeaving
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    UsageModelWeaving(edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.adapter.IAdapterWeaving parent)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    weave(WeavingInstruction weavingInstruction)
     

    Methods inherited from class java.lang.Object

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

    • parent

      protected final edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.adapter.IAdapterWeaving parent
  • Constructor Details

    • UsageModelWeaving

      public UsageModelWeaving(edu.kit.ipd.are.dsexplore.featurecompletions.weaver.strategy.adapter.IAdapterWeaving parent)
  • Method Details