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

public class SignatureProvisionRelation extends tools.mdsd.mocore.framework.surrogate.Relation<Signature,Interface>
  • Constructor Summary

    Constructors
    Constructor
    Description
    SignatureProvisionRelation(Signature source, Interface destination, boolean isPlaceholder)
     
  • Method Summary

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

    • SignatureProvisionRelation

      public SignatureProvisionRelation(Signature source, Interface destination, boolean isPlaceholder)
  • Method Details

    • replace

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