All Superinterfaces:
org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, EObject, Notifier
All Known Implementing Classes:
OperationOutputImpl

public interface OperationOutput extends org.eclipse.emf.cdo.CDOObject
A representation of the model object 'Operation Output'.

The following features are supported:

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

    • getDecision

      DecisionType getDecision()
      Returns the value of the 'Decision' attribute.
      Returns:
      the value of the 'Decision' attribute.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.palladiosimulator.pcm.confidentiality.context.analysis.outputmodel.Result" required="true"
    • setDecision

      void setDecision(DecisionType value)
      Sets the value of the 'Decision' attribute.
      Parameters:
      value - the new value of the 'Decision' attribute.
      See Also:
      Generated class or method.
    • getPolicyIDs

      EList<String> getPolicyIDs()
      Returns the value of the 'Policy IDs' attribute list. The list contents are of type String.
      Returns:
      the value of the 'Policy IDs' attribute list.
      See Also:
      Generated class or method.
      EMF model class or method.
      dataType="org.eclipse.emf.ecore.xml.type.String"
    • getOperationinterface

      org.palladiosimulator.pcm.repository.OperationInterface getOperationinterface()
      Returns the value of the 'Operationinterface' reference.
      Returns:
      the value of the 'Operationinterface' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setOperationinterface

      void setOperationinterface(org.palladiosimulator.pcm.repository.OperationInterface value)
      Sets the value of the 'Operationinterface' reference.
      Parameters:
      value - the new value of the 'Operationinterface' reference.
      See Also:
      Generated class or method.
    • getConnector

      org.palladiosimulator.pcm.core.composition.Connector getConnector()
      Returns the value of the 'Connector' reference.
      Returns:
      the value of the 'Connector' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setConnector

      void setConnector(org.palladiosimulator.pcm.core.composition.Connector value)
      Sets the value of the 'Connector' reference.
      Parameters:
      value - the new value of the 'Connector' reference.
      See Also:
      Generated class or method.
    • getAssemblyContext

      EList<org.palladiosimulator.pcm.core.composition.AssemblyContext> getAssemblyContext()
      Returns the value of the 'Assembly Context' reference list. The list contents are of type AssemblyContext.
      Returns:
      the value of the 'Assembly Context' reference list.
      See Also:
      Generated class or method.
      EMF model class or method.
    • getOperationsignature

      org.palladiosimulator.pcm.repository.OperationSignature getOperationsignature()
      Returns the value of the 'Operationsignature' reference.
      Returns:
      the value of the 'Operationsignature' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setOperationsignature

      void setOperationsignature(org.palladiosimulator.pcm.repository.OperationSignature value)
      Sets the value of the 'Operationsignature' reference.
      Parameters:
      value - the new value of the 'Operationsignature' reference.
      See Also:
      Generated class or method.
    • getOriginService

      org.palladiosimulator.pcm.confidentiality.context.system.pcm.structure.ServiceSpecification getOriginService()
      Returns the value of the 'Origin Service' containment reference.
      Returns:
      the value of the 'Origin Service' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true"
    • setOriginService

      void setOriginService(org.palladiosimulator.pcm.confidentiality.context.system.pcm.structure.ServiceSpecification value)
      Sets the value of the 'Origin Service' containment reference.
      Parameters:
      value - the new value of the 'Origin Service' containment reference.
      See Also:
      Generated class or method.
    • getOrgiginAction

      org.palladiosimulator.pcm.seff.ExternalCallAction getOrgiginAction()
      Returns the value of the 'Orgigin Action' reference.
      Returns:
      the value of the 'Orgigin Action' reference.
      See Also:
      Generated class or method.
      EMF model class or method.
    • setOrgiginAction

      void setOrgiginAction(org.palladiosimulator.pcm.seff.ExternalCallAction value)
      Sets the value of the 'Orgigin Action' reference.
      Parameters:
      value - the new value of the 'Orgigin Action' reference.
      See Also:
      Generated class or method.