Interface AnalysismodelPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AnalysismodelPackageImpl

public interface AnalysismodelPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
Generated:
Model:
kind="package"
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Defines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data type

    Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage

    org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The meta object id for the 'Duration' data type.
    The singleton instance of the package.
    static final String
    The package name.
    static final String
    The package namespace name.
    static final String
    The package namespace URI.
    static final int
    The meta object id for the 'Instant' data type.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the factory that creates the instances of the model.
    org.eclipse.emf.ecore.EDataType
    Returns the meta object for data type 'Duration'.
    org.eclipse.emf.ecore.EDataType
    Returns the meta object for data type 'Instant'.

    Methods inherited from interface org.eclipse.emf.ecore.EModelElement

    getEAnnotation, getEAnnotations

    Methods inherited from interface org.eclipse.emf.ecore.ENamedElement

    getName, setName

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.ecore.EPackage

    getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Field Details

  • Method Details

    • getInstant

      org.eclipse.emf.ecore.EDataType getInstant()
      Returns the meta object for data type 'Instant'.
      Returns:
      the meta object for data type 'Instant'.
      See Also:
      Generated:
      Model:
      instanceClass="java.time.Instant"
    • getDuration

      org.eclipse.emf.ecore.EDataType getDuration()
      Returns the meta object for data type 'Duration'.
      Returns:
      the meta object for data type 'Duration'.
      See Also:
      Generated:
      Model:
      instanceClass="java.time.Duration"
    • getAnalysismodelFactory

      AnalysismodelFactory getAnalysismodelFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.
      Generated: