TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.configuration
Interface CFGConfigurableObject

All Superinterfaces:
CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
CFGArtifact, CFGLocation, CFGMachine, CFGMachineConstraint, CFGMachineInstance, CMNMachine, CMNNodeInstance, CMNNodeType, TPFDeployment
All Known Implementing Classes:
CFGArtifactImpl, CFGConfigurableObjectImpl, CFGLocationImpl, CFGMachineConstraintImpl, CFGMachineImpl, CFGMachineInstanceImpl, CMNMachineImpl, CMNNodeInstanceImpl, CMNNodeTypeImpl, TPFDeploymentImpl

public interface CFGConfigurableObject
extends CMNNamedElement

A representation of the model object 'CFG Configurable Object'.

The following features are supported:

See Also:
Common_ConfigurationPackage.getCFGConfigurableObject()
Generated
[EMF] Model

Method Summary
 org.eclipse.emf.common.util.EList<CFGPropertyGroup> getPropertyGroups()
          Returns the value of the 'Property Groups' containment reference list.
 
Methods inherited from interface org.eclipse.hyades.models.common.common.CMNNamedElement
getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getPropertyGroups

org.eclipse.emf.common.util.EList<CFGPropertyGroup> getPropertyGroups()
Returns the value of the 'Property Groups' containment reference list. The list contents are of type CFGPropertyGroup. It is bidirectional and its opposite is 'Configurable Object'.

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

Returns:
the value of the 'Property Groups' containment reference list.
See Also:
Common_ConfigurationPackage.getCFGConfigurableObject_PropertyGroups(), CFGPropertyGroup.getConfigurableObject()
Generated
[EMF] Model
opposite="configurableObject" containment="true"

TPTP 4.6.0 Platform Project
Public API Specification