TPTP 4.4.0 Platform Project
Public API Specification

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

All Superinterfaces:
CFGConfigurableObject, CMNNamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.core.runtime.IAdaptable, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
CFGArtifactImpl

public interface CFGArtifact
extends CFGConfigurableObject

A representation of the model object 'CFG Artifact'. This class is a grouping of CFGInstances that share a common CFGDeploymentSpec and CFGLocation. In other words, CFGInstances within the same CFGArtifact will be deployed to the same location, and within the same {process / thread}.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getDeployableInstances()
          Returns the value of the 'Deployable Instances' reference list.
 
Methods inherited from interface org.eclipse.hyades.models.common.configuration.CFGConfigurableObject
getPropertyGroups
 
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
 

Field Detail

copyright

public static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getDeployableInstances

public org.eclipse.emf.common.util.EList getDeployableInstances()
Returns the value of the 'Deployable Instances' reference list. The list contents are of type CFGClass.

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

Returns:
the value of the 'Deployable Instances' reference list.
See Also:
Common_ConfigurationPackage.getCFGArtifact_DeployableInstances()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.configuration.CFGClass"

TPTP 4.4.0 Platform Project
Public API Specification