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

public class UsageModelWeaving extends Object
This class handles weaving of the PCM usage model.
  • Field Summary

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

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

    Modifier and Type
    Method
    Description
    void
    As the Behaviour mechanism operates on intra component behaviour, there is nothing to do here.

    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.behaviour.IBehaviourWeaving parent
  • Constructor Details

    • UsageModelWeaving

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

    • weave

      public void weave(IWeavingInstruction instruction)
      As the Behaviour mechanism operates on intra component behaviour, there is nothing to do here.
      Parameters:
      instruction -