Package kieker.model.analysismodel
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:
AnalysismodelFactory- Generated:
- Model:
- kind="package"
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceAnalysismodelPackage.LiteralsDefines 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 -
Field Summary
Fields Modifier and Type Field Description static intDURATIONThe meta object id for the 'Duration' data type.static AnalysismodelPackageeINSTANCEThe singleton instance of the package.static java.lang.StringeNAMEThe package name.static java.lang.StringeNS_PREFIXThe package namespace name.static java.lang.StringeNS_URIThe package namespace URI.static intINSTANTThe meta object id for the 'Instant' data type. -
Method Summary
Modifier and Type Method Description AnalysismodelFactorygetAnalysismodelFactory()Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EDataTypegetDuration()Returns the meta object for data type 'Duration'.org.eclipse.emf.ecore.EDataTypegetInstant()Returns the meta object for data type 'Instant'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Field Details
-
eNAME
static final java.lang.String eNAMEThe package name.- See Also:
- Constant Field Values
- Generated:
-
eNS_URI
static final java.lang.String eNS_URIThe package namespace URI.- See Also:
- Constant Field Values
- Generated:
-
eNS_PREFIX
static final java.lang.String eNS_PREFIXThe package namespace name.- See Also:
- Constant Field Values
- Generated:
-
eINSTANCE
The singleton instance of the package.- Generated:
-
INSTANT
static final int INSTANTThe meta object id for the 'Instant' data type.- See Also:
Instant,AnalysismodelPackageImpl.getInstant(), Constant Field Values- Generated:
-
DURATION
static final int DURATIONThe meta object id for the 'Duration' data type.- See Also:
Duration,AnalysismodelPackageImpl.getDuration(), Constant Field Values- Generated:
-
-
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:
Instant- 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:
Duration- 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:
-