org.eclipse.modisco.smm.quality
Interface QualityScope

All Superinterfaces:
AbstractMeasureElement, Scope, SmmElement

public interface QualityScope
extends Scope

A representation of the model object 'Quality Scope'.

The following features are supported:

See Also:
SmmqualityPackage.getQualityScope()
Generated:
Model:

Method Summary
  getChildren()
          Returns the value of the 'Children' reference list.
 QualityScope getParent()
          Returns the value of the 'Parent' reference.
 void setParent(QualityScope value)
          Sets the value of the 'Parent' reference.
 
Methods inherited from interface org.eclipse.modisco.omg.smm.Scope
getBreakCondition, getClass_, getElements, getRecognizerQuery, setBreakCondition, setClass, setRecognizerQuery
 
Methods inherited from interface org.eclipse.modisco.omg.smm.AbstractMeasureElement
getInCategory
 
Methods inherited from interface org.eclipse.modisco.omg.smm.SmmElement
getAnnotation, getAttribute, getDescription, getInbound, getName, getOutbound, getRequestedObservations, getShortDescription, setDescription, setName, setShortDescription
 

Method Detail

getChildren

 getChildren()
Returns the value of the 'Children' reference list. The list contents are of type QualityScope. It is bidirectional and its opposite is 'Parent'.

If the meaning of the 'Children' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Children' reference list.
See Also:
SmmqualityPackage.getQualityScope_Children(), getParent()
Generated:
Model:
opposite="parent"

getParent

QualityScope getParent()
Returns the value of the 'Parent' reference. It is bidirectional and its opposite is 'Children'.

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

Returns:
the value of the 'Parent' reference.
See Also:
setParent(QualityScope), SmmqualityPackage.getQualityScope_Parent(), getChildren()
Generated:
Model:
opposite="children"

setParent

void setParent(QualityScope value)
Sets the value of the 'Parent' reference.

Parameters:
value - the new value of the 'Parent' reference.
See Also:
getParent()
Generated: