Interface AccumulationRegisterAggregates
-
- All Superinterfaces:
AbstractAggregates
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AccumulationRegisterAggregatesImpl
public interface AccumulationRegisterAggregates extends AbstractAggregates
A representation of the model object 'Accumulation Register Aggregates'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<AccumulationRegisterAggregate>
getAggregates()
Returns the value of the 'Aggregates' containment reference list.boolean
validate(org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-
-
-
Method Detail
-
getAggregates
org.eclipse.emf.common.util.EList<AccumulationRegisterAggregate> getAggregates()
Returns the value of the 'Aggregates' containment reference list. The list contents are of typeAccumulationRegisterAggregate
.- Returns:
- the value of the 'Aggregates' containment reference list.
- See Also:
AggregatesPackage.getAccumulationRegisterAggregates_Aggregates()
-
-