org.eclipse.modisco.omg.smm
Interface Characteristic

All Superinterfaces:
AbstractMeasureElement, SmmElement

public interface Characteristic
extends AbstractMeasureElement

A representation of the model object 'Characteristic'.

The following features are supported:

See Also:
SmmPackage.getCharacteristic()
Generated:
Model:

Method Summary
 Characteristic getParent()
          Returns the value of the 'Parent' reference.
 void setParent(Characteristic value)
          Sets the value of the 'Parent' reference.
 
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

getParent

Characteristic getParent()
Returns the value of the 'Parent' reference.

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(Characteristic), SmmPackage.getCharacteristic_Parent()
Generated:
Model:

setParent

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

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