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

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

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

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

    • InterfaceProvisionRelation

      public InterfaceProvisionRelation(Component<?> source, Interface destination, boolean isPlaceholder)
  • Method Details

    • replace

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