Author: fahland
Date: Mon Apr  6 17:50:57 2009
New Revision: 4044

URL: http://svn.gna.org/viewcvs/service-tech?rev=4044&view=rev
Log:
+ made PetriNets meta-model extensible, added classes for extending Petri net 
nodes
+ changed default model extension to .ptnet, providing context-menu action for 
converting existing models
+ added Woflan-TPN editor
+ icons for diagram editor

Added:
    
trunk/seda/hub.top.editor.ptnetLoLA.diagram/src/hub/top/editor/ui/actions/PtNetLoLARename.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/ctool16/CreatePtNet_arcs_ArcToPlaceExt.gif
   (with props)
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/ctool16/CreatePtNet_arcs_ArcToTransitionExt.gif
   (with props)
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/ctool16/CreatePtNet_places_PlaceExt.gif
   (with props)
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/ctool16/CreatePtNet_transitions_TransitionExt.gif
   (with props)
    trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/obj16/ArcToPlaceExt.gif 
  (with props)
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/obj16/ArcToTransitionExt.gif
   (with props)
    trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/obj16/PlaceExt.gif   
(with props)
    trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/obj16/TransitionExt.gif 
  (with props)
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/ArcToPlaceExtItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/ArcToTransitionExtItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PlaceExtItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/TransitionExtItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/ArcToPlaceExt.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/ArcToTransitionExt.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PlaceExt.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/TransitionExt.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/ArcToPlaceExtImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/ArcToTransitionExtImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PlaceExtImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/TransitionExtImpl.java
    
trunk/seda/hub.top.editor.resource/src/hub/top/editor/eclipse/FileIOHelper.java
    
trunk/seda/hub.top.editor.resource/src/hub/top/editor/eclipse/PrettyPrinter.java
    
trunk/seda/hub.top.editor.resource/src/hub/top/editor/eclipse/ui/ConvertDiagramFileAction.java
   (with props)
    
trunk/seda/hub.top.editor.resource/src/hub/top/editor/eclipse/ui/ConvertFileWizard.java
   (with props)
Modified:
    trunk/seda/hub.top.editor.lola.text/plugin.xml
    
trunk/seda/hub.top.editor.lola.text/src/hub/top/editor/lola/text/ModelEditor.java
    
trunk/seda/hub.top.editor.lola.text/src/hub/top/editor/lola/text/ModelEditorON.java
    
trunk/seda/hub.top.editor.lola.text/src/hub/top/editor/lola/text/ModelEditorTPN.java
    trunk/seda/hub.top.editor.ptnetLoLA.diagram/META-INF/MANIFEST.MF
    trunk/seda/hub.top.editor.ptnetLoLA.diagram/plugin.properties
    trunk/seda/hub.top.editor.ptnetLoLA.diagram/plugin.xml
    
trunk/seda/hub.top.editor.ptnetLoLA.diagram/src/hub/top/editor/petrinets/diagram/eclipse/PtnetLoLADiagramEditorUtil.java
    
trunk/seda/hub.top.editor.ptnetLoLA.diagram/src/hub/top/editor/ptnetLoLA/diagram/edit/parts/PtNetEditPart.java
    
trunk/seda/hub.top.editor.ptnetLoLA.diagram/src/hub/top/editor/ptnetLoLA/diagram/part/PtnetLoLACreationWizard.java
    
trunk/seda/hub.top.editor.ptnetLoLA.diagram/src/hub/top/editor/ptnetLoLA/diagram/part/PtnetLoLANewDiagramFileWizard.java
    
trunk/seda/hub.top.editor.ptnetLoLA.diagram/src/hub/top/editor/ptnetLoLA/diagram/part/PtnetLoLAPaletteFactory.java
    
trunk/seda/hub.top.editor.ptnetLoLA.diagram/src/hub/top/editor/ptnetLoLA/diagram/part/PtnetLoLAUriEditorInputTester.java
    trunk/seda/hub.top.editor.ptnetLoLA.edit/.classpath
    trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/obj16/Arc.gif
    trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/obj16/ArcToPlace.gif
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/obj16/ArcToTransition.gif
    trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/obj16/Place.gif
    trunk/seda/hub.top.editor.ptnetLoLA.edit/icons/full/obj16/Transition.gif
    trunk/seda/hub.top.editor.ptnetLoLA.edit/plugin.properties
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/AnnotationItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/ArcItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/ArcToPlaceItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/ArcToTransitionItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/MarkingItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/NodeItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PlaceItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PlaceReferenceItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PtNetItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PtnetLoLAEditPlugin.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/PtnetLoLAItemProviderAdapterFactory.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/RefMarkedPlaceItemProvider.java
    
trunk/seda/hub.top.editor.ptnetLoLA.edit/src/hub/top/editor/ptnetLoLA/provider/TransitionItemProvider.java
    trunk/seda/hub.top.editor.ptnetLoLA/.classpath
    trunk/seda/hub.top.editor.ptnetLoLA/model/gmf/ptnetLoLA.gmfgen
    trunk/seda/hub.top.editor.ptnetLoLA/model/ptnetLoLA.ecore
    trunk/seda/hub.top.editor.ptnetLoLA/model/ptnetLoLA.ecore_diagram
    trunk/seda/hub.top.editor.ptnetLoLA/model/ptnetLoLA.genmodel
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/Annotation.java
    trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/Arc.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/Marking.java
    trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/Node.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/NodeType.java
    trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/Place.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PlaceReference.java
    trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PtNet.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PtnetLoLAFactory.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/PtnetLoLAPackage.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/RefMarkedPlace.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/AnnotationImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/ArcImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/ArcToPlaceImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/ArcToTransitionImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/MarkingImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/NodeImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PlaceImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PlaceReferenceImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PtNetImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PtnetLoLAFactoryImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/PtnetLoLAPackageImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/RefMarkedPlaceImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/impl/TransitionImpl.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/util/PtnetLoLAAdapterFactory.java
    
trunk/seda/hub.top.editor.ptnetLoLA/src/hub/top/editor/ptnetLoLA/util/PtnetLoLASwitch.java
    
trunk/seda/hub.top.editor.resource/src/hub/top/editor/eclipse/EditorUtil.java
    
trunk/seda/hub.top.editor.resource/src/hub/top/editor/eclipse/IEditorUtil.java
    
trunk/seda/hub.top.editor.resource/src/hub/top/editor/eclipse/ui/ExportWizard.java
    trunk/seda/hub.top.seda.tef/feature.xml
    trunk/seda/hub.top.seda/feature.xml


-- 
You received this e-mail, because you subscribed the mailing list 
"service-tech-commits" which will forward you any e-mail addressed to 
[email protected]. If you want to unsubscribe or make any changes to 
your subscription, please go to
https://mail.gna.org/listinfo/service-tech-commits.

Reply via email to