java.lang.Object
org.palladiosimulator.somox.analyzer.rules.mocore.transformation.AllocationTransformer
All Implemented Interfaces:
tools.mdsd.mocore.framework.transformation.Transformer<PcmSurrogate,org.palladiosimulator.pcm.allocation.Allocation>

public class AllocationTransformer extends Object implements tools.mdsd.mocore.framework.transformation.Transformer<PcmSurrogate,org.palladiosimulator.pcm.allocation.Allocation>
  • Constructor Details

    • AllocationTransformer

      public AllocationTransformer()
  • Method Details

    • transform

      public org.palladiosimulator.pcm.allocation.Allocation transform(PcmSurrogate model)
      Specified by:
      transform in interface tools.mdsd.mocore.framework.transformation.Transformer<PcmSurrogate,org.palladiosimulator.pcm.allocation.Allocation>
    • transform

      public org.palladiosimulator.pcm.allocation.Allocation transform(PcmSurrogate model, org.palladiosimulator.pcm.system.System system, org.palladiosimulator.pcm.resourceenvironment.ResourceEnvironment resourceEnvironment)