de.uka.ipd.sdq.featureconfig
Interface FeatureConfig

All Known Implementing Classes:
FeatureConfigImpl

public interface FeatureConfig

A representation of the model object 'Feature Config'.

The following features are supported:

See Also:
featureconfigPackage.getFeatureConfig()

Method Summary
  getConfignode()
          Returns the value of the 'Confignode' containment reference list.
 EObject getReferencedObject()
          Returns the value of the 'Referenced Object' reference.
 void setReferencedObject(EObject value)
          Sets the value of the 'Referenced Object' reference.
 

Method Detail

getReferencedObject

EObject getReferencedObject()
Returns the value of the 'Referenced Object' reference.

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

Returns:
the value of the 'Referenced Object' reference.
See Also:
setReferencedObject(EObject), featureconfigPackage.getFeatureConfig_ReferencedObject()

setReferencedObject

void setReferencedObject(EObject value)
Sets the value of the 'Referenced Object' reference.

Parameters:
value - the new value of the 'Referenced Object' reference.
See Also:
getReferencedObject()

getConfignode

 getConfignode()
Returns the value of the 'Confignode' containment reference list. The list contents are of type ConfigNode.

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

Returns:
the value of the 'Confignode' containment reference list.
See Also:
featureconfigPackage.getFeatureConfig_Confignode()