Skip to content
Snippets Groups Projects
Commit 852e874d authored by Fabian Wiesner's avatar Fabian Wiesner
Browse files

Clean Up

git-svn-id: https://se1.informatik.uni-wuerzburg.de/usvn/svn/code/code/DMM/trunk@9709 9e42b895-fcda-4063-8a3b-11be15eb1bbd
parent 34704f39
No related branches found
No related tags found
No related merge requests found
Showing
with 14 additions and 64 deletions
modelFileExtension = repository
pluginId = edu.kit.ipd.descartes.mm.applicationlevel.repository.compositediagram
mainPackage = edu.kit.ipd.descartes.mm.applicationlevel.repository.compositediagram
diagramPackage = edu.kit.ipd.descartes.mm.applicationlevel.repository.compositediagram.diagram
featurePackage = edu.kit.ipd.descartes.mm.applicationlevel.repository.compositediagram.features
propertyPackage = edu.kit.ipd.descartes.mm.applicationlevel.repository.compositediagram.property
stylesPackage = edu.kit.ipd.descartes.mm.applicationlevel.repository.compositediagram.styles
gradientsPackage= edu.kit.ipd.descartes.mm.applicationlevel.repository.compositediagram.gradients
shapesPackage = edu.kit.ipd.descartes.mm.applicationlevel.repository.compositediagram.shapes
utilPackage = org.eclipselabs.spray.runtime.graphiti.containers
srcManPath = src
srcGenPath = src-gen
resourceManPath = resource
resourceGenPath = resource-gen
projectPath = ./edu.kit.ipd.descartes.mm.applicationlevel.repository.compositediagram
headerTimestamp = true
...@@ -8,13 +8,6 @@ ...@@ -8,13 +8,6 @@
// Add import statements here, e.g. // Add import statements here, e.g.
// import java.util.* // import java.util.*
// Add definition of shapes here.
// shape RectangleShape {
// rectangle {
// position(x=0,y=0)
// size(width=100,height=100)
// }
// }
shape CompositeShape { shape CompositeShape {
rectangle { rectangle {
......
...@@ -12,45 +12,19 @@ import repository.* ...@@ -12,45 +12,19 @@ import repository.*
diagram compositediagram for Repository style CompositediagramDefaultStyle diagram compositediagram for Repository style CompositediagramDefaultStyle
// Add class mappings here. Refer to EClasses here. Don't forget to configure a
// dependency to the plugin defining the EMF metamodel in META-INF/MANIFEST.MF.
// It is required to have a genmodel for the metamodel. If the Ecore model lies in
// a workspace project, this project must have the Xtext nature.
//
// Example class mapping:
// class BusinessClass icon "ecore/EClass.gif" {
// container ( fill=yellow )
// {
// text ( ) { "<<"+eClass.name+">> " + name};
// line ( color=black width=2)
// }
// behavior {
// // Enable create feature for this class and add it to the palette "Shapes"
// create into types palette "Shapes";
// }
// }
//
// Example association mapping:
// class Association icon "connection16.gif" {
// connection ( ) {
// from source;
// to target;
// fromText "source " + source.name
// }
// }
class AssemblyConnector icon "connection16.gif" { //class AssemblyConnector icon "connection16.gif" {
connection AssemblyConnectorConnection { // connection AssemblyConnectorConnection {
name into assocText // name into assocText
} // }
{ // {
from providingAssemblyContext; // from providingAssemblyContext;
to requiringAssemblyContext; // to requiringAssemblyContext;
} // }
behavior { // behavior {
create palette "Connectors" // create palette "Connectors"
} // }
} //}
class CompositeComponent { class CompositeComponent {
shape CompositeShape { shape CompositeShape {
......
/************************************************************************************* /*************************************************************************************
* *
* Generated on Thu Jan 03 18:22:47 CET 2013 by Spray PluginActivator.xtend * Generated on Thu Jan 10 09:46:29 CET 2013 by Spray PluginActivator.xtend
* *
* This file contains generated and should not be changed. * This file contains generated and should not be changed.
* Use the extension point class (the direct subclass of this class) to add manual code * Use the extension point class (the direct subclass of this class) to add manual code
......
/************************************************************************************* /*************************************************************************************
* *
* Generated on Thu Jan 03 18:22:47 CET 2013 by Spray GuiceModule.xtend * Generated on Thu Jan 10 09:46:29 CET 2013 by Spray GuiceModule.xtend
* *
* This file is an extension point: copy to "src" folder to manually add code to this * This file is an extension point: copy to "src" folder to manually add code to this
* extension point. * extension point.
......
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