org.jboss.drools.PriorityParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbpm-bpmn2-emfextmodel Show documentation
Show all versions of jbpm-bpmn2-emfextmodel Show documentation
jBPM BPMN2 EMF Extension Model
/**
*/
package org.jboss.drools;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Priority Parameters'.
*
*
*
* The following features are supported:
*
* - {@link org.jboss.drools.PriorityParameters#getInterruptible Interruptible}
* - {@link org.jboss.drools.PriorityParameters#getPriority Priority}
*
*
*
* @see org.jboss.drools.DroolsPackage#getPriorityParameters()
* @model extendedMetaData="name='PriorityParameters' kind='elementOnly'"
* @generated
*/
public interface PriorityParameters extends EObject {
/**
* Returns the value of the 'Interruptible' containment reference.
*
*
* If the meaning of the 'Interruptible' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Interruptible' containment reference.
* @see #setInterruptible(Parameter)
* @see org.jboss.drools.DroolsPackage#getPriorityParameters_Interruptible()
* @model containment="true"
* extendedMetaData="kind='element' name='Interruptible' namespace='##targetNamespace'"
* @generated
*/
Parameter getInterruptible();
/**
* Sets the value of the '{@link org.jboss.drools.PriorityParameters#getInterruptible Interruptible}' containment reference.
*
*
* @param value the new value of the 'Interruptible' containment reference.
* @see #getInterruptible()
* @generated
*/
void setInterruptible(Parameter value);
/**
* Returns the value of the 'Priority' containment reference.
*
*
* If the meaning of the 'Priority' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Priority' containment reference.
* @see #setPriority(Parameter)
* @see org.jboss.drools.DroolsPackage#getPriorityParameters_Priority()
* @model containment="true"
* extendedMetaData="kind='element' name='Priority' namespace='##targetNamespace'"
* @generated
*/
Parameter getPriority();
/**
* Sets the value of the '{@link org.jboss.drools.PriorityParameters#getPriority Priority}' containment reference.
*
*
* @param value the new value of the 'Priority' containment reference.
* @see #getPriority()
* @generated
*/
void setPriority(Parameter value);
} // PriorityParameters
© 2015 - 2025 Weber Informatics LLC | Privacy Policy