Class DeploymentDeploymentRelation

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

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

    Constructors
    Constructor
    Description
    DeploymentDeploymentRelation(Deployment source, Deployment destination, boolean isPlaceholder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <U extends tools.mdsd.mocore.framework.surrogate.Replaceable>
    DeploymentDeploymentRelation
    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

    • DeploymentDeploymentRelation

      public DeploymentDeploymentRelation(Deployment source, Deployment destination, boolean isPlaceholder)
  • Method Details

    • replace

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