Interface ComputedUsageContext

All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.palladiosimulator.pcm.core.entity.Entity, EObject, de.uka.ipd.sdq.identifier.Identifier, org.palladiosimulator.pcm.core.entity.NamedElement, Notifier, org.palladiosimulator.pcm.PCMBaseClass, org.palladiosimulator.pcm.PCMClass
All Known Implementing Classes:
ComputedUsageContextImpl

public interface ComputedUsageContext extends EObject, org.palladiosimulator.pcm.core.entity.Entity
See Also:
Generated class or method.
EMF model class or method.
  • Field Details

  • Method Details

    • getBranchProbabilities_ComputedUsageContext

      EList<BranchProbability> getBranchProbabilities_ComputedUsageContext()
      Returns the value of the 'Branch Probabilities Computed Usage Context' containment reference list. The list contents are of type BranchProbability.

      If the meaning of the 'Branch Probabilities Computed Usage Context' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Branch Probabilities Computed Usage Context' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" ordered="false"
    • getLoopiterations_ComputedUsageContext

      EList<LoopIteration> getLoopiterations_ComputedUsageContext()
      Returns the value of the 'Loopiterations Computed Usage Context' containment reference list. The list contents are of type LoopIteration.

      If the meaning of the 'Loopiterations Computed Usage Context' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Loopiterations Computed Usage Context' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" ordered="false"
    • getAssemblyContext_ComputedUsageContext

      org.palladiosimulator.pcm.core.composition.AssemblyContext getAssemblyContext_ComputedUsageContext()
      Returns the value of the 'Assembly Context Computed Usage Context' reference.

      If the meaning of the 'Assembly Context Computed Usage Context' reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Assembly Context Computed Usage Context' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      required="true" ordered="false"
    • setAssemblyContext_ComputedUsageContext

      void setAssemblyContext_ComputedUsageContext(org.palladiosimulator.pcm.core.composition.AssemblyContext value)
      Sets the value of the ' Assembly Context Computed Usage Context' reference.
      Parameters:
      value - the new value of the 'Assembly Context Computed Usage Context' reference.
      See Also:
      Generated class or method.
    • getInput_ComputedUsageContext

      Input getInput_ComputedUsageContext()
      Returns the value of the 'Input Computed Usage Context' containment reference.

      If the meaning of the 'Input Computed Usage Context' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Input Computed Usage Context' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true" ordered="false"
    • setInput_ComputedUsageContext

      void setInput_ComputedUsageContext(Input value)
      Sets the value of the ' Input Computed Usage Context' containment reference.
      Parameters:
      value - the new value of the 'Input Computed Usage Context' containment reference.
      See Also:
      Generated class or method.
    • getExternalCallOutput_ComputedUsageContext

      EList<ExternalCallOutput> getExternalCallOutput_ComputedUsageContext()
      Returns the value of the 'External Call Output Computed Usage Context' containment reference list. The list contents are of type ExternalCallOutput.

      If the meaning of the 'External Call Output Computed Usage Context' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'External Call Output Computed Usage Context' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" ordered="false"
    • getExternalCallInput_ComputedUsageContext

      EList<ExternalCallInput> getExternalCallInput_ComputedUsageContext()
      Returns the value of the 'External Call Input Computed Usage Context' containment reference list. The list contents are of type ExternalCallInput. It is bidirectional and its opposite is ' Computed Usage Context External Call Input'.

      If the meaning of the 'External Call Input Computed Usage Context' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'External Call Input Computed Usage Context' containment reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
      opposite="computedUsageContext_ExternalCallInput" containment="true" ordered="false"
    • getOutput_ComputedUsageContext

      Output getOutput_ComputedUsageContext()
      Returns the value of the 'Output Computed Usage Context' containment reference.

      If the meaning of the 'Output Computed Usage Context' containment reference isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Output Computed Usage Context' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" required="true" ordered="false"
    • setOutput_ComputedUsageContext

      void setOutput_ComputedUsageContext(Output value)
      Sets the value of the ' Output Computed Usage Context' containment reference.
      Parameters:
      value - the new value of the 'Output Computed Usage Context' containment reference.
      See Also:
      Generated class or method.