TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.datapool
Interface DPLRecord

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

public interface DPLRecord
extends org.eclipse.emf.ecore.EObject, IDatapoolRecord

A representation of the model object 'DPL Record'.

See Also:
Common_DatapoolPackage.getDPLRecord()
Generated
[EMF] Model
[EMF] Extends
IDatapoolRecord

The following features are supported:


Field Summary
static java.lang.String copyright
           
 
Method Summary
 org.eclipse.emf.common.util.EList getCells()
          Returns the value of the 'Cells' containment reference list.
 DPLDatapoolSpec getDatapool()
          Returns the value of the 'Datapool' reference
 void setDatapool(DPLDatapoolSpec value)
          Sets the value of the 'Datapool' reference
 
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.hyades.edit.datapool.IDatapoolRecord
setCell
 
Methods inherited from interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolRecord
getCell, getCell, getCellCount, getEquivalenceClass
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated
Method Detail

getDatapool

DPLDatapoolSpec getDatapool()
Returns the value of the 'Datapool' reference.

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

Returns:
the value of the 'Datapool' reference.
See Also:
setDatapool(DPLDatapoolSpec), Common_DatapoolPackage.getDPLRecord_Datapool()
Generated
[EMF] Model
required="true"

setDatapool

void setDatapool(DPLDatapoolSpec value)
Sets the value of the 'Datapool' reference.

Parameters:
value - the new value of the 'Datapool' reference.
See Also:
getDatapool()
Generated

getCells

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

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

Returns:
the value of the 'Cells' containment reference list.
See Also:
Common_DatapoolPackage.getDPLRecord_Cells()
Generated
[EMF] Model
type="org.eclipse.hyades.models.common.datapool.DPLCell" containment="true"

TPTP 4.5.0 Platform Project
Public API Specification