Class InterfaceRequirementRelation

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.InterfaceRequirementRelation

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

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

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

    • InterfaceRequirementRelation

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

    • replace

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