Interface UtilPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
UtilPackageImpl

public interface UtilPackage extends EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each enum,
  • and each data type
See Also:
Generated class or method.
EMF model class or method.
kind="package"
  • Field Details

  • Method Details

    • getDuration

      EDataType getDuration()
      Returns the meta object for data type 'Duration'.
      Returns:
      the meta object for data type 'Duration'.
      See Also:
      • Duration
      Generated class or method.
      EMF model class or method.
      instanceClass="javax.measure.quantity.Duration"
    • getStatisticalCharacterizationAggregator

      EDataType getStatisticalCharacterizationAggregator()
      Returns the meta object for data type 'Statistical Characterization Aggregator'.
      Returns:
      the meta object for data type 'Statistical Characterization Aggregator'.
      See Also:
      Generated class or method.
      EMF model class or method.
      instanceClass="org.palladiosimulator.monitorrepository.statisticalcharacterization.StatisticalCharacterizationAggregator"
    • getUtilFactory

      UtilFactory getUtilFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated class or method.