Interface PictoPackage

  • 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:
    PictoPackageImpl

    public interface PictoPackage
    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:
    PictoFactory
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  PictoPackage.Literals
      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
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EClass getCustomView()
      Returns the meta object for class 'Custom View'.
      org.eclipse.emf.ecore.EAttribute getCustomView_Format()
      Returns the meta object for the attribute 'Format'.
      org.eclipse.emf.ecore.EAttribute getCustomView_Icon()
      Returns the meta object for the attribute 'Icon'.
      org.eclipse.emf.ecore.EAttribute getCustomView_Layers()
      Returns the meta object for the attribute list 'Layers'.
      org.eclipse.emf.ecore.EReference getCustomView_Parameters()
      Returns the meta object for the containment reference list 'Parameters'.
      org.eclipse.emf.ecore.EReference getCustomView_Patches()
      Returns the meta object for the containment reference list 'Patches'.
      org.eclipse.emf.ecore.EAttribute getCustomView_Path()
      Returns the meta object for the attribute list 'Path'.
      org.eclipse.emf.ecore.EAttribute getCustomView_Position()
      Returns the meta object for the attribute 'Position'.
      org.eclipse.emf.ecore.EAttribute getCustomView_Source()
      Returns the meta object for the attribute 'Source'.
      org.eclipse.emf.ecore.EAttribute getCustomView_Type()
      Returns the meta object for the attribute 'Type'.
      org.eclipse.emf.ecore.EClass getModel()
      Returns the meta object for class 'Model'.
      org.eclipse.emf.ecore.EAttribute getModel_Name()
      Returns the meta object for the attribute 'Name'.
      org.eclipse.emf.ecore.EReference getModel_Parameters()
      Returns the meta object for the containment reference list 'Parameters'.
      org.eclipse.emf.ecore.EAttribute getModel_Type()
      Returns the meta object for the attribute 'Type'.
      org.eclipse.emf.ecore.EClass getParameter()
      Returns the meta object for class 'Parameter'.
      org.eclipse.emf.ecore.EAttribute getParameter_File()
      Returns the meta object for the attribute 'File'.
      org.eclipse.emf.ecore.EReference getParameter_Items()
      Returns the meta object for the containment reference list 'Items'.
      org.eclipse.emf.ecore.EAttribute getParameter_Name()
      Returns the meta object for the attribute 'Name'.
      org.eclipse.emf.ecore.EAttribute getParameter_Value()
      Returns the meta object for the attribute 'Value'.
      org.eclipse.emf.ecore.EAttribute getParameter_Values()
      Returns the meta object for the attribute list 'Values'.
      org.eclipse.emf.ecore.EClass getPatch()
      Returns the meta object for class 'Patch'.
      org.eclipse.emf.ecore.EAttribute getPatch_Applies()
      Returns the meta object for the attribute 'Applies'.
      org.eclipse.emf.ecore.EAttribute getPatch_Content()
      Returns the meta object for the attribute 'Content'.
      org.eclipse.emf.ecore.EAttribute getPatch_Format()
      Returns the meta object for the attribute 'Format'.
      org.eclipse.emf.ecore.EClass getPicto()
      Returns the meta object for class 'Picto'.
      org.eclipse.emf.ecore.EReference getPicto_CustomViews()
      Returns the meta object for the containment reference list 'Custom Views'.
      org.eclipse.emf.ecore.EAttribute getPicto_Format()
      Returns the meta object for the attribute 'Format'.
      org.eclipse.emf.ecore.EReference getPicto_Models()
      Returns the meta object for the containment reference list 'Models'.
      org.eclipse.emf.ecore.EReference getPicto_Parameters()
      Returns the meta object for the containment reference list 'Parameters'.
      org.eclipse.emf.ecore.EAttribute getPicto_Standalone()
      Returns the meta object for the attribute 'Standalone'.
      org.eclipse.emf.ecore.EAttribute getPicto_Transformation()
      Returns the meta object for the attribute 'Transformation'.
      PictoFactory getPictoFactory()
      Returns the factory that creates the instances of the model.
      • 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 Detail

      • eNS_URI

        static final java.lang.String eNS_URI
        The package namespace URI.
        See Also:
        Constant Field Values
      • eNS_PREFIX

        static final java.lang.String eNS_PREFIX
        The package namespace name.
        See Also:
        Constant Field Values
      • eINSTANCE

        static final PictoPackage eINSTANCE
        The singleton instance of the package.
      • PICTO__TRANSFORMATION

        static final int PICTO__TRANSFORMATION
        The feature id for the 'Transformation' attribute.
        See Also:
        Constant Field Values
      • PICTO__FORMAT

        static final int PICTO__FORMAT
        The feature id for the 'Format' attribute.
        See Also:
        Constant Field Values
      • PICTO__STANDALONE

        static final int PICTO__STANDALONE
        The feature id for the 'Standalone' attribute.
        See Also:
        Constant Field Values
      • PICTO__MODELS

        static final int PICTO__MODELS
        The feature id for the 'Models' containment reference list.
        See Also:
        Constant Field Values
      • PICTO__PARAMETERS

        static final int PICTO__PARAMETERS
        The feature id for the 'Parameters' containment reference list.
        See Also:
        Constant Field Values
      • PICTO__CUSTOM_VIEWS

        static final int PICTO__CUSTOM_VIEWS
        The feature id for the 'Custom Views' containment reference list.
        See Also:
        Constant Field Values
      • PICTO_FEATURE_COUNT

        static final int PICTO_FEATURE_COUNT
        The number of structural features of the 'Picto' class.
        See Also:
        Constant Field Values
      • PICTO_OPERATION_COUNT

        static final int PICTO_OPERATION_COUNT
        The number of operations of the 'Picto' class.
        See Also:
        Constant Field Values
      • MODEL__NAME

        static final int MODEL__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • MODEL__TYPE

        static final int MODEL__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • MODEL__PARAMETERS

        static final int MODEL__PARAMETERS
        The feature id for the 'Parameters' containment reference list.
        See Also:
        Constant Field Values
      • MODEL_FEATURE_COUNT

        static final int MODEL_FEATURE_COUNT
        The number of structural features of the 'Model' class.
        See Also:
        Constant Field Values
      • MODEL_OPERATION_COUNT

        static final int MODEL_OPERATION_COUNT
        The number of operations of the 'Model' class.
        See Also:
        Constant Field Values
      • PARAMETER__NAME

        static final int PARAMETER__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
      • PARAMETER__VALUE

        static final int PARAMETER__VALUE
        The feature id for the 'Value' attribute.
        See Also:
        Constant Field Values
      • PARAMETER__VALUES

        static final int PARAMETER__VALUES
        The feature id for the 'Values' attribute list.
        See Also:
        Constant Field Values
      • PARAMETER__FILE

        static final int PARAMETER__FILE
        The feature id for the 'File' attribute.
        See Also:
        Constant Field Values
      • PARAMETER__ITEMS

        static final int PARAMETER__ITEMS
        The feature id for the 'Items' containment reference list.
        See Also:
        Constant Field Values
      • PARAMETER_FEATURE_COUNT

        static final int PARAMETER_FEATURE_COUNT
        The number of structural features of the 'Parameter' class.
        See Also:
        Constant Field Values
      • PARAMETER_OPERATION_COUNT

        static final int PARAMETER_OPERATION_COUNT
        The number of operations of the 'Parameter' class.
        See Also:
        Constant Field Values
      • CUSTOM_VIEW__PATH

        static final int CUSTOM_VIEW__PATH
        The feature id for the 'Path' attribute list.
        See Also:
        Constant Field Values
      • CUSTOM_VIEW__ICON

        static final int CUSTOM_VIEW__ICON
        The feature id for the 'Icon' attribute.
        See Also:
        Constant Field Values
      • CUSTOM_VIEW__FORMAT

        static final int CUSTOM_VIEW__FORMAT
        The feature id for the 'Format' attribute.
        See Also:
        Constant Field Values
      • CUSTOM_VIEW__TYPE

        static final int CUSTOM_VIEW__TYPE
        The feature id for the 'Type' attribute.
        See Also:
        Constant Field Values
      • CUSTOM_VIEW__SOURCE

        static final int CUSTOM_VIEW__SOURCE
        The feature id for the 'Source' attribute.
        See Also:
        Constant Field Values
      • CUSTOM_VIEW__POSITION

        static final int CUSTOM_VIEW__POSITION
        The feature id for the 'Position' attribute.
        See Also:
        Constant Field Values
      • CUSTOM_VIEW__LAYERS

        static final int CUSTOM_VIEW__LAYERS
        The feature id for the 'Layers' attribute list.
        See Also:
        Constant Field Values
      • CUSTOM_VIEW__PATCHES

        static final int CUSTOM_VIEW__PATCHES
        The feature id for the 'Patches' containment reference list.
        See Also:
        Constant Field Values
      • CUSTOM_VIEW__PARAMETERS

        static final int CUSTOM_VIEW__PARAMETERS
        The feature id for the 'Parameters' containment reference list.
        See Also:
        Constant Field Values
      • CUSTOM_VIEW_FEATURE_COUNT

        static final int CUSTOM_VIEW_FEATURE_COUNT
        The number of structural features of the 'Custom View' class.
        See Also:
        Constant Field Values
      • CUSTOM_VIEW_OPERATION_COUNT

        static final int CUSTOM_VIEW_OPERATION_COUNT
        The number of operations of the 'Custom View' class.
        See Also:
        Constant Field Values
      • PATCH__FORMAT

        static final int PATCH__FORMAT
        The feature id for the 'Format' attribute.
        See Also:
        Constant Field Values
      • PATCH__CONTENT

        static final int PATCH__CONTENT
        The feature id for the 'Content' attribute.
        See Also:
        Constant Field Values
      • PATCH__APPLIES

        static final int PATCH__APPLIES
        The feature id for the 'Applies' attribute.
        See Also:
        Constant Field Values
      • PATCH_FEATURE_COUNT

        static final int PATCH_FEATURE_COUNT
        The number of structural features of the 'Patch' class.
        See Also:
        Constant Field Values
      • PATCH_OPERATION_COUNT

        static final int PATCH_OPERATION_COUNT
        The number of operations of the 'Patch' class.
        See Also:
        Constant Field Values
    • Method Detail

      • getPicto

        org.eclipse.emf.ecore.EClass getPicto()
        Returns the meta object for class 'Picto'.
        Returns:
        the meta object for class 'Picto'.
        See Also:
        Picto
      • getPicto_Transformation

        org.eclipse.emf.ecore.EAttribute getPicto_Transformation()
        Returns the meta object for the attribute 'Transformation'.
        Returns:
        the meta object for the attribute 'Transformation'.
        See Also:
        Picto.getTransformation(), getPicto()
      • getPicto_Format

        org.eclipse.emf.ecore.EAttribute getPicto_Format()
        Returns the meta object for the attribute 'Format'.
        Returns:
        the meta object for the attribute 'Format'.
        See Also:
        Picto.getFormat(), getPicto()
      • getPicto_Standalone

        org.eclipse.emf.ecore.EAttribute getPicto_Standalone()
        Returns the meta object for the attribute 'Standalone'.
        Returns:
        the meta object for the attribute 'Standalone'.
        See Also:
        Picto.isStandalone(), getPicto()
      • getPicto_Models

        org.eclipse.emf.ecore.EReference getPicto_Models()
        Returns the meta object for the containment reference list 'Models'.
        Returns:
        the meta object for the containment reference list 'Models'.
        See Also:
        Picto.getModels(), getPicto()
      • getPicto_Parameters

        org.eclipse.emf.ecore.EReference getPicto_Parameters()
        Returns the meta object for the containment reference list 'Parameters'.
        Returns:
        the meta object for the containment reference list 'Parameters'.
        See Also:
        Picto.getParameters(), getPicto()
      • getPicto_CustomViews

        org.eclipse.emf.ecore.EReference getPicto_CustomViews()
        Returns the meta object for the containment reference list 'Custom Views'.
        Returns:
        the meta object for the containment reference list 'Custom Views'.
        See Also:
        Picto.getCustomViews(), getPicto()
      • getModel

        org.eclipse.emf.ecore.EClass getModel()
        Returns the meta object for class 'Model'.
        Returns:
        the meta object for class 'Model'.
        See Also:
        Model
      • getModel_Name

        org.eclipse.emf.ecore.EAttribute getModel_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        Model.getName(), getModel()
      • getModel_Type

        org.eclipse.emf.ecore.EAttribute getModel_Type()
        Returns the meta object for the attribute 'Type'.
        Returns:
        the meta object for the attribute 'Type'.
        See Also:
        Model.getType(), getModel()
      • getModel_Parameters

        org.eclipse.emf.ecore.EReference getModel_Parameters()
        Returns the meta object for the containment reference list 'Parameters'.
        Returns:
        the meta object for the containment reference list 'Parameters'.
        See Also:
        Model.getParameters(), getModel()
      • getParameter

        org.eclipse.emf.ecore.EClass getParameter()
        Returns the meta object for class 'Parameter'.
        Returns:
        the meta object for class 'Parameter'.
        See Also:
        Parameter
      • getParameter_Name

        org.eclipse.emf.ecore.EAttribute getParameter_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        Parameter.getName(), getParameter()
      • getParameter_Value

        org.eclipse.emf.ecore.EAttribute getParameter_Value()
        Returns the meta object for the attribute 'Value'.
        Returns:
        the meta object for the attribute 'Value'.
        See Also:
        Parameter.getValue(), getParameter()
      • getParameter_Values

        org.eclipse.emf.ecore.EAttribute getParameter_Values()
        Returns the meta object for the attribute list 'Values'.
        Returns:
        the meta object for the attribute list 'Values'.
        See Also:
        Parameter.getValues(), getParameter()
      • getParameter_File

        org.eclipse.emf.ecore.EAttribute getParameter_File()
        Returns the meta object for the attribute 'File'.
        Returns:
        the meta object for the attribute 'File'.
        See Also:
        Parameter.getFile(), getParameter()
      • getParameter_Items

        org.eclipse.emf.ecore.EReference getParameter_Items()
        Returns the meta object for the containment reference list 'Items'.
        Returns:
        the meta object for the containment reference list 'Items'.
        See Also:
        Parameter.getItems(), getParameter()
      • getCustomView

        org.eclipse.emf.ecore.EClass getCustomView()
        Returns the meta object for class 'Custom View'.
        Returns:
        the meta object for class 'Custom View'.
        See Also:
        CustomView
      • getCustomView_Path

        org.eclipse.emf.ecore.EAttribute getCustomView_Path()
        Returns the meta object for the attribute list 'Path'.
        Returns:
        the meta object for the attribute list 'Path'.
        See Also:
        CustomView.getPath(), getCustomView()
      • getCustomView_Icon

        org.eclipse.emf.ecore.EAttribute getCustomView_Icon()
        Returns the meta object for the attribute 'Icon'.
        Returns:
        the meta object for the attribute 'Icon'.
        See Also:
        CustomView.getIcon(), getCustomView()
      • getCustomView_Format

        org.eclipse.emf.ecore.EAttribute getCustomView_Format()
        Returns the meta object for the attribute 'Format'.
        Returns:
        the meta object for the attribute 'Format'.
        See Also:
        CustomView.getFormat(), getCustomView()
      • getCustomView_Type

        org.eclipse.emf.ecore.EAttribute getCustomView_Type()
        Returns the meta object for the attribute 'Type'.
        Returns:
        the meta object for the attribute 'Type'.
        See Also:
        CustomView.getType(), getCustomView()
      • getCustomView_Source

        org.eclipse.emf.ecore.EAttribute getCustomView_Source()
        Returns the meta object for the attribute 'Source'.
        Returns:
        the meta object for the attribute 'Source'.
        See Also:
        CustomView.getSource(), getCustomView()
      • getCustomView_Position

        org.eclipse.emf.ecore.EAttribute getCustomView_Position()
        Returns the meta object for the attribute 'Position'.
        Returns:
        the meta object for the attribute 'Position'.
        See Also:
        CustomView.getPosition(), getCustomView()
      • getCustomView_Layers

        org.eclipse.emf.ecore.EAttribute getCustomView_Layers()
        Returns the meta object for the attribute list 'Layers'.
        Returns:
        the meta object for the attribute list 'Layers'.
        See Also:
        CustomView.getLayers(), getCustomView()
      • getCustomView_Patches

        org.eclipse.emf.ecore.EReference getCustomView_Patches()
        Returns the meta object for the containment reference list 'Patches'.
        Returns:
        the meta object for the containment reference list 'Patches'.
        See Also:
        CustomView.getPatches(), getCustomView()
      • getCustomView_Parameters

        org.eclipse.emf.ecore.EReference getCustomView_Parameters()
        Returns the meta object for the containment reference list 'Parameters'.
        Returns:
        the meta object for the containment reference list 'Parameters'.
        See Also:
        CustomView.getParameters(), getCustomView()
      • getPatch

        org.eclipse.emf.ecore.EClass getPatch()
        Returns the meta object for class 'Patch'.
        Returns:
        the meta object for class 'Patch'.
        See Also:
        Patch
      • getPatch_Format

        org.eclipse.emf.ecore.EAttribute getPatch_Format()
        Returns the meta object for the attribute 'Format'.
        Returns:
        the meta object for the attribute 'Format'.
        See Also:
        Patch.getFormat(), getPatch()
      • getPatch_Content

        org.eclipse.emf.ecore.EAttribute getPatch_Content()
        Returns the meta object for the attribute 'Content'.
        Returns:
        the meta object for the attribute 'Content'.
        See Also:
        Patch.getContent(), getPatch()
      • getPatch_Applies

        org.eclipse.emf.ecore.EAttribute getPatch_Applies()
        Returns the meta object for the attribute 'Applies'.
        Returns:
        the meta object for the attribute 'Applies'.
        See Also:
        Patch.getApplies(), getPatch()
      • getPictoFactory

        PictoFactory getPictoFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.