bpsim.UserDistributionDataPointType 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
/*
* Copyright 2015 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
*/
package bpsim;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.emf.ecore.util.FeatureMap;
/**
*
* A representation of the model object 'User Distribution Data Point Type'.
*
*
*
* The following features are supported:
*
* - {@link bpsim.UserDistributionDataPointType#getParameterValueGroup Parameter Value Group}
* - {@link bpsim.UserDistributionDataPointType#getParameterValue Parameter Value}
* - {@link bpsim.UserDistributionDataPointType#getProbability Probability}
*
*
*
* @see bpsim.BpsimPackage#getUserDistributionDataPointType()
* @model extendedMetaData="name='UserDistributionDataPoint_._type' kind='elementOnly'"
* @generated
*/
public interface UserDistributionDataPointType extends EObject {
/**
* Returns the value of the 'Parameter Value Group' attribute list.
* The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}.
*
*
* If the meaning of the 'Parameter Value Group' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Parameter Value Group' attribute list.
* @see bpsim.BpsimPackage#getUserDistributionDataPointType_ParameterValueGroup()
* @model dataType="org.eclipse.emf.ecore.EFeatureMapEntry" required="true" many="false"
* extendedMetaData="kind='group' name='ParameterValue:group' namespace='##targetNamespace'"
* @generated
*/
FeatureMap getParameterValueGroup();
/**
* Returns the value of the 'Parameter Value' containment reference.
*
*
* If the meaning of the 'Parameter Value' containment reference isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Parameter Value' containment reference.
* @see #setParameterValue(ParameterValue)
* @see bpsim.BpsimPackage#getUserDistributionDataPointType_ParameterValue()
* @model containment="true" required="true" transient="true" volatile="true" derived="true"
* extendedMetaData="kind='element' name='ParameterValue' namespace='##targetNamespace' group='ParameterValue:group'"
* @generated
*/
ParameterValue getParameterValue();
/**
* Sets the value of the '{@link bpsim.UserDistributionDataPointType#getParameterValue Parameter Value}' containment reference.
*
*
* @param value the new value of the 'Parameter Value' containment reference.
* @see #getParameterValue()
* @generated
*/
void setParameterValue(ParameterValue value);
/**
* Returns the value of the 'Probability' attribute.
*
*
* If the meaning of the 'Probability' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Probability' attribute.
* @see #isSetProbability()
* @see #unsetProbability()
* @see #setProbability(float)
* @see bpsim.BpsimPackage#getUserDistributionDataPointType_Probability()
* @model unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Float"
* extendedMetaData="kind='attribute' name='probability'"
* @generated
*/
float getProbability();
/**
* Sets the value of the '{@link bpsim.UserDistributionDataPointType#getProbability Probability}' attribute.
*
*
* @param value the new value of the 'Probability' attribute.
* @see #isSetProbability()
* @see #unsetProbability()
* @see #getProbability()
* @generated
*/
void setProbability(float value);
/**
* Unsets the value of the '{@link bpsim.UserDistributionDataPointType#getProbability Probability}' attribute.
*
*
* @see #isSetProbability()
* @see #getProbability()
* @see #setProbability(float)
* @generated
*/
void unsetProbability();
/**
* Returns whether the value of the '{@link bpsim.UserDistributionDataPointType#getProbability Probability}' attribute is set.
*
*
* @return whether the value of the 'Probability' attribute is set.
* @see #unsetProbability()
* @see #getProbability()
* @see #setProbability(float)
* @generated
*/
boolean isSetProbability();
} // UserDistributionDataPointType
© 2015 - 2025 Weber Informatics LLC | Privacy Policy