Class PcmElement<T extends de.uka.ipd.sdq.identifier.Identifier>

java.lang.Object
tools.mdsd.mocore.framework.surrogate.Replaceable
tools.mdsd.mocore.framework.surrogate.Element<T>
org.palladiosimulator.somox.analyzer.rules.mocore.surrogate.element.PcmElement<T>
Direct Known Subclasses:
Component, Deployment, Interface, LinkResourceSpecification, ServiceEffectSpecification, Signature

public abstract class PcmElement<T extends de.uka.ipd.sdq.identifier.Identifier> extends tools.mdsd.mocore.framework.surrogate.Element<T>
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    PcmElement(T value, boolean isPlaceholder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    equals(Object object)
     
     
    int
     

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

    getUniqueValue, getValue, includes, isPlaceholderOf, replace

    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

    • PcmElement

      protected PcmElement(T value, boolean isPlaceholder)
  • Method Details

    • getIdentifier

      public String getIdentifier()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class tools.mdsd.mocore.framework.surrogate.Element<T extends de.uka.ipd.sdq.identifier.Identifier>
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class tools.mdsd.mocore.framework.surrogate.Element<T extends de.uka.ipd.sdq.identifier.Identifier>