public interface ProgramsPackage extends EPackage
ProgramsFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
ProgramsPackage.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
|
EPackage.Descriptor, EPackage.Registry
Modifier and Type | Field and Description |
---|---|
static ProgramsPackage |
eINSTANCE
The singleton instance of the package.
|
static String |
eNAME
The package name.
|
static String |
eNS_PREFIX
The package namespace name.
|
static String |
eNS_URI
The package namespace URI.
|
static int |
FUNCTION_BLOCK_INSTANCE_TASK_ASSIGNMENT
The meta object id for the '
Function Block Instance Task Assignment ' class. |
static int |
FUNCTION_BLOCK_INSTANCE_TASK_ASSIGNMENT__ASSIGNS_FUN_BLOCK_INSTANCE
The feature id for the 'Assigns Fun Block Instance' reference.
|
static int |
FUNCTION_BLOCK_INSTANCE_TASK_ASSIGNMENT__HAS_FUN_BLOCK_ASSIGN_TASK
The feature id for the 'Has Fun Block Assign Task' reference.
|
static int |
FUNCTION_BLOCK_INSTANCE_TASK_ASSIGNMENT_FEATURE_COUNT
The number of structural features of the 'Function Block Instance Task Assignment' class.
|
static int |
FUNCTION_BLOCK_INSTANCE_TASK_ASSIGNMENT_OPERATION_COUNT
The number of operations of the 'Function Block Instance Task Assignment' class.
|
static int |
PROGRAM_CONFIG_ELEMENT
The meta object id for the '
Program Config Element ' class. |
static int |
PROGRAM_CONFIG_ELEMENT_FEATURE_COUNT
The number of structural features of the 'Program Config Element' class.
|
static int |
PROGRAM_CONFIG_ELEMENT_OPERATION_COUNT
The number of operations of the 'Program Config Element' class.
|
static int |
PROGRAM_CONFIGURATION
The meta object id for the '
Program Configuration ' class. |
static int |
PROGRAM_CONFIGURATION__CONTAINS_PROG_CONFIG_ELEMENT
The feature id for the 'Contains Prog Config Element' containment reference list.
|
static int |
PROGRAM_CONFIGURATION__HAS_PROGRAM_TYPE
The feature id for the 'Has Program Type' containment reference.
|
static int |
PROGRAM_CONFIGURATION__IS_ASSIGNED_TO
The feature id for the 'Is Assigned To' reference list.
|
static int |
PROGRAM_CONFIGURATION__NAME
The feature id for the 'Name' attribute.
|
static int |
PROGRAM_CONFIGURATION__RETENTIVE
The feature id for the 'Retentive' attribute.
|
static int |
PROGRAM_CONFIGURATION_FEATURE_COUNT
The number of structural features of the 'Program Configuration' class.
|
static int |
PROGRAM_CONFIGURATION_OPERATION_COUNT
The number of operations of the 'Program Configuration' class.
|
static int |
PROGRAM_TYPE
The meta object id for the '
Program Type ' class. |
static int |
PROGRAM_TYPE__CONTAINS_PROGRAM_VAR_DECL
The feature id for the 'Contains Program Var Decl' containment reference list.
|
static int |
PROGRAM_TYPE__HAS_PROGRAM_BODY_SPEC
The feature id for the 'Has Program Body Spec' containment reference.
|
static int |
PROGRAM_TYPE__TYPE_NAME
The feature id for the 'Type Name' attribute.
|
static int |
PROGRAM_TYPE_FEATURE_COUNT
The number of structural features of the 'Program Type' class.
|
static int |
PROGRAM_TYPE_OPERATION_COUNT
The number of operations of the 'Program Type' class.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getName, setName
getEAnnotation, getEAnnotations
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
static final String eNAME
static final String eNS_URI
static final String eNS_PREFIX
static final ProgramsPackage eINSTANCE
static final int PROGRAM_CONFIG_ELEMENT
Program Config Element
' class.
ProgramConfigElementImpl
,
ProgramsPackageImpl.getProgramConfigElement()
,
Constant Field Valuesstatic final int PROGRAM_CONFIG_ELEMENT_FEATURE_COUNT
static final int PROGRAM_CONFIG_ELEMENT_OPERATION_COUNT
static final int FUNCTION_BLOCK_INSTANCE_TASK_ASSIGNMENT
Function Block Instance Task Assignment
' class.
FunctionBlockInstanceTaskAssignmentImpl
,
ProgramsPackageImpl.getFunctionBlockInstanceTaskAssignment()
,
Constant Field Valuesstatic final int FUNCTION_BLOCK_INSTANCE_TASK_ASSIGNMENT__ASSIGNS_FUN_BLOCK_INSTANCE
static final int FUNCTION_BLOCK_INSTANCE_TASK_ASSIGNMENT__HAS_FUN_BLOCK_ASSIGN_TASK
static final int FUNCTION_BLOCK_INSTANCE_TASK_ASSIGNMENT_FEATURE_COUNT
static final int FUNCTION_BLOCK_INSTANCE_TASK_ASSIGNMENT_OPERATION_COUNT
static final int PROGRAM_CONFIGURATION
Program Configuration
' class.
ProgramConfigurationImpl
,
ProgramsPackageImpl.getProgramConfiguration()
,
Constant Field Valuesstatic final int PROGRAM_CONFIGURATION__NAME
static final int PROGRAM_CONFIGURATION__RETENTIVE
static final int PROGRAM_CONFIGURATION__HAS_PROGRAM_TYPE
static final int PROGRAM_CONFIGURATION__CONTAINS_PROG_CONFIG_ELEMENT
static final int PROGRAM_CONFIGURATION__IS_ASSIGNED_TO
static final int PROGRAM_CONFIGURATION_FEATURE_COUNT
static final int PROGRAM_CONFIGURATION_OPERATION_COUNT
static final int PROGRAM_TYPE
Program Type
' class.
ProgramTypeImpl
,
ProgramsPackageImpl.getProgramType()
,
Constant Field Valuesstatic final int PROGRAM_TYPE__TYPE_NAME
static final int PROGRAM_TYPE__HAS_PROGRAM_BODY_SPEC
static final int PROGRAM_TYPE__CONTAINS_PROGRAM_VAR_DECL
static final int PROGRAM_TYPE_FEATURE_COUNT
static final int PROGRAM_TYPE_OPERATION_COUNT
EClass getFunctionBlockInstanceTaskAssignment()
Function Block Instance Task Assignment
'.
FunctionBlockInstanceTaskAssignment
EReference getFunctionBlockInstanceTaskAssignment_AssignsFunBlockInstance()
Assigns Fun Block Instance
'.
FunctionBlockInstanceTaskAssignment.getAssignsFunBlockInstance()
,
getFunctionBlockInstanceTaskAssignment()
EReference getFunctionBlockInstanceTaskAssignment_HasFunBlockAssignTask()
Has Fun Block Assign Task
'.
FunctionBlockInstanceTaskAssignment.getHasFunBlockAssignTask()
,
getFunctionBlockInstanceTaskAssignment()
EClass getProgramConfigElement()
Program Config Element
'.
ProgramConfigElement
EClass getProgramConfiguration()
Program Configuration
'.
ProgramConfiguration
EAttribute getProgramConfiguration_Name()
Name
'.
ProgramConfiguration.getName()
,
getProgramConfiguration()
EAttribute getProgramConfiguration_Retentive()
Retentive
'.
ProgramConfiguration.isRetentive()
,
getProgramConfiguration()
EReference getProgramConfiguration_HasProgramType()
Has Program Type
'.
ProgramConfiguration.getHasProgramType()
,
getProgramConfiguration()
EReference getProgramConfiguration_ContainsProgConfigElement()
Contains Prog Config Element
'.
ProgramConfiguration.getContainsProgConfigElement()
,
getProgramConfiguration()
EReference getProgramConfiguration_IsAssignedTo()
Is Assigned To
'.
ProgramConfiguration.getIsAssignedTo()
,
getProgramConfiguration()
EClass getProgramType()
Program Type
'.
ProgramType
EAttribute getProgramType_TypeName()
Type Name
'.
ProgramType.getTypeName()
,
getProgramType()
EReference getProgramType_HasProgramBodySpec()
Has Program Body Spec
'.
ProgramType.getHasProgramBodySpec()
,
getProgramType()
EReference getProgramType_ContainsProgramVarDecl()
Contains Program Var Decl
'.
ProgramType.getContainsProgramVarDecl()
,
getProgramType()
ProgramsFactory getProgramsFactory()