Interface PCMREResourceSignature

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, de.uka.ipd.sdq.identifier.Identifier, Notifier, PCMRE, RequiredElement
All Known Implementing Classes:
PCMREResourceSignatureImpl

public interface PCMREResourceSignature extends PCMRE
A representation of the model object ' PCMRE Resource Signature'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getResourceSignature

      org.palladiosimulator.pcm.resourcetype.ResourceSignature getResourceSignature()
      Returns the value of the 'Resource Signature' reference.

      If the meaning of the 'Resource Signature' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Resource Signature' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setResourceSignature

      void setResourceSignature(org.palladiosimulator.pcm.resourcetype.ResourceSignature value)
      Sets the value of the ' Resource Signature' reference.
      Parameters:
      value - the new value of the 'Resource Signature' reference.
      See Also:
      Generated class or method.
    • ThisIsTheLowestResourceHierarchyLevel

      boolean ThisIsTheLowestResourceHierarchyLevel(DiagnosticChain diagnostics, Map<Object,Object> context)
      Parameters:
      diagnostics - The chain of diagnostics to which problems are to be appended.
      context - The cache of context-specific information.
      Generated class or method.
      EMF model class or method.
      annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.childREs->isEmpty()'"
    • EachRETargetMustBeReferencedOnlyFromOneRE

      boolean EachRETargetMustBeReferencedOnlyFromOneRE(DiagnosticChain diagnostics, Map<Object,Object> context)
      Parameters:
      diagnostics - The chain of diagnostics to which problems are to be appended.
      context - The cache of context-specific information.
      Generated class or method.
      EMF model class or method.
      annotation= "http://www.eclipse.org/uml2/1.1.0/GenModel body='self.parentRE.childREs->select(pcmre | pcmre.oclAsType(PCMREResourceSignature).resourceSignature = self.resourceSignature)->size() = 1'"