public interface Measure extends AbstractMeasureElement
The following features are supported:
SmmPackage.getMeasure()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Argument> |
getAllArguments() |
org.eclipse.emf.common.util.EList<Argument> |
getArguments() |
org.eclipse.emf.common.util.EList<MeasureCategory> |
getCategory()
Returns the value of the 'Category' reference list.
|
String |
getCustomScale()
Returns the value of the 'Custom Scale' attribute.
|
Operation |
getDefaultQuery()
Returns the value of the 'Default Query' reference.
|
org.eclipse.emf.common.util.EList<EquivalentMeasureRelationship> |
getEquivalentFrom()
Returns the value of the 'Equivalent From' reference list.
|
org.eclipse.emf.common.util.EList<EquivalentMeasureRelationship> |
getEquivalentTo()
Returns the value of the 'Equivalent To' reference list.
|
org.eclipse.emf.common.util.EList<MeasureRelationship> |
getInbound()
Returns the value of the 'Inbound' reference list.
|
String |
getMeasureLabelFormat()
Returns the value of the 'Measure Label Format' attribute.
|
String |
getMeasurementLabelFormat()
Returns the value of the 'Measurement Label Format' attribute.
|
org.eclipse.emf.common.util.EList<MeasureRelationship> |
getMeasureRelationships()
Returns the value of the 'Measure Relationships' containment reference list.
|
org.eclipse.emf.common.util.EList<MeasureRelationship> |
getOutbound()
Returns the value of the 'Outbound' reference list.
|
org.eclipse.emf.common.util.EList<RefinementMeasureRelationship> |
getRefinementFrom()
Returns the value of the 'Refinement From' reference list.
|
org.eclipse.emf.common.util.EList<RefinementMeasureRelationship> |
getRefinementTo()
Returns the value of the 'Refinement To' reference list.
|
ScaleOfMeasurement |
getScale()
Returns the value of the 'Scale' attribute.
|
Scope |
getScope()
Returns the value of the 'Scope' reference.
|
String |
getSource()
Returns the value of the 'Source' attribute.
|
Characteristic |
getTrait()
Returns the value of the 'Trait' reference.
|
Boolean |
getVisible()
Returns the value of the 'Visible' attribute.
|
void |
setCustomScale(String value)
Sets the value of the '
Custom Scale' attribute. |
void |
setDefaultQuery(Operation value)
Sets the value of the '
Default Query' reference. |
void |
setMeasureLabelFormat(String value)
Sets the value of the '
Measure Label Format' attribute. |
void |
setMeasurementLabelFormat(String value)
Sets the value of the '
Measurement Label Format' attribute. |
void |
setScale(ScaleOfMeasurement value)
Sets the value of the '
Scale' attribute. |
void |
setScope(Scope value)
Sets the value of the '
Scope' reference. |
void |
setSource(String value)
Sets the value of the '
Source' attribute. |
void |
setTrait(Characteristic value)
Sets the value of the '
Trait' reference. |
void |
setVisible(Boolean value)
Sets the value of the '
Visible' attribute. |
getAnnotations, getAttributes, getDescription, getInRelationships, getName, getOutRelationships, getShortDescription, setDescription, setName, setShortDescriptionBoolean getVisible()
"true".
setVisible(Boolean),
SmmPackage.getMeasure_Visible()void setVisible(Boolean value)
Visible' attribute.
value - the new value of the 'Visible' attribute.getVisible()String getSource()
setSource(String),
SmmPackage.getMeasure_Source()void setSource(String value)
Source' attribute.
value - the new value of the 'Source' attribute.getSource()String getMeasureLabelFormat()
setMeasureLabelFormat(String),
SmmPackage.getMeasure_MeasureLabelFormat()void setMeasureLabelFormat(String value)
Measure Label Format' attribute.
value - the new value of the 'Measure Label Format' attribute.getMeasureLabelFormat()String getMeasurementLabelFormat()
setMeasurementLabelFormat(String),
SmmPackage.getMeasure_MeasurementLabelFormat()void setMeasurementLabelFormat(String value)
Measurement Label Format' attribute.
value - the new value of the 'Measurement Label Format' attribute.getMeasurementLabelFormat()ScaleOfMeasurement getScale()
ScaleOfMeasurement.
ScaleOfMeasurement,
setScale(ScaleOfMeasurement),
SmmPackage.getMeasure_Scale()void setScale(ScaleOfMeasurement value)
Scale' attribute.
value - the new value of the 'Scale' attribute.ScaleOfMeasurement,
getScale()String getCustomScale()
setCustomScale(String),
SmmPackage.getMeasure_CustomScale()void setCustomScale(String value)
Custom Scale' attribute.
value - the new value of the 'Custom Scale' attribute.getCustomScale()org.eclipse.emf.common.util.EList<RefinementMeasureRelationship> getRefinementFrom()
RefinementMeasureRelationship.
SmmPackage.getMeasure_RefinementFrom()org.eclipse.emf.common.util.EList<RefinementMeasureRelationship> getRefinementTo()
RefinementMeasureRelationship.
SmmPackage.getMeasure_RefinementTo()org.eclipse.emf.common.util.EList<MeasureRelationship> getInbound()
MeasureRelationship.
SmmPackage.getMeasure_Inbound()org.eclipse.emf.common.util.EList<MeasureRelationship> getOutbound()
MeasureRelationship.
SmmPackage.getMeasure_Outbound()org.eclipse.emf.common.util.EList<EquivalentMeasureRelationship> getEquivalentTo()
EquivalentMeasureRelationship.
SmmPackage.getMeasure_EquivalentTo()org.eclipse.emf.common.util.EList<EquivalentMeasureRelationship> getEquivalentFrom()
EquivalentMeasureRelationship.
SmmPackage.getMeasure_EquivalentFrom()Operation getDefaultQuery()
setDefaultQuery(Operation),
SmmPackage.getMeasure_DefaultQuery()void setDefaultQuery(Operation value)
Default Query' reference.
value - the new value of the 'Default Query' reference.getDefaultQuery()org.eclipse.emf.common.util.EList<MeasureCategory> getCategory()
MeasureCategory.
It is bidirectional and its opposite is 'Category Measure'.
SmmPackage.getMeasure_Category(),
MeasureCategory.getCategoryMeasure()Scope getScope()
setScope(Scope),
SmmPackage.getMeasure_Scope()void setScope(Scope value)
Scope' reference.
value - the new value of the 'Scope' reference.getScope()Characteristic getTrait()
setTrait(Characteristic),
SmmPackage.getMeasure_Trait()void setTrait(Characteristic value)
Trait' reference.
value - the new value of the 'Trait' reference.getTrait()org.eclipse.emf.common.util.EList<MeasureRelationship> getMeasureRelationships()
MeasureRelationship.
SmmPackage.getMeasure_MeasureRelationships()org.eclipse.emf.common.util.EList<Argument> getArguments()
org.eclipse.emf.common.util.EList<Argument> getAllArguments()
Copyright © 2018–2020 Atlanmod. All rights reserved.