Skip to content
Snippets Groups Projects
Commit 05a8a1e2 authored by Stefano puri's avatar Stefano puri
Browse files

Initial CHESS plugins (part2/2)

parent c3c0d34c
No related branches found
No related tags found
No related merge requests found
Showing
with 23021 additions and 0 deletions
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
/bin/
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.polarsys.chess.chessmlprofile</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
#Wed Apr 27 11:46:59 CEST 2011
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
org.eclipse.jdt.core.compiler.compliance=1.6
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.6
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: CHESS ML profile
Bundle-SymbolicName: org.polarsys.chess.chessmlprofile;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: University of Padova
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.ui.workbench,
org.eclipse.emf.common,
org.eclipse.papyrus.marte.static.profile;visibility:=reexport,
org.eclipse.emf,
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.emf.ecore.xmi;visibility:=reexport,
org.eclipse.uml2.uml;visibility:=reexport,
org.eclipse.uml2.types;visibility:=reexport,
org.eclipse.papyrus.uml.diagram.common;bundle-version="1.0.0"
Bundle-ActivationPolicy: lazy
Export-Package: org.polarsys.chess.chessmlprofile;uses:="org.eclipse.ui.plugin,org.osgi.framework",
org.polarsys.chess.chessmlprofile.ComponentModel,
org.polarsys.chess.chessmlprofile.ComponentModel.impl,
org.polarsys.chess.chessmlprofile.ComponentModel.util,
org.polarsys.chess.chessmlprofile.Core,
org.polarsys.chess.chessmlprofile.Core.CHESSViews,
org.polarsys.chess.chessmlprofile.Core.CHESSViews.impl,
org.polarsys.chess.chessmlprofile.Core.CHESSViews.util,
org.polarsys.chess.chessmlprofile.Core.impl,
org.polarsys.chess.chessmlprofile.Core.util,
org.polarsys.chess.chessmlprofile.Dependability.DataFlowCallGraph,
org.polarsys.chess.chessmlprofile.Dependability.DataFlowCallGraph.impl,
org.polarsys.chess.chessmlprofile.Dependability.DataFlowCallGraph.util,
org.polarsys.chess.chessmlprofile.Dependability.DependableComponent,
org.polarsys.chess.chessmlprofile.Dependability.DependableComponent.impl,
org.polarsys.chess.chessmlprofile.Dependability.DependableComponent.util,
org.polarsys.chess.chessmlprofile.Dependability.FMEA,
org.polarsys.chess.chessmlprofile.Dependability.FMEA.FMEADataTypes,
org.polarsys.chess.chessmlprofile.Dependability.FMEA.FMEADataTypes.impl,
org.polarsys.chess.chessmlprofile.Dependability.FMEA.impl,
org.polarsys.chess.chessmlprofile.Dependability.FMEA.util,
org.polarsys.chess.chessmlprofile.Dependability.FailurePropagation,
org.polarsys.chess.chessmlprofile.Dependability.FailurePropagation.FailurePropagationDataTypes,
org.polarsys.chess.chessmlprofile.Dependability.FailurePropagation.FailurePropagationDataTypes.impl,
org.polarsys.chess.chessmlprofile.Dependability.FailurePropagation.impl,
org.polarsys.chess.chessmlprofile.Dependability.FailurePropagation.util,
org.polarsys.chess.chessmlprofile.Dependability.MitigationMeans,
org.polarsys.chess.chessmlprofile.Dependability.MitigationMeans.impl,
org.polarsys.chess.chessmlprofile.Dependability.MitigationMeans.util,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.FaultTolerance,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.FaultTolerance.impl,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.FaultTolerance.util,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.MaintenanceMonitoring,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.MaintenanceMonitoring.impl,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.MaintenanceMonitoring.util,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedAnalysis,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedAnalysis.impl,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedAnalysis.util,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedComponents,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedComponents.impl,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedComponents.util,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedDataTypes,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedDataTypes.impl,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedDataTypes.util,
org.polarsys.chess.chessmlprofile.Dependability.ThreatsPropagation,
org.polarsys.chess.chessmlprofile.Dependability.ThreatsPropagation.impl,
org.polarsys.chess.chessmlprofile.Dependability.ThreatsPropagation.util,
org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.DeploymentConfAnalysis,
org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.DeploymentConfAnalysis.impl,
org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.DeploymentConfAnalysis.util,
org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.HardwareBaseline,
org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.HardwareBaseline.impl,
org.polarsys.chess.chessmlprofile.Predictability.DeploymentConfiguration.HardwareBaseline.util,
org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel,
org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.RTDataTypes,
org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.RTDataTypes.impl,
org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.RTDataTypes.util,
org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.impl,
org.polarsys.chess.chessmlprofile.Predictability.RTComponentModel.util,
org.polarsys.chess.chessmlprofile.Predictability.TimingAnalysis,
org.polarsys.chess.chessmlprofile.Predictability.TimingAnalysis.TimingConstraints,
org.polarsys.chess.chessmlprofile.Predictability.TimingAnalysis.TimingConstraints.impl,
org.polarsys.chess.chessmlprofile.Predictability.TimingAnalysis.TimingConstraints.util,
org.polarsys.chess.chessmlprofile.Predictability.TimingAnalysis.impl,
org.polarsys.chess.chessmlprofile.Predictability.TimingAnalysis.util,
org.polarsys.chess.chessmlprofile.impl,
org.polarsys.chess.chessmlprofile.util
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="myprofile"
nsURI="http://www.myprofile" nsPrefix="myprofile">
<eClassifiers xsi:type="ecore:EClass" name="Stereotype0">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Class" ordered="false"
lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.uml2.uml/model/UML.ecore#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="myAtt" ordered="false"
lowerBound="1" eType="ecore:EClass ../model/MARTE_Library.ecore#//BasicNFP_Types/NFP_Real"/>
</eClassifiers>
</ecore:EPackage>
<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:genmodel="http://www.eclipse.org/uml2/2.2.0/GenModel" modelDirectory="/org.polarsys.chess.chessmlprofile/src"
modelPluginID="org.polarsys.chess.chessmlprofile" modelName="Myprofile" importerID="org.eclipse.uml2.uml.ecore.importer"
complianceLevel="5.0" copyrightFields="false" usedGenPackages="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.genmodel#//ecore ../model/MARTE.genmodel#//MARTE_Library platform:/plugin/org.eclipse.uml2.uml/model/UML.genmodel#//uml">
<genAnnotations source="http://www.eclipse.org/emf/2002/GenModel/importer/org.eclipse.uml2.uml.ecore.importer">
<details key="ECORE_TAGGED_VALUES" value="PROCESS"/>
<details key="UNION_PROPERTIES" value="REPORT"/>
<details key="DUPLICATE_FEATURES" value="DISCARD"/>
<details key="SUBSETTING_PROPERTIES" value="REPORT"/>
<details key="COMMENTS" value="PROCESS"/>
<details key="DUPLICATE_FEATURE_INHERITANCE" value="DISCARD"/>
<details key="DUPLICATE_OPERATIONS" value="DISCARD"/>
<details key="INVARIANT_CONSTRAINTS" value="PROCESS"/>
<details key="REDEFINING_PROPERTIES" value="REPORT"/>
<details key="ANNOTATION_DETAILS" value="PROCESS"/>
<details key="DUPLICATE_OPERATION_INHERITANCE" value="DISCARD"/>
<details key="REDEFINING_OPERATIONS" value="REPORT"/>
<details key="DERIVED_FEATURES" value="PROCESS"/>
<details key="OPERATION_BODIES" value="IGNORE"/>
<details key="CAMEL_CASE_NAMES" value="IGNORE"/>
<details key="SUPER_CLASS_ORDER" value="PROCESS"/>
</genAnnotations>
<foreignModel>../model/myprofile.profile.uml</foreignModel>
<genPackages xsi:type="genmodel:GenPackage" prefix="myprofile" resource="XML" disposableProviderFactory="true"
ecorePackage="myprofile.ecore#/">
<genClasses xsi:type="genmodel:GenClass" ecoreClass="myprofile.ecore#//Stereotype0">
<genFeatures xsi:type="genmodel:GenFeature" notify="false" createChild="false"
propertySortChoices="true" ecoreFeature="ecore:EReference myprofile.ecore#//Stereotype0/base_Class"/>
<genFeatures xsi:type="genmodel:GenFeature" createChild="false" ecoreFeature="ecore:EAttribute myprofile.ecore#//Stereotype0/myAtt"/>
</genClasses>
</genPackages>
</genmodel:GenModel>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About</title>
</head>
<body lang="EN-US">
<h2>About This Content</h2>
<p>November 14, 2008</p>
<h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in (&quot;Content&quot;). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 (&quot;EPL&quot;). A copy of the EPL is available
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
For purposes of the EPL, &quot;Program&quot; will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
being redistributed by another party (&quot;Redistributor&quot;) and different terms and conditions may
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
</body>
</html>
\ No newline at end of file
bin.includes = .,\
model/,\
META-INF/,\
plugin.xml,\
plugin.properties,\
icons/,\
library/,\
readme.txt,\
build.properties,\
palettes/,\
doc/,\
.classpath
jars.compile.order = .
source.. = src/
output.. = bin/
src.includes = icons/,\
library/,\
model/,\
readme.txt
plugins/org.polarsys.chess.chessmlprofile/icons/CHESSicon.gif

612 B

This diff is collapsed.
<?xml version="1.0" encoding="UTF-8"?>
<di:SashWindowsMngr xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:di="http://www.eclipse.org/papyrus/0.7.0/sashdi">
<pageList>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_mwzqMG2PEd-OHNNfvuYr9g"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_TvxXUG2REd-OHNNfvuYr9g"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_iv4ggG2REd-OHNNfvuYr9g"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_7EqPsG8VEd-8i8zc_Ad2sQ"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_Z4j-MLzoEd-yoLyJo0JlOg"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_6O0o8LzqEd-yoLyJo0JlOg"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_q0aMYL86Ed-TL8tpOyViyA"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_a_r58L87Ed-TL8tpOyViyA"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_rATocL88Ed-TL8tpOyViyA"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_Z-N5EL8_Ed-TL8tpOyViyA"/>
</availablePage>
<availablePage/>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_ETk7EMAPEd-Dn5_MBIs5Vw"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_ESCl0MAWEd-Dn5_MBIs5Vw"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_5kiiEMCpEd-RT45s8cwWMg"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_f3-n0MCqEd-RT45s8cwWMg"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_5dOcUMCtEd-RT45s8cwWMg"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_cqie0MDTEd-RT45s8cwWMg"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_v37EAMFzEd--atLXXafOiQ"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_3OelYMF0Ed--atLXXafOiQ"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_Q1L50MF1Ed--atLXXafOiQ"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_qK9_0MJFEd-0jpzjleFnug"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_VFbVEDQ2EeC0ueejuetpgA"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_wtNJYDQ2EeC0ueejuetpgA"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_9U2J4DQ3EeC0ueejuetpgA"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_Fx_DYDQ6EeC0ueejuetpgA"/>
</availablePage>
<availablePage>
<emfPageIdentifier href="CHESS.profile.notation#_T56zMFiJEeG7ipvuc3Lqcg"/>
</availablePage>
</pageList>
<sashModel currentSelection="//@sashModel/@windows.0/@children.0">
<windows>
<children xsi:type="di:TabFolder">
<children>
<emfPageIdentifier href="CHESS.profile.notation#_9U2J4DQ3EeC0ueejuetpgA"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_VFbVEDQ2EeC0ueejuetpgA"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_3OelYMF0Ed--atLXXafOiQ"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_q0aMYL86Ed-TL8tpOyViyA"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_rATocL88Ed-TL8tpOyViyA"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_a_r58L87Ed-TL8tpOyViyA"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_Z-N5EL8_Ed-TL8tpOyViyA"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_Z4j-MLzoEd-yoLyJo0JlOg"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_wtNJYDQ2EeC0ueejuetpgA"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_TvxXUG2REd-OHNNfvuYr9g"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_7EqPsG8VEd-8i8zc_Ad2sQ"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_6O0o8LzqEd-yoLyJo0JlOg"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_qK9_0MJFEd-0jpzjleFnug"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_7EqPsG8VEd-8i8zc_Ad2sQ"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_Fx_DYDQ6EeC0ueejuetpgA"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_Q1L50MF1Ed--atLXXafOiQ"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_5dOcUMCtEd-RT45s8cwWMg"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_5kiiEMCpEd-RT45s8cwWMg"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_cqie0MDTEd-RT45s8cwWMg"/>
</children>
<children>
<emfPageIdentifier href="CHESS.profile.notation#_T56zMFiJEeG7ipvuc3Lqcg"/>
</children>
</children>
</windows>
</sashModel>
</di:SashWindowsMngr>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<paletteDefinition>
<content>
<drawer
iconpath="platform:/plugin/org.polarsys.chess.core/resources/CHESSicon.gif"
id="Drawer__1309342024129"
name="CHESS/Activity">
<aspectTool
description="Create an Initial node"
iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/InitialNode.gif"
id="createInitialnode1CreationTool_1309342089771" name="Initial node" refToolId="createInitialnode1CreationTool"/>
<aspectTool description="Create a Call Operation Action node" iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/CallOperationAction.gif" id="createCallOperationAction12CreationTool_1309342114350" name="Call Operation Action" refToolId="createCallOperationAction3CreationTool"/>
<aspectTool description="Create a Decision node" iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/DecisionNode.gif" id="createDecisionnode4CreationTool_1309342122851" name="Decision node" refToolId="createDecisionnode4CreationTool"/>
<aspectTool description="Create an Activity final node" iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/ActivityFinalNode.gif" id="createActivityfinal2CreationTool_1309342729356" name="Activity final" refToolId="createActivityfinal2CreationTool"/>
<aspectTool description="Create a Control Flow" iconpath="platform:/plugin/org.eclipse.uml2.uml.edit/icons/full/obj16/ControlFlow.gif" id="createControlFlow1CreationTool_1309342738936" name="Control Flow" refToolId="createControlFlow1CreationTool"/>
</drawer>
</content>
</paletteDefinition>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment