public interface AnnotationModelPackage
extends org.eclipse.emf.ecore.EPackage
AnnotationModelFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
AnnotationModelPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
ANNOTATED_OBJECT
The meta object id for the '
Annotated Object ' class |
static int |
ANNOTATED_OBJECT__ANNOTATIONS
The feature id for the 'Annotations' containment reference list
|
static int |
ANNOTATED_OBJECT_FEATURE_COUNT
The number of structural features of the 'Annotated Object' class
|
static int |
ANNOTATION
The meta object id for the '
Annotation ' class |
static int |
ANNOTATION__OBJECT
The feature id for the 'Object' container reference
|
static int |
ANNOTATION__PHRASE
The feature id for the 'Phrase' attribute
|
static int |
ANNOTATION_FEATURE_COUNT
The number of structural features of the 'Annotation' class
|
static int |
AREA
The meta object id for the '
Area ' class |
static int |
AREA__PAGE
The feature id for the 'Page' attribute
|
static int |
AREA__X1
The feature id for the 'X1' attribute
|
static int |
AREA__X2
The feature id for the 'X2' attribute
|
static int |
AREA__Y1
The feature id for the 'Y1' attribute
|
static int |
AREA__Y2
The feature id for the 'Y2' attribute
|
static int |
AREA_FEATURE_COUNT
The number of structural features of the 'Area' class
|
static AnnotationModelPackage |
eINSTANCE
The singleton instance of the package
|
static java.lang.String |
eNAME
The package name
|
static java.lang.String |
eNS_PREFIX
The package namespace name
|
static java.lang.String |
eNS_URI
The package namespace URI
|
static int |
EXPERT_ANNOTATION
The meta object id for the '
Expert Annotation ' class |
static int |
EXPERT_ANNOTATION__EXPERT
The feature id for the 'Expert' attribute
|
static int |
EXPERT_ANNOTATION__OBJECT
The feature id for the 'Object' container reference
|
static int |
EXPERT_ANNOTATION__PHRASE
The feature id for the 'Phrase' attribute
|
static int |
EXPERT_ANNOTATION_FEATURE_COUNT
The number of structural features of the 'Expert Annotation' class
|
static int |
FILE_ANNOTATION
The meta object id for the '
File Annotation ' class |
static int |
FILE_ANNOTATION__OBJECT
The feature id for the 'Object' container reference
|
static int |
FILE_ANNOTATION__PHRASE
The feature id for the 'Phrase' attribute
|
static int |
FILE_ANNOTATION__URI
The feature id for the 'Uri' attribute
|
static int |
FILE_ANNOTATION_FEATURE_COUNT
The number of structural features of the 'File Annotation' class
|
static int |
PDF_ANNOTATION
The meta object id for the '
Pdf Annotation ' class |
static int |
PDF_ANNOTATION__AREAS
The feature id for the 'Areas' containment reference list
|
static int |
PDF_ANNOTATION__OBJECT
The feature id for the 'Object' container reference
|
static int |
PDF_ANNOTATION__PHRASE
The feature id for the 'Phrase' attribute
|
static int |
PDF_ANNOTATION__URI
The feature id for the 'Uri' attribute
|
static int |
PDF_ANNOTATION_FEATURE_COUNT
The number of structural features of the 'Pdf Annotation' class
|
static int |
TXT_ANNOTATION
The meta object id for the '
Txt Annotation ' class |
static int |
TXT_ANNOTATION__LENGTH
The feature id for the 'Length' attribute
|
static int |
TXT_ANNOTATION__OBJECT
The feature id for the 'Object' container reference
|
static int |
TXT_ANNOTATION__PHRASE
The feature id for the 'Phrase' attribute
|
static int |
TXT_ANNOTATION__START
The feature id for the 'Start' attribute
|
static int |
TXT_ANNOTATION__URI
The feature id for the 'Uri' attribute
|
static int |
TXT_ANNOTATION_FEATURE_COUNT
The number of structural features of the 'Txt Annotation' class
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getAnnotatedObject_Annotations()
Returns the meta object for the containment reference list '
Annotations ' |
org.eclipse.emf.ecore.EClass |
getAnnotatedObject()
Returns the meta object for class '
Annotated Object ' |
org.eclipse.emf.ecore.EReference |
getAnnotation_Object()
Returns the meta object for the container reference '
Object ' |
org.eclipse.emf.ecore.EAttribute |
getAnnotation_Phrase()
Returns the meta object for the attribute '
Phrase ' |
org.eclipse.emf.ecore.EClass |
getAnnotation()
Returns the meta object for class '
Annotation ' |
AnnotationModelFactory |
getAnnotationModelFactory()
Returns the factory that creates the instances of the model
|
org.eclipse.emf.ecore.EAttribute |
getArea_Page()
Returns the meta object for the attribute '
Page ' |
org.eclipse.emf.ecore.EAttribute |
getArea_X1()
Returns the meta object for the attribute '
X1 ' |
org.eclipse.emf.ecore.EAttribute |
getArea_X2()
Returns the meta object for the attribute '
X2 ' |
org.eclipse.emf.ecore.EAttribute |
getArea_Y1()
Returns the meta object for the attribute '
Y1 ' |
org.eclipse.emf.ecore.EAttribute |
getArea_Y2()
Returns the meta object for the attribute '
Y2 ' |
org.eclipse.emf.ecore.EClass |
getArea()
Returns the meta object for class '
Area ' |
org.eclipse.emf.ecore.EAttribute |
getExpertAnnotation_Expert()
Returns the meta object for the attribute '
Expert ' |
org.eclipse.emf.ecore.EClass |
getExpertAnnotation()
Returns the meta object for class '
Expert Annotation ' |
org.eclipse.emf.ecore.EAttribute |
getFileAnnotation_Uri()
Returns the meta object for the attribute '
Uri ' |
org.eclipse.emf.ecore.EClass |
getFileAnnotation()
Returns the meta object for class '
File Annotation ' |
org.eclipse.emf.ecore.EReference |
getPdfAnnotation_Areas()
Returns the meta object for the containment reference list '
Areas ' |
org.eclipse.emf.ecore.EClass |
getPdfAnnotation()
Returns the meta object for class '
Pdf Annotation ' |
org.eclipse.emf.ecore.EAttribute |
getTxtAnnotation_Length()
Returns the meta object for the attribute '
Length ' |
org.eclipse.emf.ecore.EAttribute |
getTxtAnnotation_Start()
Returns the meta object for the attribute '
Start ' |
org.eclipse.emf.ecore.EClass |
getTxtAnnotation()
Returns the meta object for class '
Txt Annotation ' |
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final AnnotationModelPackage eINSTANCE
static final int ANNOTATION
Annotation
' class.
static final int ANNOTATION__OBJECT
static final int ANNOTATION__PHRASE
static final int ANNOTATION_FEATURE_COUNT
static final int FILE_ANNOTATION
File Annotation
' class.
static final int FILE_ANNOTATION__OBJECT
static final int FILE_ANNOTATION__PHRASE
static final int FILE_ANNOTATION__URI
static final int FILE_ANNOTATION_FEATURE_COUNT
static final int ANNOTATED_OBJECT
Annotated Object
' class.
static final int ANNOTATED_OBJECT__ANNOTATIONS
static final int ANNOTATED_OBJECT_FEATURE_COUNT
static final int EXPERT_ANNOTATION
Expert Annotation
' class.
static final int EXPERT_ANNOTATION__OBJECT
static final int EXPERT_ANNOTATION__PHRASE
static final int EXPERT_ANNOTATION__EXPERT
static final int EXPERT_ANNOTATION_FEATURE_COUNT
static final int TXT_ANNOTATION
Txt Annotation
' class.
static final int TXT_ANNOTATION__OBJECT
static final int TXT_ANNOTATION__PHRASE
static final int TXT_ANNOTATION__URI
static final int TXT_ANNOTATION__START
static final int TXT_ANNOTATION__LENGTH
static final int TXT_ANNOTATION_FEATURE_COUNT
static final int PDF_ANNOTATION
Pdf Annotation
' class.
static final int PDF_ANNOTATION__OBJECT
static final int PDF_ANNOTATION__PHRASE
static final int PDF_ANNOTATION__URI
static final int PDF_ANNOTATION__AREAS
static final int PDF_ANNOTATION_FEATURE_COUNT
static final int AREA
Area
' class.
static final int AREA__X1
static final int AREA__Y1
static final int AREA__X2
static final int AREA__Y2
static final int AREA__PAGE
static final int AREA_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getFileAnnotation()
File Annotation
'.
FileAnnotation
org.eclipse.emf.ecore.EAttribute getFileAnnotation_Uri()
Uri
'.
FileAnnotation.getUri()
,
getFileAnnotation()
org.eclipse.emf.ecore.EClass getAnnotatedObject()
Annotated Object
'.
AnnotatedObject
org.eclipse.emf.ecore.EReference getAnnotatedObject_Annotations()
Annotations
'.
AnnotatedObject.getAnnotations()
,
getAnnotatedObject()
org.eclipse.emf.ecore.EClass getExpertAnnotation()
Expert Annotation
'.
ExpertAnnotation
org.eclipse.emf.ecore.EAttribute getExpertAnnotation_Expert()
Expert
'.
ExpertAnnotation.getExpert()
,
getExpertAnnotation()
org.eclipse.emf.ecore.EClass getAnnotation()
Annotation
'.
Annotation
org.eclipse.emf.ecore.EReference getAnnotation_Object()
Object
'.
Annotation.getObject()
,
getAnnotation()
org.eclipse.emf.ecore.EAttribute getAnnotation_Phrase()
Phrase
'.
Annotation.getPhrase()
,
getAnnotation()
org.eclipse.emf.ecore.EClass getTxtAnnotation()
Txt Annotation
'.
TxtAnnotation
org.eclipse.emf.ecore.EAttribute getTxtAnnotation_Start()
Start
'.
TxtAnnotation.getStart()
,
getTxtAnnotation()
org.eclipse.emf.ecore.EAttribute getTxtAnnotation_Length()
Length
'.
TxtAnnotation.getLength()
,
getTxtAnnotation()
org.eclipse.emf.ecore.EClass getPdfAnnotation()
Pdf Annotation
'.
PdfAnnotation
org.eclipse.emf.ecore.EReference getPdfAnnotation_Areas()
Areas
'.
PdfAnnotation.getAreas()
,
getPdfAnnotation()
org.eclipse.emf.ecore.EClass getArea()
Area
'.
Area
org.eclipse.emf.ecore.EAttribute getArea_X1()
X1
'.
Area.getX1()
,
getArea()
org.eclipse.emf.ecore.EAttribute getArea_Y1()
Y1
'.
Area.getY1()
,
getArea()
org.eclipse.emf.ecore.EAttribute getArea_X2()
X2
'.
Area.getX2()
,
getArea()
org.eclipse.emf.ecore.EAttribute getArea_Y2()
Y2
'.
Area.getY2()
,
getArea()
org.eclipse.emf.ecore.EAttribute getArea_Page()
Page
'.
Area.getPage()
,
getArea()
AnnotationModelFactory getAnnotationModelFactory()