TPTP 4.4.0 Platform Project
Public API Specification

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

All Superinterfaces:
CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, IDeployableComponent, INamedElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
DPLDatapool, TPFArbiter, TPFSUT, TPFTestComponent, TPFTestSuite
All Known Implementing Classes:
CFGClassImpl, DPLDatapoolImpl, TPFArbiterImpl, TPFSUTImpl, TPFTestComponentImpl, TPFTestSuiteImpl

public interface CFGClass
extends CMNNamedElement, IDeployableComponent

A representation of the model object 'CFG Class'.

See Also:
Common_ConfigurationPackage.getCFGClass()
Generated
[EMF] Model
abstract="true"
[EMF] Extends
IDeployableComponent A CFGDeployable is an element that describes behavioral (operation/behavior), and structural features (Instance) and may be instantiable. Mapped to a programming language like java, it comes in several specific forms, including class, interface, etc. It owns CFGInstances which define its internal structure (class attributes). A CFGDeployable has a behaviorResource and behaviorLocation which describe where its behavior is stored: Resource URL and Location within the resource .

The following features are supported:


Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getInstances()
          Returns the value of the 'Instances' containment reference list.
 org.eclipse.emf.common.util.EList getInstantiations()
          Returns the value of the 'Instantiations' reference list.
 org.eclipse.emf.common.util.EList getOperations()
          Returns the value of the 'Operations' 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
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.IDeployableComponent
getEnvironmentVariables, getLocation, getMethods, getOwner, getResource, setLocation, setResource
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement
getDescription, getId, getName, setDescription, setId, setName
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getOperations

public org.eclipse.emf.common.util.EList getOperations()
Returns the value of the 'Operations' containment reference list. The list contents are of type CFGOperation. It is bidirectional and its opposite is 'Owning Class'.

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

Returns:
the value of the 'Operations' containment reference list.
See Also:
Common_ConfigurationPackage.getCFGClass_Operations(), CFGOperation.getOwningClass()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.configuration.CFGOperation" opposite="owningClass" containment="true"

getInstances

public org.eclipse.emf.common.util.EList getInstances()
Returns the value of the 'Instances' containment reference list. The list contents are of type CFGInstance. It is bidirectional and its opposite is 'Class Owner'.

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

Returns:
the value of the 'Instances' containment reference list.
See Also:
Common_ConfigurationPackage.getCFGClass_Instances(), CFGInstance.getClassOwner()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.configuration.CFGInstance" opposite="classOwner" containment="true"

getInstantiations

public org.eclipse.emf.common.util.EList getInstantiations()
Returns the value of the 'Instantiations' reference list. The list contents are of type CFGInstance. It is bidirectional and its opposite is 'Class Type'.

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

Returns:
the value of the 'Instantiations' reference list.
See Also:
Common_ConfigurationPackage.getCFGClass_Instantiations(), CFGInstance.getClassType()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.configuration.CFGInstance" opposite="classType"

TPTP 4.4.0 Platform Project
Public API Specification