├── KNOWN_ISSUES.md ├── LICENSE ├── README.md ├── examples └── org.ifml.sample │ ├── .project │ ├── models │ ├── model.uml │ └── movies.core │ └── representations.aird ├── packaging ├── org.ifml.editor.feature │ ├── .project │ ├── build.properties │ └── feature.xml └── org.ifml.editor.update │ ├── .project │ ├── artifacts.jar │ ├── associateSites.xml │ ├── content.jar │ ├── features │ └── org.ifml.editor.feature_1.0.0.201412021412.jar │ ├── plugins │ ├── IFMLEditor.edit_1.0.0.201412021412.jar │ ├── IFMLEditor.editor_1.0.0.201412021412.jar │ ├── IFMLEditorDesign_1.0.0.jar │ └── IFMLEditor_1.0.0.201412021412.jar │ └── site.xml └── plugins ├── IFMLEditor.edit ├── .classpath ├── .gitignore ├── .project ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── build.xml ├── icons │ └── full │ │ ├── ctool16 │ │ ├── CreateContext_contextDimensions_ContextDimension.gif │ │ ├── CreateContext_contextDimensions_Device.gif │ │ ├── CreateContext_contextDimensions_Position.gif │ │ ├── CreateContext_contextDimensions_UserRole.gif │ │ ├── CreateContext_contextVariables_ContextVariable.gif │ │ ├── CreateContext_contextVariables_DataContextVariable.gif │ │ ├── CreateContext_contextVariables_SimpleContextVariable.gif │ │ ├── CreateDataBinding_conditionalExpression_ConditionalExpression.gif │ │ ├── CreateDataBinding_visualizationAttribute_VisualizationAttribute.gif │ │ ├── CreateDomainModel_domainElements_BehaviorConcept.gif │ │ ├── CreateDomainModel_domainElements_BehavioralFeatureConcept.gif │ │ ├── CreateDomainModel_domainElements_DomainConcept.gif │ │ ├── CreateDomainModel_domainElements_DomainElement.gif │ │ ├── CreateDomainModel_domainElements_FeatureConcept.gif │ │ ├── CreateDomainModel_domainElements_UMLBehavior.gif │ │ ├── CreateDomainModel_domainElements_UMLBehavioralFeature.gif │ │ ├── CreateDomainModel_domainElements_UMLDomainConcept.gif │ │ ├── CreateDomainModel_domainElements_UMLStructuralFeature.gif │ │ ├── CreateElement_annotations_Annotation.gif │ │ ├── CreateElement_constraints_Constraint.gif │ │ ├── CreateElement_constraints_ValidationRule.gif │ │ ├── CreateEvent_interactionFlowExpression_InteractionFlowExpression.gif │ │ ├── CreateIFMLAction_actionEvents_ActionEvent.gif │ │ ├── CreateIFMLModel_domainModel_DomainModel.gif │ │ ├── CreateIFMLModel_interactionFlowModelViewpoint_Viewpoint.gif │ │ ├── CreateIFMLModel_interactionFlowModel_InteractionFlowModel.gif │ │ ├── CreateInteractionFlowElement_outInteractionFlows_DataFlow.gif │ │ ├── CreateInteractionFlowElement_outInteractionFlows_NavigationFlow.gif │ │ ├── CreateInteractionFlowElement_parameters_IFMLParameter.gif │ │ ├── CreateInteractionFlowElement_parameters_IFMLSlot.gif │ │ ├── CreateInteractionFlowElement_parameters_SelectionField.gif │ │ ├── CreateInteractionFlowElement_parameters_SimpleField.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ActionEvent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ActivationExpression.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_BooleanExpression.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_CatchingEvent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ConditionalExpression.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_Constraint.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_DataBinding.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_DataFlow.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_Details.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_DynamicBehavior.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_Event.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_Form.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_IFMLAction.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_IFMLMenu.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_IFMLModule.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_IFMLParameter.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_IFMLPort.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_IFMLSlot.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_IFMLWindow.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_InteractionFlowExpression.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_JumpEvent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_LandingEvent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_List.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ModularizationElement.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ModuleDefinition.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ModulePackage.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_NavigationFlow.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_OnLoadEvent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_OnSelectEvent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_OnSubmitEvent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ParameterBinding.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ParameterBindingGroup.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_PortDefinition.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_SelectionField.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_SetContextEvent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_SimpleField.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_SystemEvent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ThrowingEvent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ValidationRule.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ViewComponent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ViewComponentPart.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ViewContainer.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ViewElement.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_ViewElementEvent.gif │ │ ├── CreateInteractionFlowModel_interactionFlowModelElements_VisualizationAttribute.gif │ │ ├── CreateInteractionFlow_parameterBindingGroup_ParameterBindingGroup.gif │ │ ├── CreateList_selectEvent_OnSelectEvent.gif │ │ ├── CreateModuleDefinition_inputPorts_PortDefinition.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ActionEvent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ActivationExpression.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_BooleanExpression.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_CatchingEvent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ConditionalExpression.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_Constraint.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_DataBinding.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_DataFlow.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_Details.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_DynamicBehavior.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_Event.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_Form.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_IFMLAction.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_IFMLMenu.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_IFMLModule.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_IFMLParameter.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_IFMLPort.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_IFMLSlot.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_IFMLWindow.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_InteractionFlowExpression.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_JumpEvent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_LandingEvent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_List.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ModularizationElement.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ModuleDefinition.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ModulePackage.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_NavigationFlow.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_OnLoadEvent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_OnSelectEvent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_OnSubmitEvent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ParameterBinding.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ParameterBindingGroup.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_PortDefinition.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_SelectionField.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_SetContextEvent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_SimpleField.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_SystemEvent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ThrowingEvent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ValidationRule.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ViewComponent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ViewComponentPart.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ViewContainer.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ViewElement.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_ViewElementEvent.gif │ │ ├── CreateModuleDefinition_interactionFlowModelElement_VisualizationAttribute.gif │ │ ├── CreateModuleDefinition_outputPorts_PortDefinition.gif │ │ ├── CreateModulePackage_modularizationElements_ModularizationElement.gif │ │ ├── CreateModulePackage_modularizationElements_ModuleDefinition.gif │ │ ├── CreateModulePackage_modularizationElements_ModulePackage.gif │ │ ├── CreateParameterBindingGroup_parameterBindings_ParameterBinding.gif │ │ ├── CreateSystemEvent_triggeringExpressions_ActivationExpression.gif │ │ ├── CreateSystemEvent_triggeringExpressions_BooleanExpression.gif │ │ ├── CreateSystemEvent_triggeringExpressions_ConditionalExpression.gif │ │ ├── CreateSystemEvent_triggeringExpressions_Constraint.gif │ │ ├── CreateSystemEvent_triggeringExpressions_InteractionFlowExpression.gif │ │ ├── CreateSystemEvent_triggeringExpressions_ValidationRule.gif │ │ ├── CreateViewComponentPart_subViewComponentParts_ConditionalExpression.gif │ │ ├── CreateViewComponentPart_subViewComponentParts_DataBinding.gif │ │ ├── CreateViewComponentPart_subViewComponentParts_DynamicBehavior.gif │ │ ├── CreateViewComponentPart_subViewComponentParts_IFMLSlot.gif │ │ ├── CreateViewComponentPart_subViewComponentParts_SelectionField.gif │ │ ├── CreateViewComponentPart_subViewComponentParts_SimpleField.gif │ │ ├── CreateViewComponentPart_subViewComponentParts_ViewComponentPart.gif │ │ ├── CreateViewComponentPart_subViewComponentParts_VisualizationAttribute.gif │ │ ├── CreateViewComponentPart_viewElementEvents_OnSelectEvent.gif │ │ ├── CreateViewComponentPart_viewElementEvents_OnSubmitEvent.gif │ │ ├── CreateViewComponentPart_viewElementEvents_ViewElementEvent.gif │ │ ├── CreateViewComponent_viewComponentParts_ConditionalExpression.gif │ │ ├── CreateViewComponent_viewComponentParts_DataBinding.gif │ │ ├── CreateViewComponent_viewComponentParts_DynamicBehavior.gif │ │ ├── CreateViewComponent_viewComponentParts_IFMLSlot.gif │ │ ├── CreateViewComponent_viewComponentParts_SelectionField.gif │ │ ├── CreateViewComponent_viewComponentParts_SimpleField.gif │ │ ├── CreateViewComponent_viewComponentParts_ViewComponentPart.gif │ │ ├── CreateViewComponent_viewComponentParts_VisualizationAttribute.gif │ │ ├── CreateViewContainer_actions_IFMLAction.gif │ │ ├── CreateViewContainer_viewElements_Details.gif │ │ ├── CreateViewContainer_viewElements_Form.gif │ │ ├── CreateViewContainer_viewElements_IFMLMenu.gif │ │ ├── CreateViewContainer_viewElements_IFMLWindow.gif │ │ ├── CreateViewContainer_viewElements_List.gif │ │ ├── CreateViewContainer_viewElements_ViewComponent.gif │ │ ├── CreateViewContainer_viewElements_ViewContainer.gif │ │ ├── CreateViewContainer_viewElements_ViewElement.gif │ │ ├── CreateViewElement_viewElementEvents_OnSelectEvent.gif │ │ ├── CreateViewElement_viewElementEvents_OnSubmitEvent.gif │ │ └── CreateViewElement_viewElementEvents_ViewElementEvent.gif │ │ └── obj16 │ │ ├── ActionEvent.gif │ │ ├── ActivationExpression.gif │ │ ├── ActivityConcept.gif │ │ ├── Annotation.gif │ │ ├── BPMNActivityConcept.gif │ │ ├── BehaviorConcept.gif │ │ ├── BehavioralFeatureConcept.gif │ │ ├── BooleanExpression.gif │ │ ├── CatchingEvent.gif │ │ ├── ConditionalExpression.gif │ │ ├── Constraint.gif │ │ ├── Context.gif │ │ ├── ContextDimension.gif │ │ ├── ContextVariable.gif │ │ ├── DataBinding.gif │ │ ├── DataContextVariable.gif │ │ ├── DataFlow.gif │ │ ├── Details.gif │ │ ├── Device.gif │ │ ├── DomainConcept.gif │ │ ├── DomainElement.gif │ │ ├── DomainModel.gif │ │ ├── DynamicBehavior.gif │ │ ├── Event.gif │ │ ├── FeatureConcept.gif │ │ ├── Form.gif │ │ ├── IFMLAction.gif │ │ ├── IFMLMenu.gif │ │ ├── IFMLModel.gif │ │ ├── IFMLModule.gif │ │ ├── IFMLParameter.gif │ │ ├── IFMLPort.gif │ │ ├── IFMLSlot.gif │ │ ├── IFMLWindow.gif │ │ ├── InteractionFlowExpression.gif │ │ ├── InteractionFlowModel.gif │ │ ├── JumpEvent.gif │ │ ├── LandingEvent.gif │ │ ├── List.gif │ │ ├── ModularizationElement.gif │ │ ├── ModuleDefinition.gif │ │ ├── ModulePackage.gif │ │ ├── NavigationFlow.gif │ │ ├── OnLoadEvent.gif │ │ ├── OnSelectEvent.gif │ │ ├── OnSubmitEvent.gif │ │ ├── ParameterBinding.gif │ │ ├── ParameterBindingGroup.gif │ │ ├── PortDefinition.gif │ │ ├── Position.gif │ │ ├── SelectionField.gif │ │ ├── SetContextEvent.gif │ │ ├── SimpleContextVariable.gif │ │ ├── SimpleField.gif │ │ ├── SystemEvent.gif │ │ ├── ThrowingEvent.gif │ │ ├── UMLBehavior.gif │ │ ├── UMLBehavioralFeature.gif │ │ ├── UMLDomainConcept.gif │ │ ├── UMLStructuralFeature.gif │ │ ├── UserRole.gif │ │ ├── ValidationRule.gif │ │ ├── ViewComponent.gif │ │ ├── ViewComponentPart.gif │ │ ├── ViewContainer.gif │ │ ├── ViewElement.gif │ │ ├── ViewElementEvent.gif │ │ ├── Viewpoint.gif │ │ └── VisualizationAttribute.gif ├── javaCompiler...args ├── plugin.properties ├── plugin.xml └── src │ └── IFML │ ├── Core │ └── provider │ │ ├── ActionEventItemProvider.java │ │ ├── ActivationExpressionItemProvider.java │ │ ├── ActivityConceptItemProvider.java │ │ ├── AnnotationItemProvider.java │ │ ├── BPMNActivityConceptItemProvider.java │ │ ├── BehaviorConceptItemProvider.java │ │ ├── BehavioralFeatureConceptItemProvider.java │ │ ├── BooleanExpressionItemProvider.java │ │ ├── CatchingEventItemProvider.java │ │ ├── ConditionalExpressionItemProvider.java │ │ ├── ConstraintItemProvider.java │ │ ├── ContentBindingItemProvider.java │ │ ├── ContextDimensionItemProvider.java │ │ ├── ContextItemProvider.java │ │ ├── ContextVariableItemProvider.java │ │ ├── CoreItemProviderAdapterFactory.java │ │ ├── DataBindingItemProvider.java │ │ ├── DataContextVariableItemProvider.java │ │ ├── DataFlowItemProvider.java │ │ ├── DomainConceptItemProvider.java │ │ ├── DomainElementItemProvider.java │ │ ├── DomainModelItemProvider.java │ │ ├── DynamicBehaviorItemProvider.java │ │ ├── ElementItemProvider.java │ │ ├── EventItemProvider.java │ │ ├── ExpressionItemProvider.java │ │ ├── FeatureConceptItemProvider.java │ │ ├── IFMLActionItemProvider.java │ │ ├── IFMLModelItemProvider.java │ │ ├── IFMLModuleItemProvider.java │ │ ├── IFMLParameterItemProvider.java │ │ ├── IFMLPortItemProvider.java │ │ ├── InteractionFlowElementItemProvider.java │ │ ├── InteractionFlowExpressionItemProvider.java │ │ ├── InteractionFlowItemProvider.java │ │ ├── InteractionFlowModelElementItemProvider.java │ │ ├── InteractionFlowModelItemProvider.java │ │ ├── ModularizationElementItemProvider.java │ │ ├── ModuleDefinitionItemProvider.java │ │ ├── ModulePackageItemProvider.java │ │ ├── NamedElementItemProvider.java │ │ ├── NavigationFlowItemProvider.java │ │ ├── ParameterBindingGroupItemProvider.java │ │ ├── ParameterBindingItemProvider.java │ │ ├── PortDefinitionItemProvider.java │ │ ├── SimpleContextVariableItemProvider.java │ │ ├── SystemEventItemProvider.java │ │ ├── ThrowingEventItemProvider.java │ │ ├── UMLBehaviorItemProvider.java │ │ ├── UMLBehavioralFeatureItemProvider.java │ │ ├── UMLDomainConceptItemProvider.java │ │ ├── UMLStructuralFeatureItemProvider.java │ │ ├── ViewComponentItemProvider.java │ │ ├── ViewComponentPartItemProvider.java │ │ ├── ViewContainerItemProvider.java │ │ ├── ViewElementEventItemProvider.java │ │ ├── ViewElementItemProvider.java │ │ ├── ViewpointItemProvider.java │ │ └── VisualizationAttributeItemProvider.java │ ├── DataTypes │ └── provider │ │ └── IFMLMetamodelEditPlugin.java │ └── Extensions │ └── provider │ ├── DetailsItemProvider.java │ ├── DeviceItemProvider.java │ ├── ExtensionsItemProviderAdapterFactory.java │ ├── FieldItemProvider.java │ ├── FormItemProvider.java │ ├── IFMLMenuItemProvider.java │ ├── IFMLSlotItemProvider.java │ ├── IFMLWindowItemProvider.java │ ├── JumpEventItemProvider.java │ ├── LandingEventItemProvider.java │ ├── ListItemProvider.java │ ├── OnLoadEventItemProvider.java │ ├── OnSelectEventItemProvider.java │ ├── OnSubmitEventItemProvider.java │ ├── PositionItemProvider.java │ ├── SelectionFieldItemProvider.java │ ├── SetContextEventItemProvider.java │ ├── SimpleFieldItemProvider.java │ ├── UserRoleItemProvider.java │ └── ValidationRuleItemProvider.java ├── IFMLEditor.editor ├── .classpath ├── .gitignore ├── .project ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── build.xml ├── icons │ └── full │ │ ├── obj16 │ │ ├── CoreModelFile.gif │ │ └── ExtensionsModelFile.gif │ │ └── wizban │ │ ├── NewCore.gif │ │ └── NewExtensions.gif ├── javaCompiler...args ├── plugin.properties ├── plugin.xml └── src │ └── IFML │ ├── Core │ └── presentation │ │ ├── CoreActionBarContributor.java │ │ ├── CoreEditor.java │ │ └── CoreModelWizard.java │ ├── DataTypes │ └── presentation │ │ └── IFMLMetamodelEditorPlugin.java │ └── Extensions │ └── presentation │ ├── ExtensionsActionBarContributor.java │ ├── ExtensionsEditor.java │ └── ExtensionsModelWizard.java ├── IFMLEditor ├── .classpath ├── .gitignore ├── .project ├── META-INF │ └── MANIFEST.MF ├── build.properties ├── build.xml ├── javaCompiler...args ├── model │ ├── IFML-Metamodel.ecore │ └── IFML-Metamodel.genmodel ├── plugin.properties ├── plugin.xml ├── src │ └── IFML │ │ ├── Core │ │ ├── ActionEvent.java │ │ ├── ActivationExpression.java │ │ ├── ActivityConcept.java │ │ ├── Annotation.java │ │ ├── BPMNActivityConcept.java │ │ ├── BehaviorConcept.java │ │ ├── BehavioralFeatureConcept.java │ │ ├── BooleanExpression.java │ │ ├── CatchingEvent.java │ │ ├── ConditionalExpression.java │ │ ├── Constraint.java │ │ ├── ContentBinding.java │ │ ├── Context.java │ │ ├── ContextDimension.java │ │ ├── ContextVariable.java │ │ ├── CoreFactory.java │ │ ├── CorePackage.java │ │ ├── DataBinding.java │ │ ├── DataContextVariable.java │ │ ├── DataFlow.java │ │ ├── DomainConcept.java │ │ ├── DomainElement.java │ │ ├── DomainModel.java │ │ ├── DynamicBehavior.java │ │ ├── Element.java │ │ ├── Event.java │ │ ├── Expression.java │ │ ├── FeatureConcept.java │ │ ├── IFMLAction.java │ │ ├── IFMLModel.java │ │ ├── IFMLModule.java │ │ ├── IFMLParameter.java │ │ ├── IFMLPort.java │ │ ├── InteractionFlow.java │ │ ├── InteractionFlowElement.java │ │ ├── InteractionFlowExpression.java │ │ ├── InteractionFlowModel.java │ │ ├── InteractionFlowModelElement.java │ │ ├── ModularizationElement.java │ │ ├── ModuleDefinition.java │ │ ├── ModulePackage.java │ │ ├── NamedElement.java │ │ ├── NavigationFlow.java │ │ ├── ParameterBinding.java │ │ ├── ParameterBindingGroup.java │ │ ├── PortDefinition.java │ │ ├── SimpleContextVariable.java │ │ ├── SystemEvent.java │ │ ├── ThrowingEvent.java │ │ ├── UMLBehavior.java │ │ ├── UMLBehavioralFeature.java │ │ ├── UMLDomainConcept.java │ │ ├── UMLStructuralFeature.java │ │ ├── ViewComponent.java │ │ ├── ViewComponentPart.java │ │ ├── ViewContainer.java │ │ ├── ViewElement.java │ │ ├── ViewElementEvent.java │ │ ├── Viewpoint.java │ │ ├── VisualizationAttribute.java │ │ ├── impl │ │ │ ├── ActionEventImpl.java │ │ │ ├── ActivationExpressionImpl.java │ │ │ ├── ActivityConceptImpl.java │ │ │ ├── AnnotationImpl.java │ │ │ ├── BPMNActivityConceptImpl.java │ │ │ ├── BehaviorConceptImpl.java │ │ │ ├── BehavioralFeatureConceptImpl.java │ │ │ ├── BooleanExpressionImpl.java │ │ │ ├── CatchingEventImpl.java │ │ │ ├── ConditionalExpressionImpl.java │ │ │ ├── ConstraintImpl.java │ │ │ ├── ContentBindingImpl.java │ │ │ ├── ContextDimensionImpl.java │ │ │ ├── ContextImpl.java │ │ │ ├── ContextVariableImpl.java │ │ │ ├── CoreFactoryImpl.java │ │ │ ├── CorePackageImpl.java │ │ │ ├── DataBindingImpl.java │ │ │ ├── DataContextVariableImpl.java │ │ │ ├── DataFlowImpl.java │ │ │ ├── DomainConceptImpl.java │ │ │ ├── DomainElementImpl.java │ │ │ ├── DomainModelImpl.java │ │ │ ├── DynamicBehaviorImpl.java │ │ │ ├── ElementImpl.java │ │ │ ├── EventImpl.java │ │ │ ├── ExpressionImpl.java │ │ │ ├── FeatureConceptImpl.java │ │ │ ├── IFMLActionImpl.java │ │ │ ├── IFMLModelImpl.java │ │ │ ├── IFMLModuleImpl.java │ │ │ ├── IFMLParameterImpl.java │ │ │ ├── IFMLPortImpl.java │ │ │ ├── InteractionFlowElementImpl.java │ │ │ ├── InteractionFlowExpressionImpl.java │ │ │ ├── InteractionFlowImpl.java │ │ │ ├── InteractionFlowModelElementImpl.java │ │ │ ├── InteractionFlowModelImpl.java │ │ │ ├── ModularizationElementImpl.java │ │ │ ├── ModuleDefinitionImpl.java │ │ │ ├── ModulePackageImpl.java │ │ │ ├── NamedElementImpl.java │ │ │ ├── NavigationFlowImpl.java │ │ │ ├── ParameterBindingGroupImpl.java │ │ │ ├── ParameterBindingImpl.java │ │ │ ├── PortDefinitionImpl.java │ │ │ ├── SimpleContextVariableImpl.java │ │ │ ├── SystemEventImpl.java │ │ │ ├── ThrowingEventImpl.java │ │ │ ├── UMLBehaviorImpl.java │ │ │ ├── UMLBehavioralFeatureImpl.java │ │ │ ├── UMLDomainConceptImpl.java │ │ │ ├── UMLStructuralFeatureImpl.java │ │ │ ├── ViewComponentImpl.java │ │ │ ├── ViewComponentPartImpl.java │ │ │ ├── ViewContainerImpl.java │ │ │ ├── ViewElementEventImpl.java │ │ │ ├── ViewElementImpl.java │ │ │ ├── ViewpointImpl.java │ │ │ └── VisualizationAttributeImpl.java │ │ ├── util │ │ │ ├── CoreAdapterFactory.java │ │ │ ├── CoreResourceFactoryImpl.java │ │ │ ├── CoreResourceImpl.java │ │ │ ├── CoreSwitch.java │ │ │ └── CoreXMLProcessor.java │ │ └── validation │ │ │ ├── ActionEventValidator.java │ │ │ ├── ActivationExpressionValidator.java │ │ │ ├── ActivityConceptValidator.java │ │ │ ├── AnnotationValidator.java │ │ │ ├── BPMNActivityConceptValidator.java │ │ │ ├── BehaviorConceptValidator.java │ │ │ ├── BehavioralFeatureConceptValidator.java │ │ │ ├── BooleanExpressionValidator.java │ │ │ ├── CatchingEventValidator.java │ │ │ ├── ConditionalExpressionValidator.java │ │ │ ├── ConstraintValidator.java │ │ │ ├── ContentBindingValidator.java │ │ │ ├── ContextDimensionValidator.java │ │ │ ├── ContextValidator.java │ │ │ ├── ContextVariableValidator.java │ │ │ ├── DataBindingValidator.java │ │ │ ├── DataContextVariableValidator.java │ │ │ ├── DataFlowValidator.java │ │ │ ├── DomainConceptValidator.java │ │ │ ├── DomainElementValidator.java │ │ │ ├── DomainModelValidator.java │ │ │ ├── DynamicBehaviorValidator.java │ │ │ ├── ElementValidator.java │ │ │ ├── EventValidator.java │ │ │ ├── ExpressionValidator.java │ │ │ ├── FeatureConceptValidator.java │ │ │ ├── IFMLActionValidator.java │ │ │ ├── IFMLModelValidator.java │ │ │ ├── IFMLModuleValidator.java │ │ │ ├── IFMLParameterValidator.java │ │ │ ├── IFMLPortValidator.java │ │ │ ├── InteractionFlowElementValidator.java │ │ │ ├── InteractionFlowExpressionValidator.java │ │ │ ├── InteractionFlowModelElementValidator.java │ │ │ ├── InteractionFlowModelValidator.java │ │ │ ├── InteractionFlowValidator.java │ │ │ ├── ModularizationElementValidator.java │ │ │ ├── ModuleDefinitionValidator.java │ │ │ ├── ModulePackageValidator.java │ │ │ ├── NamedElementValidator.java │ │ │ ├── NavigationFlowValidator.java │ │ │ ├── ParameterBindingGroupValidator.java │ │ │ ├── ParameterBindingValidator.java │ │ │ ├── PortDefinitionValidator.java │ │ │ ├── SimpleContextVariableValidator.java │ │ │ ├── SystemEventValidator.java │ │ │ ├── ThrowingEventValidator.java │ │ │ ├── UMLBehaviorValidator.java │ │ │ ├── UMLBehavioralFeatureValidator.java │ │ │ ├── UMLDomainConceptValidator.java │ │ │ ├── UMLStructuralFeatureValidator.java │ │ │ ├── ViewComponentPartValidator.java │ │ │ ├── ViewComponentValidator.java │ │ │ ├── ViewContainerValidator.java │ │ │ ├── ViewElementEventValidator.java │ │ │ ├── ViewElementValidator.java │ │ │ ├── ViewpointValidator.java │ │ │ └── VisualizationAttributeValidator.java │ │ ├── DataTypes │ │ ├── ContextVariableScope.java │ │ ├── DataTypesFactory.java │ │ ├── DataTypesPackage.java │ │ ├── Direction.java │ │ ├── SystemEventType.java │ │ └── impl │ │ │ ├── DataTypesFactoryImpl.java │ │ │ └── DataTypesPackageImpl.java │ │ └── Extensions │ │ ├── Details.java │ │ ├── Device.java │ │ ├── ExtensionsFactory.java │ │ ├── ExtensionsPackage.java │ │ ├── Field.java │ │ ├── Form.java │ │ ├── IFMLMenu.java │ │ ├── IFMLSlot.java │ │ ├── IFMLWindow.java │ │ ├── JumpEvent.java │ │ ├── LandingEvent.java │ │ ├── List.java │ │ ├── OnLoadEvent.java │ │ ├── OnSelectEvent.java │ │ ├── OnSubmitEvent.java │ │ ├── Position.java │ │ ├── SelectionField.java │ │ ├── SetContextEvent.java │ │ ├── SimpleField.java │ │ ├── UserRole.java │ │ ├── ValidationRule.java │ │ ├── impl │ │ ├── DetailsImpl.java │ │ ├── DeviceImpl.java │ │ ├── ExtensionsFactoryImpl.java │ │ ├── ExtensionsPackageImpl.java │ │ ├── FieldImpl.java │ │ ├── FormImpl.java │ │ ├── IFMLMenuImpl.java │ │ ├── IFMLSlotImpl.java │ │ ├── IFMLWindowImpl.java │ │ ├── JumpEventImpl.java │ │ ├── LandingEventImpl.java │ │ ├── ListImpl.java │ │ ├── OnLoadEventImpl.java │ │ ├── OnSelectEventImpl.java │ │ ├── OnSubmitEventImpl.java │ │ ├── PositionImpl.java │ │ ├── SelectionFieldImpl.java │ │ ├── SetContextEventImpl.java │ │ ├── SimpleFieldImpl.java │ │ ├── UserRoleImpl.java │ │ └── ValidationRuleImpl.java │ │ ├── util │ │ ├── ExtensionsAdapterFactory.java │ │ ├── ExtensionsResourceFactoryImpl.java │ │ ├── ExtensionsResourceImpl.java │ │ ├── ExtensionsSwitch.java │ │ └── ExtensionsXMLProcessor.java │ │ └── validation │ │ ├── DetailsValidator.java │ │ ├── DeviceValidator.java │ │ ├── FieldValidator.java │ │ ├── FormValidator.java │ │ ├── IFMLMenuValidator.java │ │ ├── IFMLSlotValidator.java │ │ ├── IFMLWindowValidator.java │ │ ├── JumpEventValidator.java │ │ ├── LandingEventValidator.java │ │ ├── ListValidator.java │ │ ├── OnLoadEventValidator.java │ │ ├── OnSelectEventValidator.java │ │ ├── OnSubmitEventValidator.java │ │ ├── PositionValidator.java │ │ ├── SelectionFieldValidator.java │ │ ├── SetContextEventValidator.java │ │ ├── SimpleFieldValidator.java │ │ ├── UserRoleValidator.java │ │ └── ValidationRuleValidator.java └── text │ └── description.txt └── IFMLEditorDesign ├── .DS_Store ├── .classpath ├── .gitignore ├── .project ├── .settings └── org.eclipse.core.resources.prefs ├── META-INF └── MANIFEST.MF ├── build.acceleo ├── build.properties ├── description └── IFML.odesign ├── img ├── .DS_Store ├── components │ ├── .DS_Store │ ├── Action.png │ ├── ActionEvent.png │ ├── CatchingEvent.png │ ├── JumpEvent.png │ ├── LandingEvent.png │ ├── MultiselectionEvent.png │ ├── OnLoadEvent.png │ ├── OnSelectEvent.png │ ├── OnSubmitEvent.png │ ├── SetContextEvent.png │ ├── SystemEvent.png │ ├── ThrowingEvent.png │ ├── ViewContainer.png │ └── ViewElementEvent.png ├── icons │ ├── action_event_obj.png │ ├── action_obj.png │ ├── activation_expression_obj.png │ ├── annotation_obj.png │ ├── catching_event_obj.png │ ├── classifier_obj.png │ ├── conditional_expression_obj.png │ ├── data_binding_obj.png │ ├── data_flow_obj.png │ ├── details_obj.png │ ├── dynamic_behavior_obj.png │ ├── entity_obj.png │ ├── expression_obj.png │ ├── form_obj.png │ ├── input_port_obj.png │ ├── interaction_flow_expression_obj.png │ ├── interaction_flow_model_obj.png │ ├── jump_event_obj.png │ ├── landing_event_obj.png │ ├── list_obj.png │ ├── module_definition_obj.png │ ├── module_obj.png │ ├── navigation_flow_obj.png │ ├── onload_event_obj.png │ ├── onselect_event_obj.png │ ├── onsubmit_event_obj.png │ ├── output_port_obj.png │ ├── parameter_binding_group_obj.png │ ├── parameter_binding_obj.png │ ├── parameter_obj.png │ ├── pop_up_obj.png │ ├── port_obj.png │ ├── select_event_obj.png │ ├── selection_field_obj.png │ ├── selector_obj.png │ ├── set_context_event_obj.png │ ├── simple_field_obj.png │ ├── structural_feature_obj.png │ ├── submit_event_obj.png │ ├── system_event_obj.png │ ├── throwing_event_obj.png │ ├── view_component_obj.png │ ├── view_component_part_obj.png │ ├── view_container_obj.png │ ├── view_element_event_obj.png │ ├── viewpoint_obj.png │ └── window_obj.png └── logo │ └── IFML_logo.png ├── plugin.xml └── src ├── defaultpackage └── Activator.java └── templates └── helper.mtl /examples/org.ifml.sample/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | org.ifml.sample 4 | 5 | 6 | 7 | 8 | 9 | 10 | org.eclipse.sirius.nature.modelingproject 11 | 12 | 13 | -------------------------------------------------------------------------------- /packaging/org.ifml.editor.feature/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | org.ifml.editor.feature 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.pde.FeatureBuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.pde.FeatureNature 16 | 17 | 18 | -------------------------------------------------------------------------------- /packaging/org.ifml.editor.feature/build.properties: -------------------------------------------------------------------------------- 1 | bin.includes = feature.xml 2 | -------------------------------------------------------------------------------- /packaging/org.ifml.editor.update/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | org.ifml.editor.update 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.pde.UpdateSiteBuilder 10 | 11 | 12 | 13 | 14 | 15 | org.eclipse.pde.UpdateSiteNature 16 | s 17 | 18 | -------------------------------------------------------------------------------- /packaging/org.ifml.editor.update/artifacts.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/packaging/org.ifml.editor.update/artifacts.jar -------------------------------------------------------------------------------- /packaging/org.ifml.editor.update/associateSites.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /packaging/org.ifml.editor.update/content.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/packaging/org.ifml.editor.update/content.jar -------------------------------------------------------------------------------- /packaging/org.ifml.editor.update/features/org.ifml.editor.feature_1.0.0.201412021412.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/packaging/org.ifml.editor.update/features/org.ifml.editor.feature_1.0.0.201412021412.jar -------------------------------------------------------------------------------- /packaging/org.ifml.editor.update/plugins/IFMLEditor.edit_1.0.0.201412021412.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/packaging/org.ifml.editor.update/plugins/IFMLEditor.edit_1.0.0.201412021412.jar -------------------------------------------------------------------------------- /packaging/org.ifml.editor.update/plugins/IFMLEditor.editor_1.0.0.201412021412.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/packaging/org.ifml.editor.update/plugins/IFMLEditor.editor_1.0.0.201412021412.jar -------------------------------------------------------------------------------- /packaging/org.ifml.editor.update/plugins/IFMLEditorDesign_1.0.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/packaging/org.ifml.editor.update/plugins/IFMLEditorDesign_1.0.0.jar -------------------------------------------------------------------------------- /packaging/org.ifml.editor.update/plugins/IFMLEditor_1.0.0.201412021412.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/packaging/org.ifml.editor.update/plugins/IFMLEditor_1.0.0.201412021412.jar -------------------------------------------------------------------------------- /packaging/org.ifml.editor.update/site.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | IFMLEditor.edit 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | org.eclipse.pde.ManifestBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.pde.SchemaBuilder 20 | 21 | 22 | 23 | 24 | 25 | org.eclipse.jdt.core.javanature 26 | org.eclipse.pde.PluginNature 27 | 28 | 29 | -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/build.properties: -------------------------------------------------------------------------------- 1 | # 2 | 3 | bin.includes = .,\ 4 | icons/,\ 5 | META-INF/,\ 6 | plugin.xml,\ 7 | plugin.properties 8 | jars.compile.order = . 9 | source.. = src/ 10 | output.. = bin/ 11 | -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextDimensions_ContextDimension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextDimensions_ContextDimension.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextDimensions_Device.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextDimensions_Device.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextDimensions_Position.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextDimensions_Position.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextDimensions_UserRole.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextDimensions_UserRole.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextVariables_ContextVariable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextVariables_ContextVariable.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextVariables_DataContextVariable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextVariables_DataContextVariable.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextVariables_SimpleContextVariable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateContext_contextVariables_SimpleContextVariable.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateDataBinding_conditionalExpression_ConditionalExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateDataBinding_conditionalExpression_ConditionalExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateDataBinding_visualizationAttribute_VisualizationAttribute.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateDataBinding_visualizationAttribute_VisualizationAttribute.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_BehaviorConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_BehaviorConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_BehavioralFeatureConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_BehavioralFeatureConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_DomainConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_DomainConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_DomainElement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_DomainElement.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_FeatureConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_FeatureConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_UMLBehavior.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_UMLBehavior.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_UMLBehavioralFeature.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_UMLBehavioralFeature.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_UMLDomainConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_UMLDomainConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_UMLStructuralFeature.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateDomainModel_domainElements_UMLStructuralFeature.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateElement_annotations_Annotation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateElement_annotations_Annotation.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateElement_constraints_Constraint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateElement_constraints_Constraint.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateElement_constraints_ValidationRule.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateElement_constraints_ValidationRule.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateEvent_interactionFlowExpression_InteractionFlowExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateEvent_interactionFlowExpression_InteractionFlowExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateIFMLAction_actionEvents_ActionEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateIFMLAction_actionEvents_ActionEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateIFMLModel_domainModel_DomainModel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateIFMLModel_domainModel_DomainModel.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateIFMLModel_interactionFlowModelViewpoint_Viewpoint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateIFMLModel_interactionFlowModelViewpoint_Viewpoint.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateIFMLModel_interactionFlowModel_InteractionFlowModel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateIFMLModel_interactionFlowModel_InteractionFlowModel.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_outInteractionFlows_DataFlow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_outInteractionFlows_DataFlow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_outInteractionFlows_NavigationFlow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_outInteractionFlows_NavigationFlow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_parameters_IFMLParameter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_parameters_IFMLParameter.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_parameters_IFMLSlot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_parameters_IFMLSlot.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_parameters_SelectionField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_parameters_SelectionField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_parameters_SimpleField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowElement_parameters_SimpleField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ActionEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ActionEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ActivationExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ActivationExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_BooleanExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_BooleanExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_CatchingEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_CatchingEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ConditionalExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ConditionalExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_Constraint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_Constraint.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_DataBinding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_DataBinding.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_DataFlow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_DataFlow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_Details.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_Details.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_DynamicBehavior.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_DynamicBehavior.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_Event.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_Event.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_Form.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_Form.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLAction.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLAction.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLMenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLMenu.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLModule.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLModule.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLParameter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLParameter.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLPort.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLPort.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLSlot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLSlot.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLWindow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_IFMLWindow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_InteractionFlowExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_InteractionFlowExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_JumpEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_JumpEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_LandingEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_LandingEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_List.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_List.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ModularizationElement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ModularizationElement.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ModuleDefinition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ModuleDefinition.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ModulePackage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ModulePackage.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_NavigationFlow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_NavigationFlow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_OnLoadEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_OnLoadEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_OnSelectEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_OnSelectEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_OnSubmitEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_OnSubmitEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ParameterBinding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ParameterBinding.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ParameterBindingGroup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ParameterBindingGroup.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_PortDefinition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_PortDefinition.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_SelectionField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_SelectionField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_SetContextEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_SetContextEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_SimpleField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_SimpleField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_SystemEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_SystemEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ThrowingEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ThrowingEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ValidationRule.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ValidationRule.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ViewComponent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ViewComponent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ViewComponentPart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ViewComponentPart.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ViewContainer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ViewContainer.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ViewElement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ViewElement.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ViewElementEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_ViewElementEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_VisualizationAttribute.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlowModel_interactionFlowModelElements_VisualizationAttribute.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlow_parameterBindingGroup_ParameterBindingGroup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateInteractionFlow_parameterBindingGroup_ParameterBindingGroup.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateList_selectEvent_OnSelectEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateList_selectEvent_OnSelectEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_inputPorts_PortDefinition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_inputPorts_PortDefinition.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ActionEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ActionEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ActivationExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ActivationExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_BooleanExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_BooleanExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_CatchingEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_CatchingEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ConditionalExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ConditionalExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_Constraint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_Constraint.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_DataBinding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_DataBinding.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_DataFlow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_DataFlow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_Details.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_Details.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_DynamicBehavior.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_DynamicBehavior.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_Event.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_Event.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_Form.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_Form.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLAction.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLAction.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLMenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLMenu.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLModule.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLModule.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLParameter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLParameter.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLPort.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLPort.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLSlot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLSlot.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLWindow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_IFMLWindow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_InteractionFlowExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_InteractionFlowExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_JumpEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_JumpEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_LandingEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_LandingEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_List.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_List.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ModularizationElement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ModularizationElement.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ModuleDefinition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ModuleDefinition.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ModulePackage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ModulePackage.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_NavigationFlow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_NavigationFlow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_OnLoadEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_OnLoadEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_OnSelectEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_OnSelectEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_OnSubmitEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_OnSubmitEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ParameterBinding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ParameterBinding.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ParameterBindingGroup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ParameterBindingGroup.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_PortDefinition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_PortDefinition.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_SelectionField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_SelectionField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_SetContextEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_SetContextEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_SimpleField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_SimpleField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_SystemEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_SystemEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ThrowingEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ThrowingEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ValidationRule.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ValidationRule.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ViewComponent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ViewComponent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ViewComponentPart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ViewComponentPart.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ViewContainer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ViewContainer.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ViewElement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ViewElement.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ViewElementEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_ViewElementEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_VisualizationAttribute.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_interactionFlowModelElement_VisualizationAttribute.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_outputPorts_PortDefinition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModuleDefinition_outputPorts_PortDefinition.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModulePackage_modularizationElements_ModularizationElement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModulePackage_modularizationElements_ModularizationElement.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModulePackage_modularizationElements_ModuleDefinition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModulePackage_modularizationElements_ModuleDefinition.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateModulePackage_modularizationElements_ModulePackage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateModulePackage_modularizationElements_ModulePackage.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateParameterBindingGroup_parameterBindings_ParameterBinding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateParameterBindingGroup_parameterBindings_ParameterBinding.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_ActivationExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_ActivationExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_BooleanExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_BooleanExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_ConditionalExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_ConditionalExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_Constraint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_Constraint.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_InteractionFlowExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_InteractionFlowExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_ValidationRule.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateSystemEvent_triggeringExpressions_ValidationRule.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_ConditionalExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_ConditionalExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_DataBinding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_DataBinding.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_DynamicBehavior.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_DynamicBehavior.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_IFMLSlot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_IFMLSlot.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_SelectionField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_SelectionField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_SimpleField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_SimpleField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_ViewComponentPart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_ViewComponentPart.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_VisualizationAttribute.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_subViewComponentParts_VisualizationAttribute.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_viewElementEvents_OnSelectEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_viewElementEvents_OnSelectEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_viewElementEvents_OnSubmitEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_viewElementEvents_OnSubmitEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_viewElementEvents_ViewElementEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponentPart_viewElementEvents_ViewElementEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_ConditionalExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_ConditionalExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_DataBinding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_DataBinding.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_DynamicBehavior.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_DynamicBehavior.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_IFMLSlot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_IFMLSlot.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_SelectionField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_SelectionField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_SimpleField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_SimpleField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_ViewComponentPart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_ViewComponentPart.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_VisualizationAttribute.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewComponent_viewComponentParts_VisualizationAttribute.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_actions_IFMLAction.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_actions_IFMLAction.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_Details.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_Details.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_Form.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_Form.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_IFMLMenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_IFMLMenu.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_IFMLWindow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_IFMLWindow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_List.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_List.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_ViewComponent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_ViewComponent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_ViewContainer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_ViewContainer.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_ViewElement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewContainer_viewElements_ViewElement.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewElement_viewElementEvents_OnSelectEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewElement_viewElementEvents_OnSelectEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewElement_viewElementEvents_OnSubmitEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewElement_viewElementEvents_OnSubmitEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewElement_viewElementEvents_ViewElementEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/ctool16/CreateViewElement_viewElementEvents_ViewElementEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ActionEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ActionEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ActivationExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ActivationExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ActivityConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ActivityConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/Annotation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/Annotation.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/BPMNActivityConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/BPMNActivityConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/BehaviorConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/BehaviorConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/BehavioralFeatureConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/BehavioralFeatureConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/BooleanExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/BooleanExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/CatchingEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/CatchingEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ConditionalExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ConditionalExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/Constraint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/Constraint.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/Context.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/Context.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ContextDimension.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ContextDimension.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ContextVariable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ContextVariable.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/DataBinding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/DataBinding.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/DataContextVariable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/DataContextVariable.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/DataFlow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/DataFlow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/Details.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/Details.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/Device.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/Device.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/DomainConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/DomainConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/DomainElement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/DomainElement.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/DomainModel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/DomainModel.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/DynamicBehavior.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/DynamicBehavior.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/Event.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/Event.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/FeatureConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/FeatureConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/Form.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/Form.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/IFMLAction.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/IFMLAction.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/IFMLMenu.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/IFMLMenu.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/IFMLModel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/IFMLModel.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/IFMLModule.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/IFMLModule.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/IFMLParameter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/IFMLParameter.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/IFMLPort.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/IFMLPort.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/IFMLSlot.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/IFMLSlot.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/IFMLWindow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/IFMLWindow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/InteractionFlowExpression.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/InteractionFlowExpression.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/InteractionFlowModel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/InteractionFlowModel.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/JumpEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/JumpEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/LandingEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/LandingEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/List.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/List.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ModularizationElement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ModularizationElement.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ModuleDefinition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ModuleDefinition.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ModulePackage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ModulePackage.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/NavigationFlow.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/NavigationFlow.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/OnLoadEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/OnLoadEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/OnSelectEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/OnSelectEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/OnSubmitEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/OnSubmitEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ParameterBinding.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ParameterBinding.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ParameterBindingGroup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ParameterBindingGroup.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/PortDefinition.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/PortDefinition.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/Position.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/Position.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/SelectionField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/SelectionField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/SetContextEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/SetContextEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/SimpleContextVariable.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/SimpleContextVariable.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/SimpleField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/SimpleField.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/SystemEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/SystemEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ThrowingEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ThrowingEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/UMLBehavior.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/UMLBehavior.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/UMLBehavioralFeature.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/UMLBehavioralFeature.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/UMLDomainConcept.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/UMLDomainConcept.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/UMLStructuralFeature.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/UMLStructuralFeature.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/UserRole.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/UserRole.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ValidationRule.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ValidationRule.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ViewComponent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ViewComponent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ViewComponentPart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ViewComponentPart.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ViewContainer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ViewContainer.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ViewElement.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ViewElement.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/ViewElementEvent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/ViewElementEvent.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/Viewpoint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/Viewpoint.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.edit/icons/full/obj16/VisualizationAttribute.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.edit/icons/full/obj16/VisualizationAttribute.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.editor/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /plugins/IFMLEditor.editor/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | -------------------------------------------------------------------------------- /plugins/IFMLEditor.editor/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | IFMLEditor.editor 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | org.eclipse.pde.ManifestBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.pde.SchemaBuilder 20 | 21 | 22 | 23 | 24 | 25 | org.eclipse.jdt.core.javanature 26 | org.eclipse.pde.PluginNature 27 | 28 | 29 | -------------------------------------------------------------------------------- /plugins/IFMLEditor.editor/build.properties: -------------------------------------------------------------------------------- 1 | # 2 | 3 | bin.includes = .,\ 4 | icons/,\ 5 | META-INF/,\ 6 | plugin.xml,\ 7 | plugin.properties 8 | jars.compile.order = . 9 | source.. = src/ 10 | output.. = bin 11 | -------------------------------------------------------------------------------- /plugins/IFMLEditor.editor/icons/full/obj16/CoreModelFile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.editor/icons/full/obj16/CoreModelFile.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.editor/icons/full/obj16/ExtensionsModelFile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.editor/icons/full/obj16/ExtensionsModelFile.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.editor/icons/full/wizban/NewCore.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.editor/icons/full/wizban/NewCore.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor.editor/icons/full/wizban/NewExtensions.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditor.editor/icons/full/wizban/NewExtensions.gif -------------------------------------------------------------------------------- /plugins/IFMLEditor/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | IFMLEditor 4 | 5 | 6 | 7 | 8 | 9 | org.eclipse.jdt.core.javabuilder 10 | 11 | 12 | 13 | 14 | org.eclipse.pde.ManifestBuilder 15 | 16 | 17 | 18 | 19 | org.eclipse.pde.SchemaBuilder 20 | 21 | 22 | 23 | 24 | 25 | org.eclipse.jdt.core.javanature 26 | org.eclipse.pde.PluginNature 27 | 28 | 29 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Bundle-ManifestVersion: 2 3 | Bundle-Name: %pluginName 4 | Bundle-SymbolicName: IFMLEditor;singleton:=true 5 | Bundle-Version: 1.0.0.qualifier 6 | Bundle-ClassPath: . 7 | Bundle-Vendor: %providerName 8 | Bundle-Localization: plugin 9 | Bundle-RequiredExecutionEnvironment: JavaSE-1.6 10 | Export-Package: IFML.Core, 11 | IFML.Core.impl, 12 | IFML.Core.util, 13 | IFML.DataTypes, 14 | IFML.DataTypes.impl, 15 | IFML.Extensions, 16 | IFML.Extensions.impl, 17 | IFML.Extensions.util 18 | Require-Bundle: org.eclipse.core.runtime, 19 | org.eclipse.emf.ecore;visibility:=reexport, 20 | org.eclipse.emf.ecore.xmi;visibility:=reexport, 21 | org.eclipse.uml2.types;visibility:=reexport, 22 | org.eclipse.uml2.uml;visibility:=reexport 23 | Eclipse-LazyStart: true 24 | Bundle-ActivationPolicy: lazy 25 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/build.properties: -------------------------------------------------------------------------------- 1 | # 2 | 3 | bin.includes = .,\ 4 | model/,\ 5 | META-INF/,\ 6 | plugin.xml,\ 7 | plugin.properties 8 | jars.compile.order = . 9 | source.. = src/ 10 | output.. = bin/ 11 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/plugin.properties: -------------------------------------------------------------------------------- 1 | # 2 | 3 | pluginName = IFML-Metamodel Model 4 | providerName = www.example.org 5 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/ActionEvent.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Action Event'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getActionEvent() 13 | * @model 14 | * @generated 15 | */ 16 | public interface ActionEvent extends CatchingEvent { 17 | } // ActionEvent 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/ActivationExpression.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Activation Expression'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getActivationExpression() 13 | * @model 14 | * @generated 15 | */ 16 | public interface ActivationExpression extends BooleanExpression { 17 | } // ActivationExpression 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/BPMNActivityConcept.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'BPMN Activity Concept'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getBPMNActivityConcept() 13 | * @model 14 | * @generated 15 | */ 16 | public interface BPMNActivityConcept extends ActivityConcept { 17 | } // BPMNActivityConcept 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/BooleanExpression.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Boolean Expression'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getBooleanExpression() 13 | * @model 14 | * @generated 15 | */ 16 | public interface BooleanExpression extends Expression { 17 | } // BooleanExpression 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/CatchingEvent.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Catching Event'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getCatchingEvent() 13 | * @model 14 | * @generated 15 | */ 16 | public interface CatchingEvent extends Event { 17 | } // CatchingEvent 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/ConditionalExpression.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Conditional Expression'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getConditionalExpression() 13 | * @model 14 | * @generated 15 | */ 16 | public interface ConditionalExpression extends Expression, ViewComponentPart { 17 | } // ConditionalExpression 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/Constraint.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Constraint'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getConstraint() 13 | * @model 14 | * @generated 15 | */ 16 | public interface Constraint extends BooleanExpression { 17 | } // Constraint 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/ContextDimension.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Context Dimension'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getContextDimension() 13 | * @model 14 | * @generated 15 | */ 16 | public interface ContextDimension extends NamedElement { 17 | } // ContextDimension 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/DataFlow.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Data Flow'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getDataFlow() 13 | * @model 14 | * @generated 15 | */ 16 | public interface DataFlow extends InteractionFlow { 17 | } // DataFlow 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/DomainElement.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Domain Element'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getDomainElement() 13 | * @model 14 | * @generated 15 | */ 16 | public interface DomainElement extends NamedElement { 17 | } // DomainElement 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/InteractionFlowModelElement.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Interaction Flow Model Element'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getInteractionFlowModelElement() 13 | * @model abstract="true" 14 | * @generated 15 | */ 16 | public interface InteractionFlowModelElement extends Element { 17 | } // InteractionFlowModelElement 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/NavigationFlow.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Navigation Flow'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getNavigationFlow() 13 | * @model 14 | * @generated 15 | */ 16 | public interface NavigationFlow extends InteractionFlow { 17 | } // NavigationFlow 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/SimpleContextVariable.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Simple Context Variable'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getSimpleContextVariable() 13 | * @model 14 | * @generated 15 | */ 16 | public interface SimpleContextVariable extends ContextVariable { 17 | } // SimpleContextVariable 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/ThrowingEvent.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Throwing Event'. 9 | * 10 | * 11 | * 12 | * @see IFML.Core.CorePackage#getThrowingEvent() 13 | * @model 14 | * @generated 15 | */ 16 | public interface ThrowingEvent extends Event { 17 | } // ThrowingEvent 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/impl/ActionEventImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core.impl; 4 | 5 | import IFML.Core.ActionEvent; 6 | import IFML.Core.CorePackage; 7 | 8 | import org.eclipse.emf.ecore.EClass; 9 | 10 | /** 11 | * 12 | * An implementation of the model object 'Action Event'. 13 | * 14 | *

15 | *

16 | * 17 | * @generated 18 | */ 19 | public class ActionEventImpl extends CatchingEventImpl implements ActionEvent { 20 | /** 21 | * 22 | * 23 | * @generated 24 | */ 25 | protected ActionEventImpl() { 26 | super(); 27 | } 28 | 29 | /** 30 | * 31 | * 32 | * @generated 33 | */ 34 | @Override 35 | protected EClass eStaticClass() { 36 | return CorePackage.Literals.ACTION_EVENT; 37 | } 38 | 39 | } //ActionEventImpl 40 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/impl/CatchingEventImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core.impl; 4 | 5 | import IFML.Core.CatchingEvent; 6 | import IFML.Core.CorePackage; 7 | 8 | import org.eclipse.emf.ecore.EClass; 9 | 10 | /** 11 | * 12 | * An implementation of the model object 'Catching Event'. 13 | * 14 | *

15 | *

16 | * 17 | * @generated 18 | */ 19 | public class CatchingEventImpl extends EventImpl implements CatchingEvent { 20 | /** 21 | * 22 | * 23 | * @generated 24 | */ 25 | protected CatchingEventImpl() { 26 | super(); 27 | } 28 | 29 | /** 30 | * 31 | * 32 | * @generated 33 | */ 34 | @Override 35 | protected EClass eStaticClass() { 36 | return CorePackage.Literals.CATCHING_EVENT; 37 | } 38 | 39 | } //CatchingEventImpl 40 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/impl/ConstraintImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core.impl; 4 | 5 | import IFML.Core.Constraint; 6 | import IFML.Core.CorePackage; 7 | 8 | import org.eclipse.emf.ecore.EClass; 9 | 10 | /** 11 | * 12 | * An implementation of the model object 'Constraint'. 13 | * 14 | *

15 | *

16 | * 17 | * @generated 18 | */ 19 | public class ConstraintImpl extends BooleanExpressionImpl implements Constraint { 20 | /** 21 | * 22 | * 23 | * @generated 24 | */ 25 | protected ConstraintImpl() { 26 | super(); 27 | } 28 | 29 | /** 30 | * 31 | * 32 | * @generated 33 | */ 34 | @Override 35 | protected EClass eStaticClass() { 36 | return CorePackage.Literals.CONSTRAINT; 37 | } 38 | 39 | } //ConstraintImpl 40 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/impl/ContextDimensionImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core.impl; 4 | 5 | import IFML.Core.ContextDimension; 6 | import IFML.Core.CorePackage; 7 | 8 | import org.eclipse.emf.ecore.EClass; 9 | 10 | /** 11 | * 12 | * An implementation of the model object 'Context Dimension'. 13 | * 14 | *

15 | *

16 | * 17 | * @generated 18 | */ 19 | public class ContextDimensionImpl extends NamedElementImpl implements ContextDimension { 20 | /** 21 | * 22 | * 23 | * @generated 24 | */ 25 | protected ContextDimensionImpl() { 26 | super(); 27 | } 28 | 29 | /** 30 | * 31 | * 32 | * @generated 33 | */ 34 | @Override 35 | protected EClass eStaticClass() { 36 | return CorePackage.Literals.CONTEXT_DIMENSION; 37 | } 38 | 39 | } //ContextDimensionImpl 40 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/impl/DataFlowImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core.impl; 4 | 5 | import IFML.Core.CorePackage; 6 | import IFML.Core.DataFlow; 7 | 8 | import org.eclipse.emf.ecore.EClass; 9 | 10 | /** 11 | * 12 | * An implementation of the model object 'Data Flow'. 13 | * 14 | *

15 | *

16 | * 17 | * @generated 18 | */ 19 | public class DataFlowImpl extends InteractionFlowImpl implements DataFlow { 20 | /** 21 | * 22 | * 23 | * @generated 24 | */ 25 | protected DataFlowImpl() { 26 | super(); 27 | } 28 | 29 | /** 30 | * 31 | * 32 | * @generated 33 | */ 34 | @Override 35 | protected EClass eStaticClass() { 36 | return CorePackage.Literals.DATA_FLOW; 37 | } 38 | 39 | } //DataFlowImpl 40 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/impl/DomainElementImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core.impl; 4 | 5 | import IFML.Core.CorePackage; 6 | import IFML.Core.DomainElement; 7 | 8 | import org.eclipse.emf.ecore.EClass; 9 | 10 | /** 11 | * 12 | * An implementation of the model object 'Domain Element'. 13 | * 14 | *

15 | *

16 | * 17 | * @generated 18 | */ 19 | public class DomainElementImpl extends NamedElementImpl implements DomainElement { 20 | /** 21 | * 22 | * 23 | * @generated 24 | */ 25 | protected DomainElementImpl() { 26 | super(); 27 | } 28 | 29 | /** 30 | * 31 | * 32 | * @generated 33 | */ 34 | @Override 35 | protected EClass eStaticClass() { 36 | return CorePackage.Literals.DOMAIN_ELEMENT; 37 | } 38 | 39 | } //DomainElementImpl 40 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/impl/NavigationFlowImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core.impl; 4 | 5 | import IFML.Core.CorePackage; 6 | import IFML.Core.NavigationFlow; 7 | 8 | import org.eclipse.emf.ecore.EClass; 9 | 10 | /** 11 | * 12 | * An implementation of the model object 'Navigation Flow'. 13 | * 14 | *

15 | *

16 | * 17 | * @generated 18 | */ 19 | public class NavigationFlowImpl extends InteractionFlowImpl implements NavigationFlow { 20 | /** 21 | * 22 | * 23 | * @generated 24 | */ 25 | protected NavigationFlowImpl() { 26 | super(); 27 | } 28 | 29 | /** 30 | * 31 | * 32 | * @generated 33 | */ 34 | @Override 35 | protected EClass eStaticClass() { 36 | return CorePackage.Literals.NAVIGATION_FLOW; 37 | } 38 | 39 | } //NavigationFlowImpl 40 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/impl/ThrowingEventImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core.impl; 4 | 5 | import IFML.Core.CorePackage; 6 | import IFML.Core.ThrowingEvent; 7 | 8 | import org.eclipse.emf.ecore.EClass; 9 | 10 | /** 11 | * 12 | * An implementation of the model object 'Throwing Event'. 13 | * 14 | *

15 | *

16 | * 17 | * @generated 18 | */ 19 | public class ThrowingEventImpl extends EventImpl implements ThrowingEvent { 20 | /** 21 | * 22 | * 23 | * @generated 24 | */ 25 | protected ThrowingEventImpl() { 26 | super(); 27 | } 28 | 29 | /** 30 | * 31 | * 32 | * @generated 33 | */ 34 | @Override 35 | protected EClass eStaticClass() { 36 | return CorePackage.Literals.THROWING_EVENT; 37 | } 38 | 39 | } //ThrowingEventImpl 40 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/util/CoreResourceImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Core.util; 4 | 5 | import org.eclipse.emf.common.util.URI; 6 | 7 | import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; 8 | 9 | /** 10 | * 11 | * The Resource associated with the package. 12 | * 13 | * @see IFML.Core.util.CoreResourceFactoryImpl 14 | * @generated 15 | */ 16 | public class CoreResourceImpl extends XMLResourceImpl { 17 | /** 18 | * Creates an instance of the resource. 19 | * 20 | * 21 | * @param uri the URI of the new resource. 22 | * @generated 23 | */ 24 | public CoreResourceImpl(URI uri) { 25 | super(uri); 26 | } 27 | 28 | } //CoreResourceImpl 29 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ActionEventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.ActionEvent}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface ActionEventValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ActivationExpressionValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.ActivationExpression}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface ActivationExpressionValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ActivityConceptValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.ModuleDefinition; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.ActivityConcept}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface ActivityConceptValidator { 16 | boolean validate(); 17 | 18 | boolean validateModuleDefinition(ModuleDefinition value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/AnnotationValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.Annotation}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface AnnotationValidator { 15 | boolean validate(); 16 | 17 | boolean validateText(String value); 18 | } 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/BPMNActivityConceptValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.BPMNActivityConcept}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface BPMNActivityConceptValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/BehaviorConceptValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.DynamicBehavior; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.BehaviorConcept}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface BehaviorConceptValidator { 16 | boolean validate(); 17 | 18 | boolean validateDynamicBehavior(DynamicBehavior value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/BehavioralFeatureConceptValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.DynamicBehavior; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.BehavioralFeatureConcept}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface BehavioralFeatureConceptValidator { 16 | boolean validate(); 17 | 18 | boolean validateDynamicBehavior(DynamicBehavior value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/BooleanExpressionValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.BooleanExpression}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface BooleanExpressionValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/CatchingEventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.CatchingEvent}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface CatchingEventValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ConditionalExpressionValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.ConditionalExpression}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface ConditionalExpressionValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ConstraintValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.Constraint}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface ConstraintValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ContentBindingValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.ContentBinding}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface ContentBindingValidator { 15 | boolean validate(); 16 | 17 | boolean validateUniformResourceIdentifier(String value); 18 | } 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ContextDimensionValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.ContextDimension}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface ContextDimensionValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ContextValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.Context}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface ContextValidator { 16 | boolean validate(); 17 | 18 | boolean validateContextDimensions(EList value); 19 | boolean validateContextVariables(EList value); 20 | } 21 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ContextVariableValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.Context; 8 | 9 | import IFML.DataTypes.ContextVariableScope; 10 | 11 | /** 12 | * A sample validator interface for {@link IFML.Core.ContextVariable}. 13 | * This doesn't really do anything, and it's not a real EMF artifact. 14 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 15 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 16 | */ 17 | public interface ContextVariableValidator { 18 | boolean validate(); 19 | 20 | boolean validateContext(Context value); 21 | boolean validateScope(ContextVariableScope value); 22 | } 23 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/DataBindingValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.DomainConcept; 8 | 9 | import org.eclipse.emf.common.util.EList; 10 | 11 | /** 12 | * A sample validator interface for {@link IFML.Core.DataBinding}. 13 | * This doesn't really do anything, and it's not a real EMF artifact. 14 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 15 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 16 | */ 17 | public interface DataBindingValidator { 18 | boolean validate(); 19 | 20 | boolean validateConditionalExpression(EList value); 21 | boolean validateVisualizationAttribute(EList value); 22 | boolean validateDataContextVariables(EList value); 23 | boolean validateDomainConcept(DomainConcept value); 24 | } 25 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/DataContextVariableValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.DataBinding; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.DataContextVariable}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface DataContextVariableValidator { 16 | boolean validate(); 17 | 18 | boolean validateDataBinding(DataBinding value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/DataFlowValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.DataFlow}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface DataFlowValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/DomainConceptValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.DataBinding; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.DomainConcept}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface DomainConceptValidator { 16 | boolean validate(); 17 | 18 | boolean validateDataBinding(DataBinding value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/DomainElementValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.DomainElement}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface DomainElementValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/DomainModelValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.DomainModel}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface DomainModelValidator { 16 | boolean validate(); 17 | 18 | boolean validateDomainElements(EList value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/DynamicBehaviorValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.BehaviorConcept; 8 | import IFML.Core.BehavioralFeatureConcept; 9 | 10 | /** 11 | * A sample validator interface for {@link IFML.Core.DynamicBehavior}. 12 | * This doesn't really do anything, and it's not a real EMF artifact. 13 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 14 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 15 | */ 16 | public interface DynamicBehaviorValidator { 17 | boolean validate(); 18 | 19 | boolean validateBehavioralFeatureConcept(BehavioralFeatureConcept value); 20 | boolean validateBehaviorConcept(BehaviorConcept value); 21 | } 22 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ElementValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.Element}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface ElementValidator { 16 | boolean validate(); 17 | 18 | boolean validateId(String value); 19 | boolean validateConstraints(EList value); 20 | boolean validateAnnotations(EList value); 21 | } 22 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/EventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.ActivationExpression; 8 | import IFML.Core.InteractionFlowExpression; 9 | 10 | /** 11 | * A sample validator interface for {@link IFML.Core.Event}. 12 | * This doesn't really do anything, and it's not a real EMF artifact. 13 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 14 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 15 | */ 16 | public interface EventValidator { 17 | boolean validate(); 18 | 19 | boolean validateActivationExpression(ActivationExpression value); 20 | boolean validateInteractionFlowExpression(InteractionFlowExpression value); 21 | } 22 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ExpressionValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.Expression}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface ExpressionValidator { 15 | boolean validate(); 16 | 17 | boolean validateLanguage(String value); 18 | boolean validateBody(String value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/FeatureConceptValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.VisualizationAttribute; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.FeatureConcept}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface FeatureConceptValidator { 16 | boolean validate(); 17 | 18 | boolean validateVisualizationAttribute(VisualizationAttribute value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/IFMLActionValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.DynamicBehavior; 8 | import IFML.Core.ViewContainer; 9 | 10 | import org.eclipse.emf.common.util.EList; 11 | 12 | /** 13 | * A sample validator interface for {@link IFML.Core.IFMLAction}. 14 | * This doesn't really do anything, and it's not a real EMF artifact. 15 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 16 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 17 | */ 18 | public interface IFMLActionValidator { 19 | boolean validate(); 20 | 21 | boolean validateActionEvents(EList value); 22 | boolean validateDynamicBehavior(DynamicBehavior value); 23 | boolean validateViewContainer(ViewContainer value); 24 | } 25 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/IFMLModelValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.DomainModel; 8 | import IFML.Core.InteractionFlowModel; 9 | 10 | import org.eclipse.emf.common.util.EList; 11 | 12 | /** 13 | * A sample validator interface for {@link IFML.Core.IFMLModel}. 14 | * This doesn't really do anything, and it's not a real EMF artifact. 15 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 16 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 17 | */ 18 | public interface IFMLModelValidator { 19 | boolean validate(); 20 | 21 | boolean validateInteractionFlowModel(InteractionFlowModel value); 22 | boolean validateDomainModel(DomainModel value); 23 | boolean validateInteractionFlowModelViewpoint(EList value); 24 | } 25 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/IFMLModuleValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.ModuleDefinition; 8 | 9 | import org.eclipse.emf.common.util.EList; 10 | 11 | /** 12 | * A sample validator interface for {@link IFML.Core.IFMLModule}. 13 | * This doesn't really do anything, and it's not a real EMF artifact. 14 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 15 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 16 | */ 17 | public interface IFMLModuleValidator { 18 | boolean validate(); 19 | 20 | boolean validateModuleDefinition(ModuleDefinition value); 21 | boolean validatePorts(EList value); 22 | } 23 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/IFMLParameterValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.Expression; 8 | 9 | import IFML.DataTypes.Direction; 10 | 11 | /** 12 | * A sample validator interface for {@link IFML.Core.IFMLParameter}. 13 | * This doesn't really do anything, and it's not a real EMF artifact. 14 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 15 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 16 | */ 17 | public interface IFMLParameterValidator { 18 | boolean validate(); 19 | 20 | boolean validateDirection(Direction value); 21 | boolean validateDefaultValue(Expression value); 22 | } 23 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/IFMLPortValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.IFMLModule; 8 | import IFML.Core.PortDefinition; 9 | 10 | /** 11 | * A sample validator interface for {@link IFML.Core.IFMLPort}. 12 | * This doesn't really do anything, and it's not a real EMF artifact. 13 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 14 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 15 | */ 16 | public interface IFMLPortValidator { 17 | boolean validate(); 18 | 19 | boolean validatePortDefinition(PortDefinition value); 20 | boolean validateModule(IFMLModule value); 21 | } 22 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/InteractionFlowElementValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.InteractionFlowElement}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface InteractionFlowElementValidator { 16 | boolean validate(); 17 | 18 | boolean validateParameters(EList value); 19 | boolean validateOutInteractionFlows(EList value); 20 | boolean validateInInteractionFlows(EList value); 21 | } 22 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/InteractionFlowExpressionValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.InteractionFlowExpression}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface InteractionFlowExpressionValidator { 16 | boolean validate(); 17 | 18 | boolean validateInteractionFlow(EList value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/InteractionFlowModelElementValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.InteractionFlowModelElement}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface InteractionFlowModelElementValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/InteractionFlowModelValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.InteractionFlowModel}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface InteractionFlowModelValidator { 16 | boolean validate(); 17 | 18 | boolean validateInteractionFlowModelElements(EList value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/InteractionFlowValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.InteractionFlowElement; 8 | import IFML.Core.ParameterBindingGroup; 9 | 10 | /** 11 | * A sample validator interface for {@link IFML.Core.InteractionFlow}. 12 | * This doesn't really do anything, and it's not a real EMF artifact. 13 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 14 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 15 | */ 16 | public interface InteractionFlowValidator { 17 | boolean validate(); 18 | 19 | boolean validateParameterBindingGroup(ParameterBindingGroup value); 20 | boolean validateSourceInteractionFlowElement(InteractionFlowElement value); 21 | boolean validateTargetInteractionFlowElement(InteractionFlowElement value); 22 | } 23 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ModularizationElementValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.ModulePackage; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.ModularizationElement}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface ModularizationElementValidator { 16 | boolean validate(); 17 | 18 | boolean validateModulePackage(ModulePackage value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ModulePackageValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.ModulePackage}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface ModulePackageValidator { 16 | boolean validate(); 17 | 18 | boolean validateModularizationElements(EList value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/NamedElementValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.NamedElement}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface NamedElementValidator { 15 | boolean validate(); 16 | 17 | boolean validateName(String value); 18 | } 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/NavigationFlowValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.NavigationFlow}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface NavigationFlowValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ParameterBindingGroupValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.ParameterBindingGroup}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface ParameterBindingGroupValidator { 16 | boolean validate(); 17 | 18 | boolean validateParameterBindings(EList value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ParameterBindingValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.IFMLParameter; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.ParameterBinding}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface ParameterBindingValidator { 16 | boolean validate(); 17 | 18 | boolean validateSourceParameter(IFMLParameter value); 19 | boolean validateTargetParameter(IFMLParameter value); 20 | } 21 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/PortDefinitionValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.PortDefinition}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface PortDefinitionValidator { 16 | boolean validate(); 17 | 18 | boolean validatePorts(EList value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/SimpleContextVariableValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.SimpleContextVariable}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface SimpleContextVariableValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/SystemEventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.DataTypes.SystemEventType; 8 | 9 | import org.eclipse.emf.common.util.EList; 10 | 11 | /** 12 | * A sample validator interface for {@link IFML.Core.SystemEvent}. 13 | * This doesn't really do anything, and it's not a real EMF artifact. 14 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 15 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 16 | */ 17 | public interface SystemEventValidator { 18 | boolean validate(); 19 | 20 | boolean validateTriggeringExpressions(EList value); 21 | boolean validateType(SystemEventType value); 22 | } 23 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ThrowingEventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Core.ThrowingEvent}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface ThrowingEventValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/UMLBehaviorValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.DynamicBehavior; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.UMLBehavior}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface UMLBehaviorValidator { 16 | boolean validate(); 17 | 18 | boolean validateBehavior(DynamicBehavior value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/UMLBehavioralFeatureValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.UMLBehavior; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.UMLBehavioralFeature}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface UMLBehavioralFeatureValidator { 16 | boolean validate(); 17 | 18 | boolean validateBehavioralFeature(UMLBehavior value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/UMLDomainConceptValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.UMLDomainConcept; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.UMLDomainConcept}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface UMLDomainConceptValidator { 16 | boolean validate(); 17 | 18 | boolean validateClassifier(UMLDomainConcept value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/UMLStructuralFeatureValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.UMLStructuralFeature; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.UMLStructuralFeature}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface UMLStructuralFeatureValidator { 16 | boolean validate(); 17 | 18 | boolean validateStructuralFeature(UMLStructuralFeature value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ViewComponentValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.ViewComponent}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface ViewComponentValidator { 16 | boolean validate(); 17 | 18 | boolean validateViewComponentParts(EList value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ViewContainerValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.ViewContainer}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface ViewContainerValidator { 16 | boolean validate(); 17 | 18 | boolean validateIsLandmark(boolean value); 19 | boolean validateIsDefault(boolean value); 20 | boolean validateIsXOR(boolean value); 21 | boolean validateViewElements(EList value); 22 | boolean validateActions(EList value); 23 | } 24 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ViewElementEventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.ViewElement; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.ViewElementEvent}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface ViewElementEventValidator { 16 | boolean validate(); 17 | 18 | boolean validateViewElement(ViewElement value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ViewElementValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.ActivationExpression; 8 | import IFML.Core.ViewContainer; 9 | 10 | import org.eclipse.emf.common.util.EList; 11 | 12 | /** 13 | * A sample validator interface for {@link IFML.Core.ViewElement}. 14 | * This doesn't really do anything, and it's not a real EMF artifact. 15 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 16 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 17 | */ 18 | public interface ViewElementValidator { 19 | boolean validate(); 20 | 21 | boolean validateViewElementEvents(EList value); 22 | boolean validateActivationExpression(ActivationExpression value); 23 | boolean validateViewContainer(ViewContainer value); 24 | } 25 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/ViewpointValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.Context; 8 | 9 | import org.eclipse.emf.common.util.EList; 10 | 11 | /** 12 | * A sample validator interface for {@link IFML.Core.Viewpoint}. 13 | * This doesn't really do anything, and it's not a real EMF artifact. 14 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 15 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 16 | */ 17 | public interface ViewpointValidator { 18 | boolean validate(); 19 | 20 | boolean validateInteractionFlowModelElements(EList value); 21 | boolean validateContext(Context value); 22 | } 23 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Core/validation/VisualizationAttributeValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Core.validation; 6 | 7 | import IFML.Core.FeatureConcept; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Core.VisualizationAttribute}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface VisualizationAttributeValidator { 16 | boolean validate(); 17 | 18 | boolean validateFeatureConcept(FeatureConcept value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/Details.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.ViewComponent; 6 | 7 | /** 8 | * 9 | * A representation of the model object 'Details'. 10 | * 11 | * 12 | * 13 | * @see IFML.Extensions.ExtensionsPackage#getDetails() 14 | * @model 15 | * @generated 16 | */ 17 | public interface Details extends ViewComponent { 18 | } // Details 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/Device.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.ContextDimension; 6 | 7 | /** 8 | * 9 | * A representation of the model object 'Device'. 10 | * 11 | * 12 | * 13 | * @see IFML.Extensions.ExtensionsPackage#getDevice() 14 | * @model 15 | * @generated 16 | */ 17 | public interface Device extends ContextDimension { 18 | } // Device 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/Field.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.IFMLParameter; 6 | import IFML.Core.ViewComponentPart; 7 | 8 | /** 9 | * 10 | * A representation of the model object 'Field'. 11 | * 12 | * 13 | * 14 | * @see IFML.Extensions.ExtensionsPackage#getField() 15 | * @model abstract="true" 16 | * @generated 17 | */ 18 | public interface Field extends ViewComponentPart, IFMLParameter { 19 | } // Field 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/Form.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.ViewComponent; 6 | 7 | /** 8 | * 9 | * A representation of the model object 'Form'. 10 | * 11 | * 12 | * 13 | * @see IFML.Extensions.ExtensionsPackage#getForm() 14 | * @model 15 | * @generated 16 | */ 17 | public interface Form extends ViewComponent { 18 | } // Form 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/IFMLMenu.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.ViewContainer; 6 | 7 | /** 8 | * 9 | * A representation of the model object 'IFML Menu'. 10 | * 11 | * 12 | * 13 | * @see IFML.Extensions.ExtensionsPackage#getIFMLMenu() 14 | * @model 15 | * @generated 16 | */ 17 | public interface IFMLMenu extends ViewContainer { 18 | } // IFMLMenu 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/IFMLSlot.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.IFMLParameter; 6 | import IFML.Core.ViewComponentPart; 7 | 8 | /** 9 | * 10 | * A representation of the model object 'IFML Slot'. 11 | * 12 | * 13 | * 14 | * @see IFML.Extensions.ExtensionsPackage#getIFMLSlot() 15 | * @model 16 | * @generated 17 | */ 18 | public interface IFMLSlot extends ViewComponentPart, IFMLParameter { 19 | } // IFMLSlot 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/OnLoadEvent.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.SystemEvent; 6 | 7 | /** 8 | * 9 | * A representation of the model object 'On Load Event'. 10 | * 11 | * 12 | * 13 | * @see IFML.Extensions.ExtensionsPackage#getOnLoadEvent() 14 | * @model 15 | * @generated 16 | */ 17 | public interface OnLoadEvent extends SystemEvent { 18 | } // OnLoadEvent 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/OnSelectEvent.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.ViewElementEvent; 6 | 7 | /** 8 | * 9 | * A representation of the model object 'On Select Event'. 10 | * 11 | * 12 | * 13 | * @see IFML.Extensions.ExtensionsPackage#getOnSelectEvent() 14 | * @model 15 | * @generated 16 | */ 17 | public interface OnSelectEvent extends ViewElementEvent { 18 | } // OnSelectEvent 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/OnSubmitEvent.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.ViewElementEvent; 6 | 7 | /** 8 | * 9 | * A representation of the model object 'On Submit Event'. 10 | * 11 | * 12 | * 13 | * @see IFML.Extensions.ExtensionsPackage#getOnSubmitEvent() 14 | * @model 15 | * @generated 16 | */ 17 | public interface OnSubmitEvent extends ViewElementEvent { 18 | } // OnSubmitEvent 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/Position.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.ContextDimension; 6 | 7 | /** 8 | * 9 | * A representation of the model object 'Position'. 10 | * 11 | * 12 | * 13 | * @see IFML.Extensions.ExtensionsPackage#getPosition() 14 | * @model 15 | * @generated 16 | */ 17 | public interface Position extends ContextDimension { 18 | } // Position 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/SetContextEvent.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.ThrowingEvent; 6 | 7 | /** 8 | * 9 | * A representation of the model object 'Set Context Event'. 10 | * 11 | * 12 | * 13 | * @see IFML.Extensions.ExtensionsPackage#getSetContextEvent() 14 | * @model 15 | * @generated 16 | */ 17 | public interface SetContextEvent extends ThrowingEvent { 18 | } // SetContextEvent 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/SimpleField.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | 6 | /** 7 | * 8 | * A representation of the model object 'Simple Field'. 9 | * 10 | * 11 | * 12 | * @see IFML.Extensions.ExtensionsPackage#getSimpleField() 13 | * @model 14 | * @generated 15 | */ 16 | public interface SimpleField extends Field { 17 | } // SimpleField 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/UserRole.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.ContextDimension; 6 | 7 | /** 8 | * 9 | * A representation of the model object 'User Role'. 10 | * 11 | * 12 | * 13 | * @see IFML.Extensions.ExtensionsPackage#getUserRole() 14 | * @model 15 | * @generated 16 | */ 17 | public interface UserRole extends ContextDimension { 18 | } // UserRole 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/ValidationRule.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions; 4 | 5 | import IFML.Core.Constraint; 6 | 7 | /** 8 | * 9 | * A representation of the model object 'Validation Rule'. 10 | * 11 | * 12 | * 13 | * @see IFML.Extensions.ExtensionsPackage#getValidationRule() 14 | * @model 15 | * @generated 16 | */ 17 | public interface ValidationRule extends Constraint { 18 | } // ValidationRule 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/impl/FormImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions.impl; 4 | 5 | import IFML.Core.impl.ViewComponentImpl; 6 | 7 | import IFML.Extensions.ExtensionsPackage; 8 | import IFML.Extensions.Form; 9 | 10 | import org.eclipse.emf.ecore.EClass; 11 | 12 | /** 13 | * 14 | * An implementation of the model object 'Form'. 15 | * 16 | *

17 | *

18 | * 19 | * @generated 20 | */ 21 | public class FormImpl extends ViewComponentImpl implements Form { 22 | /** 23 | * 24 | * 25 | * @generated 26 | */ 27 | protected FormImpl() { 28 | super(); 29 | } 30 | 31 | /** 32 | * 33 | * 34 | * @generated 35 | */ 36 | @Override 37 | protected EClass eStaticClass() { 38 | return ExtensionsPackage.Literals.FORM; 39 | } 40 | 41 | } //FormImpl 42 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/impl/SimpleFieldImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions.impl; 4 | 5 | import IFML.Extensions.ExtensionsPackage; 6 | import IFML.Extensions.SimpleField; 7 | 8 | import org.eclipse.emf.ecore.EClass; 9 | 10 | /** 11 | * 12 | * An implementation of the model object 'Simple Field'. 13 | * 14 | *

15 | *

16 | * 17 | * @generated 18 | */ 19 | public class SimpleFieldImpl extends FieldImpl implements SimpleField { 20 | /** 21 | * 22 | * 23 | * @generated 24 | */ 25 | protected SimpleFieldImpl() { 26 | super(); 27 | } 28 | 29 | /** 30 | * 31 | * 32 | * @generated 33 | */ 34 | @Override 35 | protected EClass eStaticClass() { 36 | return ExtensionsPackage.Literals.SIMPLE_FIELD; 37 | } 38 | 39 | } //SimpleFieldImpl 40 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/util/ExtensionsResourceImpl.java: -------------------------------------------------------------------------------- 1 | /** 2 | */ 3 | package IFML.Extensions.util; 4 | 5 | import org.eclipse.emf.common.util.URI; 6 | 7 | import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; 8 | 9 | /** 10 | * 11 | * The Resource associated with the package. 12 | * 13 | * @see IFML.Extensions.util.ExtensionsResourceFactoryImpl 14 | * @generated 15 | */ 16 | public class ExtensionsResourceImpl extends XMLResourceImpl { 17 | /** 18 | * Creates an instance of the resource. 19 | * 20 | * 21 | * @param uri the URI of the new resource. 22 | * @generated 23 | */ 24 | public ExtensionsResourceImpl(URI uri) { 25 | super(uri); 26 | } 27 | 28 | } //ExtensionsResourceImpl 29 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/DetailsValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.Details}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface DetailsValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/DeviceValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.Device}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface DeviceValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/FieldValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.Field}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface FieldValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/FormValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.Form}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface FormValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/IFMLMenuValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.IFMLMenu}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface IFMLMenuValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/IFMLSlotValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.IFMLSlot}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface IFMLSlotValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/IFMLWindowValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.IFMLWindow}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface IFMLWindowValidator { 15 | boolean validate(); 16 | 17 | boolean validateIsModal(boolean value); 18 | boolean validateIsNewWindow(boolean value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/JumpEventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | import IFML.Extensions.LandingEvent; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Extensions.JumpEvent}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface JumpEventValidator { 16 | boolean validate(); 17 | 18 | boolean validateLandingEvent(LandingEvent value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/LandingEventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Extensions.LandingEvent}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface LandingEventValidator { 16 | boolean validate(); 17 | 18 | boolean validateJumpingEvents(EList value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/ListValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | import org.eclipse.emf.common.util.EList; 8 | 9 | /** 10 | * A sample validator interface for {@link IFML.Extensions.List}. 11 | * This doesn't really do anything, and it's not a real EMF artifact. 12 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 13 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 14 | */ 15 | public interface ListValidator { 16 | boolean validate(); 17 | 18 | boolean validateSelectEvent(EList value); 19 | } 20 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/OnLoadEventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.OnLoadEvent}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface OnLoadEventValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/OnSelectEventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.OnSelectEvent}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface OnSelectEventValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/OnSubmitEventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.OnSubmitEvent}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface OnSubmitEventValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/PositionValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.Position}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface PositionValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/SelectionFieldValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.SelectionField}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface SelectionFieldValidator { 15 | boolean validate(); 16 | 17 | boolean validateIsMultiSelection(boolean value); 18 | } 19 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/SetContextEventValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.SetContextEvent}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface SetContextEventValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/SimpleFieldValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.SimpleField}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface SimpleFieldValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/UserRoleValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.UserRole}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface UserRoleValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/src/IFML/Extensions/validation/ValidationRuleValidator.java: -------------------------------------------------------------------------------- 1 | /** 2 | * 3 | * $Id$ 4 | */ 5 | package IFML.Extensions.validation; 6 | 7 | 8 | /** 9 | * A sample validator interface for {@link IFML.Extensions.ValidationRule}. 10 | * This doesn't really do anything, and it's not a real EMF artifact. 11 | * It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended. 12 | * This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 13 | */ 14 | public interface ValidationRuleValidator { 15 | boolean validate(); 16 | 17 | } 18 | -------------------------------------------------------------------------------- /plugins/IFMLEditor/text/description.txt: -------------------------------------------------------------------------------- 1 | Model IFML-Metamodel 2 | 3 | This model description is not a real EMF artifact. It was generated by the 4 | org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's 5 | code generator can be extended. 6 | This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false. 7 | 8 | Package IFML 9 | -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/.DS_Store -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/.gitignore: -------------------------------------------------------------------------------- 1 | /bin 2 | -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | encoding//src/templates/helper.mtl=UTF-8 3 | -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Bundle-ManifestVersion: 2 3 | Bundle-Name: IFMLEditorDesign 4 | Bundle-SymbolicName: IFMLEditorDesign;singleton:=true 5 | Bundle-Version: 1.0.0 6 | Bundle-Activator: defaultpackage.Activator 7 | Require-Bundle: org.eclipse.ui, 8 | org.eclipse.core.runtime, 9 | org.eclipse.ui.ide, 10 | org.eclipse.ui.navigator, 11 | org.eclipse.emf.common.ui, 12 | org.eclipse.sirius.common, 13 | org.eclipse.sirius.common.ui, 14 | org.eclipse.sirius, 15 | org.eclipse.sirius.ui, 16 | org.eclipse.sirius.common.acceleo.mtl, 17 | org.eclipse.sirius.diagram, 18 | org.eclipse.sirius.ext.base, 19 | IFMLEditor.editor;bundle-version="1.0.0" 20 | Bundle-ActivationPolicy: lazy 21 | Export-Package: templates 22 | Bundle-RequiredExecutionEnvironment: JavaSE-1.6 23 | Bundle-Vendor: Automobie 24 | -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/build.properties: -------------------------------------------------------------------------------- 1 | # 2 | #Wed Apr 09 11:56:49 CEST 2014 3 | bin.includes = META-INF/,\ 4 | .,\ 5 | description/,\ 6 | plugin.xml,\ 7 | img/ 8 | output..=bin/ 9 | source..=src/ 10 | customBuildCallbacks=build.acceleo 11 | -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/.DS_Store -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/.DS_Store -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/Action.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/Action.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/ActionEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/ActionEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/CatchingEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/CatchingEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/JumpEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/JumpEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/LandingEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/LandingEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/MultiselectionEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/MultiselectionEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/OnLoadEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/OnLoadEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/OnSelectEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/OnSelectEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/OnSubmitEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/OnSubmitEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/SetContextEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/SetContextEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/SystemEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/SystemEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/ThrowingEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/ThrowingEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/ViewContainer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/ViewContainer.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/components/ViewElementEvent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/components/ViewElementEvent.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/action_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/action_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/action_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/action_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/activation_expression_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/activation_expression_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/annotation_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/annotation_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/catching_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/catching_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/classifier_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/classifier_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/conditional_expression_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/conditional_expression_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/data_binding_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/data_binding_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/data_flow_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/data_flow_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/details_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/details_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/dynamic_behavior_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/dynamic_behavior_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/entity_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/entity_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/expression_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/expression_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/form_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/form_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/input_port_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/input_port_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/interaction_flow_expression_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/interaction_flow_expression_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/interaction_flow_model_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/interaction_flow_model_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/jump_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/jump_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/landing_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/landing_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/list_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/list_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/module_definition_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/module_definition_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/module_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/module_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/navigation_flow_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/navigation_flow_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/onload_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/onload_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/onselect_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/onselect_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/onsubmit_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/onsubmit_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/output_port_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/output_port_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/parameter_binding_group_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/parameter_binding_group_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/parameter_binding_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/parameter_binding_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/parameter_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/parameter_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/pop_up_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/pop_up_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/port_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/port_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/select_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/select_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/selection_field_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/selection_field_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/selector_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/selector_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/set_context_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/set_context_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/simple_field_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/simple_field_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/structural_feature_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/structural_feature_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/submit_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/submit_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/system_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/system_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/throwing_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/throwing_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/view_component_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/view_component_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/view_component_part_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/view_component_part_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/view_container_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/view_container_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/view_element_event_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/view_element_event_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/viewpoint_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/viewpoint_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/icons/window_obj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/icons/window_obj.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/img/logo/IFML_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ifml/ifml-editor/fb9be768890fa981ec55dd6b0aaad22c280da019/plugins/IFMLEditorDesign/img/logo/IFML_logo.png -------------------------------------------------------------------------------- /plugins/IFMLEditorDesign/plugin.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 8 | 9 | 10 | 11 | --------------------------------------------------------------------------------