blob: b35ea3be6ccbd9d64bf9315317a46c3246178608 [file] [log] [blame]
/**
* *******************************************************************************
* Copyright (c) 2015-2021 Robert Bosch GmbH and others.
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Generated using Eclipse EMF
*
* *******************************************************************************
*/
package org.eclipse.app4mc.amalthea.model;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Process Prototype Allocation Constraint</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* ProcessPrototypeAllocationConstraints describe the constraints for
* ProcessPrototype-to-Core allocations
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.app4mc.amalthea.model.ProcessPrototypeAllocationConstraint#getProcessPrototype <em>Process Prototype</em>}</li>
* </ul>
*
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getProcessPrototypeAllocationConstraint()
* @model
* @generated
*/
public interface ProcessPrototypeAllocationConstraint extends CoreAllocationConstraint {
/**
* Returns the value of the '<em><b>Process Prototype</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Process Prototype</em>' reference.
* @see #setProcessPrototype(ProcessPrototype)
* @see org.eclipse.app4mc.amalthea.model.AmaltheaPackage#getProcessPrototypeAllocationConstraint_ProcessPrototype()
* @model
* @generated
*/
ProcessPrototype getProcessPrototype();
/**
* Sets the value of the '{@link org.eclipse.app4mc.amalthea.model.ProcessPrototypeAllocationConstraint#getProcessPrototype <em>Process Prototype</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Process Prototype</em>' reference.
* @see #getProcessPrototype()
* @generated
*/
void setProcessPrototype(ProcessPrototype value);
} // ProcessPrototypeAllocationConstraint