org.jboss.drools
Interface TriangularDistributionType

All Superinterfaces:
DistributionParameter, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, ParameterValue
All Known Implementing Classes:
TriangularDistributionTypeImpl

public interface TriangularDistributionType
extends DistributionParameter

A representation of the model object 'Triangular Distribution Type'.

The following features are supported:

See Also:
DroolsPackage.getTriangularDistributionType()

Method Summary
 double getMax()
          Returns the value of the 'Max' attribute
 double getMin()
          Returns the value of the 'Min' attribute
 double getMostLikely()
          Returns the value of the 'Most Likely' attribute
 boolean isSetMax()
          Returns whether the value of the 'Max' attribute is set
 boolean isSetMin()
          Returns whether the value of the 'Min' attribute is set
 boolean isSetMostLikely()
          Returns whether the value of the 'Most Likely' attribute is set
 void setMax(double value)
          Sets the value of the 'Max' attribute
 void setMin(double value)
          Sets the value of the 'Min' attribute
 void setMostLikely(double value)
          Sets the value of the 'Most Likely' attribute
 void unsetMax()
          Unsets the value of the 'Max' attribute
 void unsetMin()
          Unsets the value of the 'Min' attribute
 void unsetMostLikely()
          Unsets the value of the 'Most Likely' attribute
 
Methods inherited from interface org.jboss.drools.DistributionParameter
isDiscrete, isSetDiscrete, setDiscrete, unsetDiscrete
 
Methods inherited from interface org.jboss.drools.ParameterValue
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getMax

double getMax()
Returns the value of the 'Max' attribute.

If the meaning of the 'Max' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Max' attribute.
See Also:
isSetMax(), unsetMax(), setMax(double), DroolsPackage.getTriangularDistributionType_Max()

setMax

void setMax(double value)
Sets the value of the 'Max' attribute.

Parameters:
value - the new value of the 'Max' attribute.
See Also:
isSetMax(), unsetMax(), getMax()

unsetMax

void unsetMax()
Unsets the value of the 'Max' attribute.

See Also:
isSetMax(), getMax(), setMax(double)

isSetMax

boolean isSetMax()
Returns whether the value of the 'Max' attribute is set.

Returns:
whether the value of the 'Max' attribute is set.
See Also:
unsetMax(), getMax(), setMax(double)

getMin

double getMin()
Returns the value of the 'Min' attribute.

If the meaning of the 'Min' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Min' attribute.
See Also:
isSetMin(), unsetMin(), setMin(double), DroolsPackage.getTriangularDistributionType_Min()

setMin

void setMin(double value)
Sets the value of the 'Min' attribute.

Parameters:
value - the new value of the 'Min' attribute.
See Also:
isSetMin(), unsetMin(), getMin()

unsetMin

void unsetMin()
Unsets the value of the 'Min' attribute.

See Also:
isSetMin(), getMin(), setMin(double)

isSetMin

boolean isSetMin()
Returns whether the value of the 'Min' attribute is set.

Returns:
whether the value of the 'Min' attribute is set.
See Also:
unsetMin(), getMin(), setMin(double)

getMostLikely

double getMostLikely()
Returns the value of the 'Most Likely' attribute.

If the meaning of the 'Most Likely' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Most Likely' attribute.
See Also:
isSetMostLikely(), unsetMostLikely(), setMostLikely(double), DroolsPackage.getTriangularDistributionType_MostLikely()

setMostLikely

void setMostLikely(double value)
Sets the value of the 'Most Likely' attribute.

Parameters:
value - the new value of the 'Most Likely' attribute.
See Also:
isSetMostLikely(), unsetMostLikely(), getMostLikely()

unsetMostLikely

void unsetMostLikely()
Unsets the value of the 'Most Likely' attribute.

See Also:
isSetMostLikely(), getMostLikely(), setMostLikely(double)

isSetMostLikely

boolean isSetMostLikely()
Returns whether the value of the 'Most Likely' attribute is set.

Returns:
whether the value of the 'Most Likely' attribute is set.
See Also:
unsetMostLikely(), getMostLikely(), setMostLikely(double)


Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.