org.nasdanika.models.rules.RulesPackage Maven / Gradle / Ivy
/**
*/
package org.nasdanika.models.rules;
import org.eclipse.emf.ecore.EAttribute;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EPackage;
import org.eclipse.emf.ecore.EReference;
import org.nasdanika.models.architecture.ArchitecturePackage;
/**
*
* 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 org.nasdanika.models.rules.RulesFactory
* @model kind="package"
* @generated
*/
public interface RulesPackage extends EPackage {
/**
* The package name.
*
*
* @generated
*/
String eNAME = "rules";
/**
* The package namespace URI.
*
*
* @generated
*/
String eNS_URI = "ecore://nasdanika.org/models/rules";
/**
* The package namespace name.
*
*
* @generated
*/
String eNS_PREFIX = "org.nasdanika.models.rules";
/**
* The singleton instance of the package.
*
*
* @generated
*/
RulesPackage eINSTANCE = org.nasdanika.models.rules.impl.RulesPackageImpl.init();
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.RuleImpl Rule}' class.
*
*
* @see org.nasdanika.models.rules.impl.RuleImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getRule()
* @generated
*/
int RULE = 0;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int RULE__ID = ArchitecturePackage.NODE__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE__SEMANTIC_MAPPINGS = ArchitecturePackage.NODE__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE__MARKERS = ArchitecturePackage.NODE__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int RULE__URIS = ArchitecturePackage.NODE__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int RULE__DESCRIPTION = ArchitecturePackage.NODE__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int RULE__UUID = ArchitecturePackage.NODE__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int RULE__LABEL_PROTOTYPE = ArchitecturePackage.NODE__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int RULE__REPRESENTATIONS = ArchitecturePackage.NODE__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE__ANNOTATIONS = ArchitecturePackage.NODE__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int RULE__NAME = ArchitecturePackage.NODE__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE__DOCUMENTATION = ArchitecturePackage.NODE__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE__CONTEXT_HELP = ArchitecturePackage.NODE__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE__OUTGOING_CONNECTIONS = ArchitecturePackage.NODE__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int RULE__START = ArchitecturePackage.NODE__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int RULE__END = ArchitecturePackage.NODE__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int RULE__DURATION = ArchitecturePackage.NODE__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int RULE__ICON = ArchitecturePackage.NODE__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE__ROLES = ArchitecturePackage.NODE__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int RULE__INCOMING_CONNECTIONS = ArchitecturePackage.NODE__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Suppress' attribute.
*
*
* @generated
* @ordered
*/
int RULE__SUPPRESS = ArchitecturePackage.NODE_FEATURE_COUNT + 0;
/**
* The feature id for the 'Severity' reference.
*
*
* @generated
* @ordered
*/
int RULE__SEVERITY = ArchitecturePackage.NODE_FEATURE_COUNT + 1;
/**
* The feature id for the 'Actions' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE__ACTIONS = ArchitecturePackage.NODE_FEATURE_COUNT + 2;
/**
* The number of structural features of the 'Rule' class.
*
*
* @generated
* @ordered
*/
int RULE_FEATURE_COUNT = ArchitecturePackage.NODE_FEATURE_COUNT + 3;
/**
* The number of operations of the 'Rule' class.
*
*
* @generated
* @ordered
*/
int RULE_OPERATION_COUNT = ArchitecturePackage.NODE_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.RuleSetImpl Rule Set}' class.
*
*
* @see org.nasdanika.models.rules.impl.RuleSetImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getRuleSet()
* @generated
*/
int RULE_SET = 1;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int RULE_SET__ID = ArchitecturePackage.DOMAIN__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__SEMANTIC_MAPPINGS = ArchitecturePackage.DOMAIN__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__MARKERS = ArchitecturePackage.DOMAIN__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int RULE_SET__URIS = ArchitecturePackage.DOMAIN__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int RULE_SET__DESCRIPTION = ArchitecturePackage.DOMAIN__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int RULE_SET__UUID = ArchitecturePackage.DOMAIN__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int RULE_SET__LABEL_PROTOTYPE = ArchitecturePackage.DOMAIN__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int RULE_SET__REPRESENTATIONS = ArchitecturePackage.DOMAIN__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__ANNOTATIONS = ArchitecturePackage.DOMAIN__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int RULE_SET__NAME = ArchitecturePackage.DOMAIN__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__DOCUMENTATION = ArchitecturePackage.DOMAIN__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__CONTEXT_HELP = ArchitecturePackage.DOMAIN__CONTEXT_HELP;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int RULE_SET__START = ArchitecturePackage.DOMAIN__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int RULE_SET__END = ArchitecturePackage.DOMAIN__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int RULE_SET__DURATION = ArchitecturePackage.DOMAIN__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int RULE_SET__ICON = ArchitecturePackage.DOMAIN__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__ROLES = ArchitecturePackage.DOMAIN__ROLES;
/**
* The feature id for the 'Elements' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__ELEMENTS = ArchitecturePackage.DOMAIN__ELEMENTS;
/**
* The feature id for the 'Actors' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__ACTORS = ArchitecturePackage.DOMAIN__ACTORS;
/**
* The feature id for the 'Extends' reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__EXTENDS = ArchitecturePackage.DOMAIN_FEATURE_COUNT + 0;
/**
* The feature id for the 'Extensions' reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__EXTENSIONS = ArchitecturePackage.DOMAIN_FEATURE_COUNT + 1;
/**
* The feature id for the 'Rules' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__RULES = ArchitecturePackage.DOMAIN_FEATURE_COUNT + 2;
/**
* The feature id for the 'Severities' containment reference list.
*
*
* @generated
* @ordered
*/
int RULE_SET__SEVERITIES = ArchitecturePackage.DOMAIN_FEATURE_COUNT + 3;
/**
* The number of structural features of the 'Rule Set' class.
*
*
* @generated
* @ordered
*/
int RULE_SET_FEATURE_COUNT = ArchitecturePackage.DOMAIN_FEATURE_COUNT + 4;
/**
* The number of operations of the 'Rule Set' class.
*
*
* @generated
* @ordered
*/
int RULE_SET_OPERATION_COUNT = ArchitecturePackage.DOMAIN_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.ViolationImpl Violation}' class.
*
*
* @see org.nasdanika.models.rules.impl.ViolationImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getViolation()
* @generated
*/
int VIOLATION = 4;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.FailureImpl Failure}' class.
*
*
* @see org.nasdanika.models.rules.impl.FailureImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getFailure()
* @generated
*/
int FAILURE = 5;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.WaiverImpl Waiver}' class.
*
*
* @see org.nasdanika.models.rules.impl.WaiverImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getWaiver()
* @generated
*/
int WAIVER = 6;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.InspectableImpl Inspectable}' class.
*
*
* @see org.nasdanika.models.rules.impl.InspectableImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getInspectable()
* @generated
*/
int INSPECTABLE = 2;
/**
* The feature id for the 'Inspection Results' containment reference list.
*
*
* @generated
* @ordered
*/
int INSPECTABLE__INSPECTION_RESULTS = 0;
/**
* The feature id for the 'Waivers' containment reference list.
*
*
* @generated
* @ordered
*/
int INSPECTABLE__WAIVERS = 1;
/**
* The number of structural features of the 'Inspectable' class.
*
*
* @generated
* @ordered
*/
int INSPECTABLE_FEATURE_COUNT = 2;
/**
* The number of operations of the 'Inspectable' class.
*
*
* @generated
* @ordered
*/
int INSPECTABLE_OPERATION_COUNT = 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.InspectionResultImpl Inspection Result}' class.
*
*
* @see org.nasdanika.models.rules.impl.InspectionResultImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getInspectionResult()
* @generated
*/
int INSPECTION_RESULT = 3;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__ID = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__SEMANTIC_MAPPINGS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__MARKERS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__URIS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__DESCRIPTION = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__UUID = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__LABEL_PROTOTYPE = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__REPRESENTATIONS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__ANNOTATIONS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__NAME = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__DOCUMENTATION = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__CONTEXT_HELP = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__CONTEXT_HELP;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__START = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__END = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__DURATION = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__ICON = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__ROLES = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ROLES;
/**
* The feature id for the 'Rule' reference.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT__RULE = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Inspection Result' class.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT_FEATURE_COUNT = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Inspection Result' class.
*
*
* @generated
* @ordered
*/
int INSPECTION_RESULT_OPERATION_COUNT = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT_OPERATION_COUNT + 0;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int VIOLATION__ID = INSPECTION_RESULT__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int VIOLATION__SEMANTIC_MAPPINGS = INSPECTION_RESULT__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int VIOLATION__MARKERS = INSPECTION_RESULT__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int VIOLATION__URIS = INSPECTION_RESULT__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int VIOLATION__DESCRIPTION = INSPECTION_RESULT__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int VIOLATION__UUID = INSPECTION_RESULT__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int VIOLATION__LABEL_PROTOTYPE = INSPECTION_RESULT__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int VIOLATION__REPRESENTATIONS = INSPECTION_RESULT__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int VIOLATION__ANNOTATIONS = INSPECTION_RESULT__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int VIOLATION__NAME = INSPECTION_RESULT__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int VIOLATION__DOCUMENTATION = INSPECTION_RESULT__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int VIOLATION__CONTEXT_HELP = INSPECTION_RESULT__CONTEXT_HELP;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int VIOLATION__START = INSPECTION_RESULT__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int VIOLATION__END = INSPECTION_RESULT__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int VIOLATION__DURATION = INSPECTION_RESULT__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int VIOLATION__ICON = INSPECTION_RESULT__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int VIOLATION__ROLES = INSPECTION_RESULT__ROLES;
/**
* The feature id for the 'Rule' reference.
*
*
* @generated
* @ordered
*/
int VIOLATION__RULE = INSPECTION_RESULT__RULE;
/**
* The feature id for the 'Waivers' reference list.
*
*
* @generated
* @ordered
*/
int VIOLATION__WAIVERS = INSPECTION_RESULT_FEATURE_COUNT + 0;
/**
* The feature id for the 'Actions' containment reference list.
*
*
* @generated
* @ordered
*/
int VIOLATION__ACTIONS = INSPECTION_RESULT_FEATURE_COUNT + 1;
/**
* The number of structural features of the 'Violation' class.
*
*
* @generated
* @ordered
*/
int VIOLATION_FEATURE_COUNT = INSPECTION_RESULT_FEATURE_COUNT + 2;
/**
* The number of operations of the 'Violation' class.
*
*
* @generated
* @ordered
*/
int VIOLATION_OPERATION_COUNT = INSPECTION_RESULT_OPERATION_COUNT + 0;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int FAILURE__ID = INSPECTION_RESULT__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int FAILURE__SEMANTIC_MAPPINGS = INSPECTION_RESULT__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int FAILURE__MARKERS = INSPECTION_RESULT__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int FAILURE__URIS = INSPECTION_RESULT__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int FAILURE__DESCRIPTION = INSPECTION_RESULT__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int FAILURE__UUID = INSPECTION_RESULT__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int FAILURE__LABEL_PROTOTYPE = INSPECTION_RESULT__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int FAILURE__REPRESENTATIONS = INSPECTION_RESULT__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int FAILURE__ANNOTATIONS = INSPECTION_RESULT__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int FAILURE__NAME = INSPECTION_RESULT__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int FAILURE__DOCUMENTATION = INSPECTION_RESULT__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int FAILURE__CONTEXT_HELP = INSPECTION_RESULT__CONTEXT_HELP;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int FAILURE__START = INSPECTION_RESULT__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int FAILURE__END = INSPECTION_RESULT__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int FAILURE__DURATION = INSPECTION_RESULT__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int FAILURE__ICON = INSPECTION_RESULT__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int FAILURE__ROLES = INSPECTION_RESULT__ROLES;
/**
* The feature id for the 'Rule' reference.
*
*
* @generated
* @ordered
*/
int FAILURE__RULE = INSPECTION_RESULT__RULE;
/**
* The feature id for the 'Cause' containment reference.
*
*
* @generated
* @ordered
*/
int FAILURE__CAUSE = INSPECTION_RESULT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Failure' class.
*
*
* @generated
* @ordered
*/
int FAILURE_FEATURE_COUNT = INSPECTION_RESULT_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Failure' class.
*
*
* @generated
* @ordered
*/
int FAILURE_OPERATION_COUNT = INSPECTION_RESULT_OPERATION_COUNT + 0;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int WAIVER__ID = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int WAIVER__SEMANTIC_MAPPINGS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int WAIVER__MARKERS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int WAIVER__URIS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int WAIVER__DESCRIPTION = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int WAIVER__UUID = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int WAIVER__LABEL_PROTOTYPE = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int WAIVER__REPRESENTATIONS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int WAIVER__ANNOTATIONS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int WAIVER__NAME = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int WAIVER__DOCUMENTATION = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int WAIVER__CONTEXT_HELP = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__CONTEXT_HELP;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int WAIVER__START = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int WAIVER__END = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int WAIVER__DURATION = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int WAIVER__ICON = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int WAIVER__ROLES = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ROLES;
/**
* The feature id for the 'Violations' reference list.
*
*
* @generated
* @ordered
*/
int WAIVER__VIOLATIONS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Waiver' class.
*
*
* @generated
* @ordered
*/
int WAIVER_FEATURE_COUNT = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Waiver' class.
*
*
* @generated
* @ordered
*/
int WAIVER_OPERATION_COUNT = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.SeverityImpl Severity}' class.
*
*
* @see org.nasdanika.models.rules.impl.SeverityImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getSeverity()
* @generated
*/
int SEVERITY = 7;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int SEVERITY__ID = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int SEVERITY__SEMANTIC_MAPPINGS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int SEVERITY__MARKERS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int SEVERITY__URIS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int SEVERITY__DESCRIPTION = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int SEVERITY__UUID = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int SEVERITY__LABEL_PROTOTYPE = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int SEVERITY__REPRESENTATIONS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int SEVERITY__ANNOTATIONS = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int SEVERITY__NAME = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int SEVERITY__DOCUMENTATION = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int SEVERITY__CONTEXT_HELP = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__CONTEXT_HELP;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int SEVERITY__START = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int SEVERITY__END = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int SEVERITY__DURATION = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int SEVERITY__ICON = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int SEVERITY__ROLES = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT__ROLES;
/**
* The feature id for the 'Rules' reference list.
*
*
* @generated
* @ordered
*/
int SEVERITY__RULES = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Severity' class.
*
*
* @generated
* @ordered
*/
int SEVERITY_FEATURE_COUNT = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Severity' class.
*
*
* @generated
* @ordered
*/
int SEVERITY_OPERATION_COUNT = ArchitecturePackage.ARCHITECTURE_DESCRIPTION_ELEMENT_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.ActionImpl Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.ActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getAction()
* @generated
*/
int ACTION = 8;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__ID = ArchitecturePackage.NODE__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__SEMANTIC_MAPPINGS = ArchitecturePackage.NODE__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__MARKERS = ArchitecturePackage.NODE__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int ACTION__URIS = ArchitecturePackage.NODE__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__DESCRIPTION = ArchitecturePackage.NODE__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__UUID = ArchitecturePackage.NODE__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int ACTION__LABEL_PROTOTYPE = ArchitecturePackage.NODE__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int ACTION__REPRESENTATIONS = ArchitecturePackage.NODE__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__ANNOTATIONS = ArchitecturePackage.NODE__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__NAME = ArchitecturePackage.NODE__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__DOCUMENTATION = ArchitecturePackage.NODE__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__CONTEXT_HELP = ArchitecturePackage.NODE__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__OUTGOING_CONNECTIONS = ArchitecturePackage.NODE__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int ACTION__START = ArchitecturePackage.NODE__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int ACTION__END = ArchitecturePackage.NODE__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__DURATION = ArchitecturePackage.NODE__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int ACTION__ICON = ArchitecturePackage.NODE__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int ACTION__ROLES = ArchitecturePackage.NODE__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int ACTION__INCOMING_CONNECTIONS = ArchitecturePackage.NODE__INCOMING_CONNECTIONS;
/**
* The number of structural features of the 'Action' class.
*
*
* @generated
* @ordered
*/
int ACTION_FEATURE_COUNT = ArchitecturePackage.NODE_FEATURE_COUNT + 0;
/**
* The number of operations of the 'Action' class.
*
*
* @generated
* @ordered
*/
int ACTION_OPERATION_COUNT = ArchitecturePackage.NODE_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.ResourceActionImpl Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.ResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getResourceAction()
* @generated
*/
int RESOURCE_ACTION = 9;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__ID = ACTION__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__SEMANTIC_MAPPINGS = ACTION__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__MARKERS = ACTION__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__URIS = ACTION__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__DESCRIPTION = ACTION__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__UUID = ACTION__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__LABEL_PROTOTYPE = ACTION__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__REPRESENTATIONS = ACTION__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__ANNOTATIONS = ACTION__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__NAME = ACTION__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__DOCUMENTATION = ACTION__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__CONTEXT_HELP = ACTION__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__OUTGOING_CONNECTIONS = ACTION__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__START = ACTION__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__END = ACTION__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__DURATION = ACTION__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__ICON = ACTION__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__ROLES = ACTION__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__INCOMING_CONNECTIONS = ACTION__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION__RESOURCE_IDENTIFIER = ACTION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Resource Action' class.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION_FEATURE_COUNT = ACTION_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Resource Action' class.
*
*
* @generated
* @ordered
*/
int RESOURCE_ACTION_OPERATION_COUNT = ACTION_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.TextResourceActionImpl Text Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.TextResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getTextResourceAction()
* @generated
*/
int TEXT_RESOURCE_ACTION = 10;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__ID = RESOURCE_ACTION__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__SEMANTIC_MAPPINGS = RESOURCE_ACTION__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__MARKERS = RESOURCE_ACTION__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__URIS = RESOURCE_ACTION__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__DESCRIPTION = RESOURCE_ACTION__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__UUID = RESOURCE_ACTION__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__LABEL_PROTOTYPE = RESOURCE_ACTION__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__REPRESENTATIONS = RESOURCE_ACTION__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__ANNOTATIONS = RESOURCE_ACTION__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__NAME = RESOURCE_ACTION__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__DOCUMENTATION = RESOURCE_ACTION__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__CONTEXT_HELP = RESOURCE_ACTION__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__OUTGOING_CONNECTIONS = RESOURCE_ACTION__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__START = RESOURCE_ACTION__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__END = RESOURCE_ACTION__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__DURATION = RESOURCE_ACTION__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__ICON = RESOURCE_ACTION__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__ROLES = RESOURCE_ACTION__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__INCOMING_CONNECTIONS = RESOURCE_ACTION__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__RESOURCE_IDENTIFIER = RESOURCE_ACTION__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Content' attribute.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION__CONTENT = RESOURCE_ACTION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Text Resource Action' class.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION_FEATURE_COUNT = RESOURCE_ACTION_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Text Resource Action' class.
*
*
* @generated
* @ordered
*/
int TEXT_RESOURCE_ACTION_OPERATION_COUNT = RESOURCE_ACTION_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.BinaryResourceActionImpl Binary Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.BinaryResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getBinaryResourceAction()
* @generated
*/
int BINARY_RESOURCE_ACTION = 11;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__ID = RESOURCE_ACTION__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__SEMANTIC_MAPPINGS = RESOURCE_ACTION__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__MARKERS = RESOURCE_ACTION__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__URIS = RESOURCE_ACTION__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__DESCRIPTION = RESOURCE_ACTION__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__UUID = RESOURCE_ACTION__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__LABEL_PROTOTYPE = RESOURCE_ACTION__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__REPRESENTATIONS = RESOURCE_ACTION__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__ANNOTATIONS = RESOURCE_ACTION__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__NAME = RESOURCE_ACTION__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__DOCUMENTATION = RESOURCE_ACTION__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__CONTEXT_HELP = RESOURCE_ACTION__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__OUTGOING_CONNECTIONS = RESOURCE_ACTION__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__START = RESOURCE_ACTION__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__END = RESOURCE_ACTION__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__DURATION = RESOURCE_ACTION__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__ICON = RESOURCE_ACTION__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__ROLES = RESOURCE_ACTION__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__INCOMING_CONNECTIONS = RESOURCE_ACTION__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__RESOURCE_IDENTIFIER = RESOURCE_ACTION__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Content' attribute.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION__CONTENT = RESOURCE_ACTION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Binary Resource Action' class.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION_FEATURE_COUNT = RESOURCE_ACTION_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Binary Resource Action' class.
*
*
* @generated
* @ordered
*/
int BINARY_RESOURCE_ACTION_OPERATION_COUNT = RESOURCE_ACTION_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.CreateResourceActionImpl Create Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.CreateResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getCreateResourceAction()
* @generated
*/
int CREATE_RESOURCE_ACTION = 12;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__ID = RESOURCE_ACTION__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__SEMANTIC_MAPPINGS = RESOURCE_ACTION__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__MARKERS = RESOURCE_ACTION__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__URIS = RESOURCE_ACTION__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__DESCRIPTION = RESOURCE_ACTION__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__UUID = RESOURCE_ACTION__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__LABEL_PROTOTYPE = RESOURCE_ACTION__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__REPRESENTATIONS = RESOURCE_ACTION__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__ANNOTATIONS = RESOURCE_ACTION__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__NAME = RESOURCE_ACTION__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__DOCUMENTATION = RESOURCE_ACTION__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__CONTEXT_HELP = RESOURCE_ACTION__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__OUTGOING_CONNECTIONS = RESOURCE_ACTION__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__START = RESOURCE_ACTION__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__END = RESOURCE_ACTION__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__DURATION = RESOURCE_ACTION__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__ICON = RESOURCE_ACTION__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__ROLES = RESOURCE_ACTION__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__INCOMING_CONNECTIONS = RESOURCE_ACTION__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION__RESOURCE_IDENTIFIER = RESOURCE_ACTION__RESOURCE_IDENTIFIER;
/**
* The number of structural features of the 'Create Resource Action' class.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION_FEATURE_COUNT = RESOURCE_ACTION_FEATURE_COUNT + 0;
/**
* The number of operations of the 'Create Resource Action' class.
*
*
* @generated
* @ordered
*/
int CREATE_RESOURCE_ACTION_OPERATION_COUNT = RESOURCE_ACTION_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.CreateTextResourceActionImpl Create Text Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.CreateTextResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getCreateTextResourceAction()
* @generated
*/
int CREATE_TEXT_RESOURCE_ACTION = 13;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__ID = CREATE_RESOURCE_ACTION__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__SEMANTIC_MAPPINGS = CREATE_RESOURCE_ACTION__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__MARKERS = CREATE_RESOURCE_ACTION__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__URIS = CREATE_RESOURCE_ACTION__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__DESCRIPTION = CREATE_RESOURCE_ACTION__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__UUID = CREATE_RESOURCE_ACTION__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__LABEL_PROTOTYPE = CREATE_RESOURCE_ACTION__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__REPRESENTATIONS = CREATE_RESOURCE_ACTION__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__ANNOTATIONS = CREATE_RESOURCE_ACTION__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__NAME = CREATE_RESOURCE_ACTION__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__DOCUMENTATION = CREATE_RESOURCE_ACTION__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__CONTEXT_HELP = CREATE_RESOURCE_ACTION__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__OUTGOING_CONNECTIONS = CREATE_RESOURCE_ACTION__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__START = CREATE_RESOURCE_ACTION__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__END = CREATE_RESOURCE_ACTION__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__DURATION = CREATE_RESOURCE_ACTION__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__ICON = CREATE_RESOURCE_ACTION__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__ROLES = CREATE_RESOURCE_ACTION__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__INCOMING_CONNECTIONS = CREATE_RESOURCE_ACTION__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__RESOURCE_IDENTIFIER = CREATE_RESOURCE_ACTION__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Content' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION__CONTENT = CREATE_RESOURCE_ACTION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Create Text Resource Action' class.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION_FEATURE_COUNT = CREATE_RESOURCE_ACTION_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Create Text Resource Action' class.
*
*
* @generated
* @ordered
*/
int CREATE_TEXT_RESOURCE_ACTION_OPERATION_COUNT = CREATE_RESOURCE_ACTION_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.CreateBinaryResourceActionImpl Create Binary Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.CreateBinaryResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getCreateBinaryResourceAction()
* @generated
*/
int CREATE_BINARY_RESOURCE_ACTION = 14;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__ID = CREATE_RESOURCE_ACTION__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__SEMANTIC_MAPPINGS = CREATE_RESOURCE_ACTION__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__MARKERS = CREATE_RESOURCE_ACTION__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__URIS = CREATE_RESOURCE_ACTION__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__DESCRIPTION = CREATE_RESOURCE_ACTION__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__UUID = CREATE_RESOURCE_ACTION__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__LABEL_PROTOTYPE = CREATE_RESOURCE_ACTION__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__REPRESENTATIONS = CREATE_RESOURCE_ACTION__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__ANNOTATIONS = CREATE_RESOURCE_ACTION__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__NAME = CREATE_RESOURCE_ACTION__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__DOCUMENTATION = CREATE_RESOURCE_ACTION__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__CONTEXT_HELP = CREATE_RESOURCE_ACTION__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__OUTGOING_CONNECTIONS = CREATE_RESOURCE_ACTION__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__START = CREATE_RESOURCE_ACTION__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__END = CREATE_RESOURCE_ACTION__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__DURATION = CREATE_RESOURCE_ACTION__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__ICON = CREATE_RESOURCE_ACTION__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__ROLES = CREATE_RESOURCE_ACTION__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__INCOMING_CONNECTIONS = CREATE_RESOURCE_ACTION__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__RESOURCE_IDENTIFIER = CREATE_RESOURCE_ACTION__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Content' attribute.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION__CONTENT = CREATE_RESOURCE_ACTION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Create Binary Resource Action' class.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION_FEATURE_COUNT = CREATE_RESOURCE_ACTION_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Create Binary Resource Action' class.
*
*
* @generated
* @ordered
*/
int CREATE_BINARY_RESOURCE_ACTION_OPERATION_COUNT = CREATE_RESOURCE_ACTION_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.DeleteResourceActionImpl Delete Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.DeleteResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getDeleteResourceAction()
* @generated
*/
int DELETE_RESOURCE_ACTION = 15;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__ID = RESOURCE_ACTION__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__SEMANTIC_MAPPINGS = RESOURCE_ACTION__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__MARKERS = RESOURCE_ACTION__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__URIS = RESOURCE_ACTION__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__DESCRIPTION = RESOURCE_ACTION__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__UUID = RESOURCE_ACTION__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__LABEL_PROTOTYPE = RESOURCE_ACTION__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__REPRESENTATIONS = RESOURCE_ACTION__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__ANNOTATIONS = RESOURCE_ACTION__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__NAME = RESOURCE_ACTION__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__DOCUMENTATION = RESOURCE_ACTION__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__CONTEXT_HELP = RESOURCE_ACTION__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__OUTGOING_CONNECTIONS = RESOURCE_ACTION__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__START = RESOURCE_ACTION__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__END = RESOURCE_ACTION__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__DURATION = RESOURCE_ACTION__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__ICON = RESOURCE_ACTION__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__ROLES = RESOURCE_ACTION__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__INCOMING_CONNECTIONS = RESOURCE_ACTION__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION__RESOURCE_IDENTIFIER = RESOURCE_ACTION__RESOURCE_IDENTIFIER;
/**
* The number of structural features of the 'Delete Resource Action' class.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION_FEATURE_COUNT = RESOURCE_ACTION_FEATURE_COUNT + 0;
/**
* The number of operations of the 'Delete Resource Action' class.
*
*
* @generated
* @ordered
*/
int DELETE_RESOURCE_ACTION_OPERATION_COUNT = RESOURCE_ACTION_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.MoveResourceActionImpl Move Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.MoveResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getMoveResourceAction()
* @generated
*/
int MOVE_RESOURCE_ACTION = 16;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__ID = RESOURCE_ACTION__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__SEMANTIC_MAPPINGS = RESOURCE_ACTION__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__MARKERS = RESOURCE_ACTION__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__URIS = RESOURCE_ACTION__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__DESCRIPTION = RESOURCE_ACTION__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__UUID = RESOURCE_ACTION__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__LABEL_PROTOTYPE = RESOURCE_ACTION__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__REPRESENTATIONS = RESOURCE_ACTION__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__ANNOTATIONS = RESOURCE_ACTION__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__NAME = RESOURCE_ACTION__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__DOCUMENTATION = RESOURCE_ACTION__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__CONTEXT_HELP = RESOURCE_ACTION__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__OUTGOING_CONNECTIONS = RESOURCE_ACTION__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__START = RESOURCE_ACTION__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__END = RESOURCE_ACTION__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__DURATION = RESOURCE_ACTION__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__ICON = RESOURCE_ACTION__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__ROLES = RESOURCE_ACTION__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__INCOMING_CONNECTIONS = RESOURCE_ACTION__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__RESOURCE_IDENTIFIER = RESOURCE_ACTION__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'New Identifier' attribute.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION__NEW_IDENTIFIER = RESOURCE_ACTION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Move Resource Action' class.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION_FEATURE_COUNT = RESOURCE_ACTION_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Move Resource Action' class.
*
*
* @generated
* @ordered
*/
int MOVE_RESOURCE_ACTION_OPERATION_COUNT = RESOURCE_ACTION_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.UpdateResourceActionImpl Update Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.UpdateResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getUpdateResourceAction()
* @generated
*/
int UPDATE_RESOURCE_ACTION = 17;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__ID = RESOURCE_ACTION__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__SEMANTIC_MAPPINGS = RESOURCE_ACTION__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__MARKERS = RESOURCE_ACTION__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__URIS = RESOURCE_ACTION__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__DESCRIPTION = RESOURCE_ACTION__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__UUID = RESOURCE_ACTION__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__LABEL_PROTOTYPE = RESOURCE_ACTION__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__REPRESENTATIONS = RESOURCE_ACTION__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__ANNOTATIONS = RESOURCE_ACTION__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__NAME = RESOURCE_ACTION__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__DOCUMENTATION = RESOURCE_ACTION__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__CONTEXT_HELP = RESOURCE_ACTION__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__OUTGOING_CONNECTIONS = RESOURCE_ACTION__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__START = RESOURCE_ACTION__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__END = RESOURCE_ACTION__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__DURATION = RESOURCE_ACTION__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__ICON = RESOURCE_ACTION__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__ROLES = RESOURCE_ACTION__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__INCOMING_CONNECTIONS = RESOURCE_ACTION__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION__RESOURCE_IDENTIFIER = RESOURCE_ACTION__RESOURCE_IDENTIFIER;
/**
* The number of structural features of the 'Update Resource Action' class.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION_FEATURE_COUNT = RESOURCE_ACTION_FEATURE_COUNT + 0;
/**
* The number of operations of the 'Update Resource Action' class.
*
*
* @generated
* @ordered
*/
int UPDATE_RESOURCE_ACTION_OPERATION_COUNT = RESOURCE_ACTION_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.UpdateTextResourceActionImpl Update Text Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.UpdateTextResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getUpdateTextResourceAction()
* @generated
*/
int UPDATE_TEXT_RESOURCE_ACTION = 18;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__ID = UPDATE_RESOURCE_ACTION__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__SEMANTIC_MAPPINGS = UPDATE_RESOURCE_ACTION__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__MARKERS = UPDATE_RESOURCE_ACTION__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__URIS = UPDATE_RESOURCE_ACTION__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__DESCRIPTION = UPDATE_RESOURCE_ACTION__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__UUID = UPDATE_RESOURCE_ACTION__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__LABEL_PROTOTYPE = UPDATE_RESOURCE_ACTION__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__REPRESENTATIONS = UPDATE_RESOURCE_ACTION__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__ANNOTATIONS = UPDATE_RESOURCE_ACTION__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__NAME = UPDATE_RESOURCE_ACTION__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__DOCUMENTATION = UPDATE_RESOURCE_ACTION__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__CONTEXT_HELP = UPDATE_RESOURCE_ACTION__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__OUTGOING_CONNECTIONS = UPDATE_RESOURCE_ACTION__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__START = UPDATE_RESOURCE_ACTION__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__END = UPDATE_RESOURCE_ACTION__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__DURATION = UPDATE_RESOURCE_ACTION__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__ICON = UPDATE_RESOURCE_ACTION__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__ROLES = UPDATE_RESOURCE_ACTION__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__INCOMING_CONNECTIONS = UPDATE_RESOURCE_ACTION__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__RESOURCE_IDENTIFIER = UPDATE_RESOURCE_ACTION__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Content' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION__CONTENT = UPDATE_RESOURCE_ACTION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Update Text Resource Action' class.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION_FEATURE_COUNT = UPDATE_RESOURCE_ACTION_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Update Text Resource Action' class.
*
*
* @generated
* @ordered
*/
int UPDATE_TEXT_RESOURCE_ACTION_OPERATION_COUNT = UPDATE_RESOURCE_ACTION_OPERATION_COUNT + 0;
/**
* The meta object id for the '{@link org.nasdanika.models.rules.impl.UpdateBinaryResourceActionImpl Update Binary Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.UpdateBinaryResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getUpdateBinaryResourceAction()
* @generated
*/
int UPDATE_BINARY_RESOURCE_ACTION = 19;
/**
* The feature id for the 'Id' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__ID = UPDATE_RESOURCE_ACTION__ID;
/**
* The feature id for the 'Semantic Mappings' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__SEMANTIC_MAPPINGS = UPDATE_RESOURCE_ACTION__SEMANTIC_MAPPINGS;
/**
* The feature id for the 'Markers' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__MARKERS = UPDATE_RESOURCE_ACTION__MARKERS;
/**
* The feature id for the 'Uris' attribute list.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__URIS = UPDATE_RESOURCE_ACTION__URIS;
/**
* The feature id for the 'Description' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__DESCRIPTION = UPDATE_RESOURCE_ACTION__DESCRIPTION;
/**
* The feature id for the 'Uuid' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__UUID = UPDATE_RESOURCE_ACTION__UUID;
/**
* The feature id for the 'Label Prototype' containment reference.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__LABEL_PROTOTYPE = UPDATE_RESOURCE_ACTION__LABEL_PROTOTYPE;
/**
* The feature id for the 'Representations' map.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__REPRESENTATIONS = UPDATE_RESOURCE_ACTION__REPRESENTATIONS;
/**
* The feature id for the 'Annotations' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__ANNOTATIONS = UPDATE_RESOURCE_ACTION__ANNOTATIONS;
/**
* The feature id for the 'Name' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__NAME = UPDATE_RESOURCE_ACTION__NAME;
/**
* The feature id for the 'Documentation' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__DOCUMENTATION = UPDATE_RESOURCE_ACTION__DOCUMENTATION;
/**
* The feature id for the 'Context Help' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__CONTEXT_HELP = UPDATE_RESOURCE_ACTION__CONTEXT_HELP;
/**
* The feature id for the 'Outgoing Connections' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__OUTGOING_CONNECTIONS = UPDATE_RESOURCE_ACTION__OUTGOING_CONNECTIONS;
/**
* The feature id for the 'Start' containment reference.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__START = UPDATE_RESOURCE_ACTION__START;
/**
* The feature id for the 'End' containment reference.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__END = UPDATE_RESOURCE_ACTION__END;
/**
* The feature id for the 'Duration' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__DURATION = UPDATE_RESOURCE_ACTION__DURATION;
/**
* The feature id for the 'Icon' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__ICON = UPDATE_RESOURCE_ACTION__ICON;
/**
* The feature id for the 'Roles' containment reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__ROLES = UPDATE_RESOURCE_ACTION__ROLES;
/**
* The feature id for the 'Incoming Connections' reference list.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__INCOMING_CONNECTIONS = UPDATE_RESOURCE_ACTION__INCOMING_CONNECTIONS;
/**
* The feature id for the 'Resource Identifier' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__RESOURCE_IDENTIFIER = UPDATE_RESOURCE_ACTION__RESOURCE_IDENTIFIER;
/**
* The feature id for the 'Content' attribute.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION__CONTENT = UPDATE_RESOURCE_ACTION_FEATURE_COUNT + 0;
/**
* The number of structural features of the 'Update Binary Resource Action' class.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION_FEATURE_COUNT = UPDATE_RESOURCE_ACTION_FEATURE_COUNT + 1;
/**
* The number of operations of the 'Update Binary Resource Action' class.
*
*
* @generated
* @ordered
*/
int UPDATE_BINARY_RESOURCE_ACTION_OPERATION_COUNT = UPDATE_RESOURCE_ACTION_OPERATION_COUNT + 0;
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.Rule Rule}'.
*
*
* @return the meta object for class 'Rule'.
* @see org.nasdanika.models.rules.Rule
* @generated
*/
EClass getRule();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.models.rules.Rule#isSuppress Suppress}'.
*
*
* @return the meta object for the attribute 'Suppress'.
* @see org.nasdanika.models.rules.Rule#isSuppress()
* @see #getRule()
* @generated
*/
EAttribute getRule_Suppress();
/**
* Returns the meta object for the reference '{@link org.nasdanika.models.rules.Rule#getSeverity Severity}'.
*
*
* @return the meta object for the reference 'Severity'.
* @see org.nasdanika.models.rules.Rule#getSeverity()
* @see #getRule()
* @generated
*/
EReference getRule_Severity();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.models.rules.Rule#getActions Actions}'.
*
*
* @return the meta object for the containment reference list 'Actions'.
* @see org.nasdanika.models.rules.Rule#getActions()
* @see #getRule()
* @generated
*/
EReference getRule_Actions();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.RuleSet Rule Set}'.
*
*
* @return the meta object for class 'Rule Set'.
* @see org.nasdanika.models.rules.RuleSet
* @generated
*/
EClass getRuleSet();
/**
* Returns the meta object for the reference list '{@link org.nasdanika.models.rules.RuleSet#getExtends Extends}'.
*
*
* @return the meta object for the reference list 'Extends'.
* @see org.nasdanika.models.rules.RuleSet#getExtends()
* @see #getRuleSet()
* @generated
*/
EReference getRuleSet_Extends();
/**
* Returns the meta object for the reference list '{@link org.nasdanika.models.rules.RuleSet#getExtensions Extensions}'.
*
*
* @return the meta object for the reference list 'Extensions'.
* @see org.nasdanika.models.rules.RuleSet#getExtensions()
* @see #getRuleSet()
* @generated
*/
EReference getRuleSet_Extensions();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.models.rules.RuleSet#getRules Rules}'.
*
*
* @return the meta object for the containment reference list 'Rules'.
* @see org.nasdanika.models.rules.RuleSet#getRules()
* @see #getRuleSet()
* @generated
*/
EReference getRuleSet_Rules();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.models.rules.RuleSet#getSeverities Severities}'.
*
*
* @return the meta object for the containment reference list 'Severities'.
* @see org.nasdanika.models.rules.RuleSet#getSeverities()
* @see #getRuleSet()
* @generated
*/
EReference getRuleSet_Severities();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.Violation Violation}'.
*
*
* @return the meta object for class 'Violation'.
* @see org.nasdanika.models.rules.Violation
* @generated
*/
EClass getViolation();
/**
* Returns the meta object for the reference list '{@link org.nasdanika.models.rules.Violation#getWaivers Waivers}'.
*
*
* @return the meta object for the reference list 'Waivers'.
* @see org.nasdanika.models.rules.Violation#getWaivers()
* @see #getViolation()
* @generated
*/
EReference getViolation_Waivers();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.models.rules.Violation#getActions Actions}'.
*
*
* @return the meta object for the containment reference list 'Actions'.
* @see org.nasdanika.models.rules.Violation#getActions()
* @see #getViolation()
* @generated
*/
EReference getViolation_Actions();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.Failure Failure}'.
*
*
* @return the meta object for class 'Failure'.
* @see org.nasdanika.models.rules.Failure
* @generated
*/
EClass getFailure();
/**
* Returns the meta object for the containment reference '{@link org.nasdanika.models.rules.Failure#getCause Cause}'.
*
*
* @return the meta object for the containment reference 'Cause'.
* @see org.nasdanika.models.rules.Failure#getCause()
* @see #getFailure()
* @generated
*/
EReference getFailure_Cause();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.Waiver Waiver}'.
*
*
* @return the meta object for class 'Waiver'.
* @see org.nasdanika.models.rules.Waiver
* @generated
*/
EClass getWaiver();
/**
* Returns the meta object for the reference list '{@link org.nasdanika.models.rules.Waiver#getViolations Violations}'.
*
*
* @return the meta object for the reference list 'Violations'.
* @see org.nasdanika.models.rules.Waiver#getViolations()
* @see #getWaiver()
* @generated
*/
EReference getWaiver_Violations();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.Inspectable Inspectable}'.
*
*
* @return the meta object for class 'Inspectable'.
* @see org.nasdanika.models.rules.Inspectable
* @generated
*/
EClass getInspectable();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.models.rules.Inspectable#getInspectionResults Inspection Results}'.
*
*
* @return the meta object for the containment reference list 'Inspection Results'.
* @see org.nasdanika.models.rules.Inspectable#getInspectionResults()
* @see #getInspectable()
* @generated
*/
EReference getInspectable_InspectionResults();
/**
* Returns the meta object for the containment reference list '{@link org.nasdanika.models.rules.Inspectable#getWaivers Waivers}'.
*
*
* @return the meta object for the containment reference list 'Waivers'.
* @see org.nasdanika.models.rules.Inspectable#getWaivers()
* @see #getInspectable()
* @generated
*/
EReference getInspectable_Waivers();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.InspectionResult Inspection Result}'.
*
*
* @return the meta object for class 'Inspection Result'.
* @see org.nasdanika.models.rules.InspectionResult
* @generated
*/
EClass getInspectionResult();
/**
* Returns the meta object for the reference '{@link org.nasdanika.models.rules.InspectionResult#getRule Rule}'.
*
*
* @return the meta object for the reference 'Rule'.
* @see org.nasdanika.models.rules.InspectionResult#getRule()
* @see #getInspectionResult()
* @generated
*/
EReference getInspectionResult_Rule();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.Severity Severity}'.
*
*
* @return the meta object for class 'Severity'.
* @see org.nasdanika.models.rules.Severity
* @generated
*/
EClass getSeverity();
/**
* Returns the meta object for the reference list '{@link org.nasdanika.models.rules.Severity#getRules Rules}'.
*
*
* @return the meta object for the reference list 'Rules'.
* @see org.nasdanika.models.rules.Severity#getRules()
* @see #getSeverity()
* @generated
*/
EReference getSeverity_Rules();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.Action Action}'.
*
*
* @return the meta object for class 'Action'.
* @see org.nasdanika.models.rules.Action
* @generated
*/
EClass getAction();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.ResourceAction Resource Action}'.
*
*
* @return the meta object for class 'Resource Action'.
* @see org.nasdanika.models.rules.ResourceAction
* @generated
*/
EClass getResourceAction();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.models.rules.ResourceAction#getResourceIdentifier Resource Identifier}'.
*
*
* @return the meta object for the attribute 'Resource Identifier'.
* @see org.nasdanika.models.rules.ResourceAction#getResourceIdentifier()
* @see #getResourceAction()
* @generated
*/
EAttribute getResourceAction_ResourceIdentifier();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.TextResourceAction Text Resource Action}'.
*
*
* @return the meta object for class 'Text Resource Action'.
* @see org.nasdanika.models.rules.TextResourceAction
* @generated
*/
EClass getTextResourceAction();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.models.rules.TextResourceAction#getContent Content}'.
*
*
* @return the meta object for the attribute 'Content'.
* @see org.nasdanika.models.rules.TextResourceAction#getContent()
* @see #getTextResourceAction()
* @generated
*/
EAttribute getTextResourceAction_Content();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.BinaryResourceAction Binary Resource Action}'.
*
*
* @return the meta object for class 'Binary Resource Action'.
* @see org.nasdanika.models.rules.BinaryResourceAction
* @generated
*/
EClass getBinaryResourceAction();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.models.rules.BinaryResourceAction#getContent Content}'.
*
*
* @return the meta object for the attribute 'Content'.
* @see org.nasdanika.models.rules.BinaryResourceAction#getContent()
* @see #getBinaryResourceAction()
* @generated
*/
EAttribute getBinaryResourceAction_Content();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.CreateResourceAction Create Resource Action}'.
*
*
* @return the meta object for class 'Create Resource Action'.
* @see org.nasdanika.models.rules.CreateResourceAction
* @generated
*/
EClass getCreateResourceAction();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.CreateTextResourceAction Create Text Resource Action}'.
*
*
* @return the meta object for class 'Create Text Resource Action'.
* @see org.nasdanika.models.rules.CreateTextResourceAction
* @generated
*/
EClass getCreateTextResourceAction();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.CreateBinaryResourceAction Create Binary Resource Action}'.
*
*
* @return the meta object for class 'Create Binary Resource Action'.
* @see org.nasdanika.models.rules.CreateBinaryResourceAction
* @generated
*/
EClass getCreateBinaryResourceAction();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.DeleteResourceAction Delete Resource Action}'.
*
*
* @return the meta object for class 'Delete Resource Action'.
* @see org.nasdanika.models.rules.DeleteResourceAction
* @generated
*/
EClass getDeleteResourceAction();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.MoveResourceAction Move Resource Action}'.
*
*
* @return the meta object for class 'Move Resource Action'.
* @see org.nasdanika.models.rules.MoveResourceAction
* @generated
*/
EClass getMoveResourceAction();
/**
* Returns the meta object for the attribute '{@link org.nasdanika.models.rules.MoveResourceAction#getNewIdentifier New Identifier}'.
*
*
* @return the meta object for the attribute 'New Identifier'.
* @see org.nasdanika.models.rules.MoveResourceAction#getNewIdentifier()
* @see #getMoveResourceAction()
* @generated
*/
EAttribute getMoveResourceAction_NewIdentifier();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.UpdateResourceAction Update Resource Action}'.
*
*
* @return the meta object for class 'Update Resource Action'.
* @see org.nasdanika.models.rules.UpdateResourceAction
* @generated
*/
EClass getUpdateResourceAction();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.UpdateTextResourceAction Update Text Resource Action}'.
*
*
* @return the meta object for class 'Update Text Resource Action'.
* @see org.nasdanika.models.rules.UpdateTextResourceAction
* @generated
*/
EClass getUpdateTextResourceAction();
/**
* Returns the meta object for class '{@link org.nasdanika.models.rules.UpdateBinaryResourceAction Update Binary Resource Action}'.
*
*
* @return the meta object for class 'Update Binary Resource Action'.
* @see org.nasdanika.models.rules.UpdateBinaryResourceAction
* @generated
*/
EClass getUpdateBinaryResourceAction();
/**
* Returns the factory that creates the instances of the model.
*
*
* @return the factory that creates the instances of the model.
* @generated
*/
RulesFactory getRulesFactory();
/**
*
* 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
*
*
* @generated
*/
interface Literals {
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.RuleImpl Rule}' class.
*
*
* @see org.nasdanika.models.rules.impl.RuleImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getRule()
* @generated
*/
EClass RULE = eINSTANCE.getRule();
/**
* The meta object literal for the 'Suppress' attribute feature.
*
*
* @generated
*/
EAttribute RULE__SUPPRESS = eINSTANCE.getRule_Suppress();
/**
* The meta object literal for the 'Severity' reference feature.
*
*
* @generated
*/
EReference RULE__SEVERITY = eINSTANCE.getRule_Severity();
/**
* The meta object literal for the 'Actions' containment reference list feature.
*
*
* @generated
*/
EReference RULE__ACTIONS = eINSTANCE.getRule_Actions();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.RuleSetImpl Rule Set}' class.
*
*
* @see org.nasdanika.models.rules.impl.RuleSetImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getRuleSet()
* @generated
*/
EClass RULE_SET = eINSTANCE.getRuleSet();
/**
* The meta object literal for the 'Extends' reference list feature.
*
*
* @generated
*/
EReference RULE_SET__EXTENDS = eINSTANCE.getRuleSet_Extends();
/**
* The meta object literal for the 'Extensions' reference list feature.
*
*
* @generated
*/
EReference RULE_SET__EXTENSIONS = eINSTANCE.getRuleSet_Extensions();
/**
* The meta object literal for the 'Rules' containment reference list feature.
*
*
* @generated
*/
EReference RULE_SET__RULES = eINSTANCE.getRuleSet_Rules();
/**
* The meta object literal for the 'Severities' containment reference list feature.
*
*
* @generated
*/
EReference RULE_SET__SEVERITIES = eINSTANCE.getRuleSet_Severities();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.ViolationImpl Violation}' class.
*
*
* @see org.nasdanika.models.rules.impl.ViolationImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getViolation()
* @generated
*/
EClass VIOLATION = eINSTANCE.getViolation();
/**
* The meta object literal for the 'Waivers' reference list feature.
*
*
* @generated
*/
EReference VIOLATION__WAIVERS = eINSTANCE.getViolation_Waivers();
/**
* The meta object literal for the 'Actions' containment reference list feature.
*
*
* @generated
*/
EReference VIOLATION__ACTIONS = eINSTANCE.getViolation_Actions();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.FailureImpl Failure}' class.
*
*
* @see org.nasdanika.models.rules.impl.FailureImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getFailure()
* @generated
*/
EClass FAILURE = eINSTANCE.getFailure();
/**
* The meta object literal for the 'Cause' containment reference feature.
*
*
* @generated
*/
EReference FAILURE__CAUSE = eINSTANCE.getFailure_Cause();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.WaiverImpl Waiver}' class.
*
*
* @see org.nasdanika.models.rules.impl.WaiverImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getWaiver()
* @generated
*/
EClass WAIVER = eINSTANCE.getWaiver();
/**
* The meta object literal for the 'Violations' reference list feature.
*
*
* @generated
*/
EReference WAIVER__VIOLATIONS = eINSTANCE.getWaiver_Violations();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.InspectableImpl Inspectable}' class.
*
*
* @see org.nasdanika.models.rules.impl.InspectableImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getInspectable()
* @generated
*/
EClass INSPECTABLE = eINSTANCE.getInspectable();
/**
* The meta object literal for the 'Inspection Results' containment reference list feature.
*
*
* @generated
*/
EReference INSPECTABLE__INSPECTION_RESULTS = eINSTANCE.getInspectable_InspectionResults();
/**
* The meta object literal for the 'Waivers' containment reference list feature.
*
*
* @generated
*/
EReference INSPECTABLE__WAIVERS = eINSTANCE.getInspectable_Waivers();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.InspectionResultImpl Inspection Result}' class.
*
*
* @see org.nasdanika.models.rules.impl.InspectionResultImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getInspectionResult()
* @generated
*/
EClass INSPECTION_RESULT = eINSTANCE.getInspectionResult();
/**
* The meta object literal for the 'Rule' reference feature.
*
*
* @generated
*/
EReference INSPECTION_RESULT__RULE = eINSTANCE.getInspectionResult_Rule();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.SeverityImpl Severity}' class.
*
*
* @see org.nasdanika.models.rules.impl.SeverityImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getSeverity()
* @generated
*/
EClass SEVERITY = eINSTANCE.getSeverity();
/**
* The meta object literal for the 'Rules' reference list feature.
*
*
* @generated
*/
EReference SEVERITY__RULES = eINSTANCE.getSeverity_Rules();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.ActionImpl Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.ActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getAction()
* @generated
*/
EClass ACTION = eINSTANCE.getAction();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.ResourceActionImpl Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.ResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getResourceAction()
* @generated
*/
EClass RESOURCE_ACTION = eINSTANCE.getResourceAction();
/**
* The meta object literal for the 'Resource Identifier' attribute feature.
*
*
* @generated
*/
EAttribute RESOURCE_ACTION__RESOURCE_IDENTIFIER = eINSTANCE.getResourceAction_ResourceIdentifier();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.TextResourceActionImpl Text Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.TextResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getTextResourceAction()
* @generated
*/
EClass TEXT_RESOURCE_ACTION = eINSTANCE.getTextResourceAction();
/**
* The meta object literal for the 'Content' attribute feature.
*
*
* @generated
*/
EAttribute TEXT_RESOURCE_ACTION__CONTENT = eINSTANCE.getTextResourceAction_Content();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.BinaryResourceActionImpl Binary Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.BinaryResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getBinaryResourceAction()
* @generated
*/
EClass BINARY_RESOURCE_ACTION = eINSTANCE.getBinaryResourceAction();
/**
* The meta object literal for the 'Content' attribute feature.
*
*
* @generated
*/
EAttribute BINARY_RESOURCE_ACTION__CONTENT = eINSTANCE.getBinaryResourceAction_Content();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.CreateResourceActionImpl Create Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.CreateResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getCreateResourceAction()
* @generated
*/
EClass CREATE_RESOURCE_ACTION = eINSTANCE.getCreateResourceAction();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.CreateTextResourceActionImpl Create Text Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.CreateTextResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getCreateTextResourceAction()
* @generated
*/
EClass CREATE_TEXT_RESOURCE_ACTION = eINSTANCE.getCreateTextResourceAction();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.CreateBinaryResourceActionImpl Create Binary Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.CreateBinaryResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getCreateBinaryResourceAction()
* @generated
*/
EClass CREATE_BINARY_RESOURCE_ACTION = eINSTANCE.getCreateBinaryResourceAction();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.DeleteResourceActionImpl Delete Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.DeleteResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getDeleteResourceAction()
* @generated
*/
EClass DELETE_RESOURCE_ACTION = eINSTANCE.getDeleteResourceAction();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.MoveResourceActionImpl Move Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.MoveResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getMoveResourceAction()
* @generated
*/
EClass MOVE_RESOURCE_ACTION = eINSTANCE.getMoveResourceAction();
/**
* The meta object literal for the 'New Identifier' attribute feature.
*
*
* @generated
*/
EAttribute MOVE_RESOURCE_ACTION__NEW_IDENTIFIER = eINSTANCE.getMoveResourceAction_NewIdentifier();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.UpdateResourceActionImpl Update Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.UpdateResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getUpdateResourceAction()
* @generated
*/
EClass UPDATE_RESOURCE_ACTION = eINSTANCE.getUpdateResourceAction();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.UpdateTextResourceActionImpl Update Text Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.UpdateTextResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getUpdateTextResourceAction()
* @generated
*/
EClass UPDATE_TEXT_RESOURCE_ACTION = eINSTANCE.getUpdateTextResourceAction();
/**
* The meta object literal for the '{@link org.nasdanika.models.rules.impl.UpdateBinaryResourceActionImpl Update Binary Resource Action}' class.
*
*
* @see org.nasdanika.models.rules.impl.UpdateBinaryResourceActionImpl
* @see org.nasdanika.models.rules.impl.RulesPackageImpl#getUpdateBinaryResourceAction()
* @generated
*/
EClass UPDATE_BINARY_RESOURCE_ACTION = eINSTANCE.getUpdateBinaryResourceAction();
}
} //RulesPackage