public interface VariableCharacterisation
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
ParameterPackage.getVariableCharacterisation()| Modifier and Type | Method and Description |
|---|---|
PCMRandomVariable |
getSpecification_VariableCharacterisation()
Returns the value of the 'Specification Variable Characterisation'
containment reference.
|
VariableCharacterisationType |
getType()
Returns the value of the 'Type' attribute.
|
VariableUsage |
getVariableUsage_VariableCharacterisation()
Returns the value of the 'Variable Usage Variable Characterisation' container
reference.
|
void |
setSpecification_VariableCharacterisation(PCMRandomVariable value)
Sets the value of the '
Specification Variable Characterisation' containment reference. |
void |
setType(VariableCharacterisationType value)
Sets the value of the '
Type'
attribute. |
void |
setVariableUsage_VariableCharacterisation(VariableUsage value)
Sets the value of the '
Variable Usage Variable Characterisation' container reference. |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptioneAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDeliverstatic final String copyright
VariableCharacterisationType getType()
VariableCharacterisationType. The type specifies the kind
of the variable characterisation. There are 5 types available: STRUCTURE, NUMBER_OF_ELEMENTS,
VALUE, BYTESIZE, and TYPE. VariableCharacterisationType,
setType(VariableCharacterisationType),
ParameterPackage.getVariableCharacterisation_Type()void setType(VariableCharacterisationType value)
Type'
attribute. value - the new value of the 'Type' attribute.VariableCharacterisationType,
getType()PCMRandomVariable getSpecification_VariableCharacterisation()
Variable Characterisation Specification'. The specification contains the value of a variable
characterisation. It is a stoachastic expression which may also contain references to other
variable characterisations (that is the reason why it is a PCMRandomVariable). setSpecification_VariableCharacterisation(PCMRandomVariable),
ParameterPackage.getVariableCharacterisation_Specification_VariableCharacterisation(),
PCMRandomVariable.getVariableCharacterisation_Specification()void setSpecification_VariableCharacterisation(PCMRandomVariable value)
Specification Variable Characterisation' containment reference. value - the new value of the 'Specification Variable Characterisation'
containment reference.getSpecification_VariableCharacterisation()VariableUsage getVariableUsage_VariableCharacterisation()
Variable Characterisation Variable Usage'.
If the meaning of the 'Variable Usage Variable Characterisation' container reference isn't clear, there really should be more of a description here...
setVariableUsage_VariableCharacterisation(VariableUsage),
ParameterPackage.getVariableCharacterisation_VariableUsage_VariableCharacterisation(),
VariableUsage.getVariableCharacterisation_VariableUsage()void setVariableUsage_VariableCharacterisation(VariableUsage value)
Variable Usage Variable Characterisation' container reference. value - the new value of the 'Variable Usage Variable Characterisation' container
reference.getVariableUsage_VariableCharacterisation()