java.lang.Object
tools.mdsd.mocore.framework.surrogate.Replaceable
tools.mdsd.mocore.framework.surrogate.Relation<Component<?>,Deployment>
org.palladiosimulator.somox.analyzer.rules.mocore.surrogate.relation.ComponentAllocationRelation

public class ComponentAllocationRelation extends tools.mdsd.mocore.framework.surrogate.Relation<Component<?>,Deployment>
  • Constructor Summary

    Constructors
    Constructor
    Description
    ComponentAllocationRelation(Component<?> source, Deployment destination, boolean isPlaceholder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <U extends tools.mdsd.mocore.framework.surrogate.Replaceable>
    ComponentAllocationRelation
    replace(U original, U replacement)
     

    Methods inherited from class tools.mdsd.mocore.framework.surrogate.Relation

    equals, getDestination, getDestinationReplacement, getSource, getSourceReplacement, hashCode, includes, isPlaceholderOf

    Methods inherited from class tools.mdsd.mocore.framework.surrogate.Replaceable

    isPlaceholder

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ComponentAllocationRelation

      public ComponentAllocationRelation(Component<?> source, Deployment destination, boolean isPlaceholder)
  • Method Details

    • replace

      public <U extends tools.mdsd.mocore.framework.surrogate.Replaceable> ComponentAllocationRelation replace(U original, U replacement)
      Specified by:
      replace in class tools.mdsd.mocore.framework.surrogate.Replaceable