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
    • 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.