TPTP 4.5.0 Monitoring Tools Project
Public API Specification

org.eclipse.tptp.symptom.sample.variable.pool
Interface VariablePool

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
VariablePoolImpl

public interface VariablePool
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Variable Pool'. Pool of variables used for registering environment variables required for running sample actions.

The following features are supported:

See Also:
PoolPackage.getVariablePool()
Generated
[EMF] Model
extendedMetaData="name='VariablePool' kind='elementOnly'"

Method Summary
 org.eclipse.emf.ecore.util.FeatureMap getGroup()
          Returns the value of the 'Group' attribute list.
 org.eclipse.emf.common.util.EList getVariable()
          Returns the value of the 'Variable' containment reference list.
 
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
 

Method Detail

getGroup

org.eclipse.emf.ecore.util.FeatureMap getGroup()
Returns the value of the 'Group' attribute list. The list contents are of type FeatureMap.Entry.

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

Returns:
the value of the 'Group' attribute list.
See Also:
PoolPackage.getVariablePool_Group()
Generated
[EMF] Model
unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" extendedMetaData="kind='group' name='group:0'"

getVariable

org.eclipse.emf.common.util.EList getVariable()
Returns the value of the 'Variable' containment reference list. The list contents are of type Variable.

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

Returns:
the value of the 'Variable' containment reference list.
See Also:
PoolPackage.getVariablePool_Variable()
Generated
[EMF] Model
type="org.eclipse.tptp.symptom.sample.variable.pool.Variable" containment="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='variable' group='#group:0'"

TPTP 4.5.0 Monitoring Tools Project
Public API Specification