├── Chapter_7_AS
├── mdse.book.smvcml
│ ├── .classpath
│ ├── .project
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── bin
│ │ └── smvcml
│ │ │ ├── Attribute.class
│ │ │ ├── Class.class
│ │ │ ├── Controller.class
│ │ │ ├── CtrlOperation.class
│ │ │ ├── DAO.class
│ │ │ ├── Element.class
│ │ │ ├── Model.class
│ │ │ ├── Operation.class
│ │ │ ├── SmvcmlFactory.class
│ │ │ ├── SmvcmlPackage$Literals.class
│ │ │ ├── SmvcmlPackage.class
│ │ │ ├── View.class
│ │ │ ├── impl
│ │ │ ├── AttributeImpl.class
│ │ │ ├── ClassImpl.class
│ │ │ ├── ControllerImpl.class
│ │ │ ├── DAOImpl.class
│ │ │ ├── ElementImpl.class
│ │ │ ├── ModelImpl.class
│ │ │ ├── OperationImpl.class
│ │ │ ├── SmvcmlFactoryImpl.class
│ │ │ ├── SmvcmlPackageImpl.class
│ │ │ └── ViewImpl.class
│ │ │ └── util
│ │ │ ├── SmvcmlAdapterFactory$1.class
│ │ │ ├── SmvcmlAdapterFactory.class
│ │ │ └── SmvcmlSwitch.class
│ ├── build.properties
│ ├── model
│ │ ├── smvcml.ecore
│ │ └── smvcml.genmodel
│ ├── plugin.properties
│ ├── plugin.xml
│ └── src
│ │ └── smvcml
│ │ ├── Attribute.java
│ │ ├── Class.java
│ │ ├── Controller.java
│ │ ├── CtrlOperation.java
│ │ ├── DAO.java
│ │ ├── Element.java
│ │ ├── Model.java
│ │ ├── Operation.java
│ │ ├── SmvcmlFactory.java
│ │ ├── SmvcmlPackage.java
│ │ ├── View.java
│ │ ├── impl
│ │ ├── AttributeImpl.java
│ │ ├── ClassImpl.java
│ │ ├── ControllerImpl.java
│ │ ├── DAOImpl.java
│ │ ├── ElementImpl.java
│ │ ├── ModelImpl.java
│ │ ├── OperationImpl.java
│ │ ├── SmvcmlFactoryImpl.java
│ │ ├── SmvcmlPackageImpl.java
│ │ └── ViewImpl.java
│ │ └── util
│ │ ├── SmvcmlAdapterFactory.java
│ │ └── SmvcmlSwitch.java
├── mdse.book.swml.edit
│ ├── .classpath
│ ├── .project
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── bin
│ │ └── swml
│ │ │ └── provider
│ │ │ ├── AttributeItemProvider.class
│ │ │ ├── CLinkItemProvider.class
│ │ │ ├── ClassItemProvider.class
│ │ │ ├── ContentLayerItemProvider.class
│ │ │ ├── DetailsPageItemProvider.class
│ │ │ ├── DynamicPageItemProvider.class
│ │ │ ├── HypertextLayerItemProvider.class
│ │ │ ├── IndexPageItemProvider.class
│ │ │ ├── LinkItemProvider.class
│ │ │ ├── NCLinkItemProvider.class
│ │ │ ├── PageItemProvider.class
│ │ │ ├── StaticPageItemProvider.class
│ │ │ ├── SwmlEditPlugin$Implementation.class
│ │ │ ├── SwmlEditPlugin.class
│ │ │ ├── SwmlItemProviderAdapterFactory.class
│ │ │ └── WebModelItemProvider.class
│ ├── build.properties
│ ├── icons
│ │ └── full
│ │ │ ├── ctool16
│ │ │ ├── CreateClass_attributes_Attribute.gif
│ │ │ ├── CreateContentLayer_classes_Class.gif
│ │ │ ├── CreateHypertextLayer_pages_DetailsPage.gif
│ │ │ ├── CreateHypertextLayer_pages_IndexPage.gif
│ │ │ ├── CreateHypertextLayer_pages_StaticPage.gif
│ │ │ ├── CreatePage_links_CLink.gif
│ │ │ ├── CreatePage_links_NCLink.gif
│ │ │ ├── CreateWebModel_content_ContentLayer.gif
│ │ │ └── CreateWebModel_hypertext_HypertextLayer.gif
│ │ │ └── obj16
│ │ │ ├── Attribute.gif
│ │ │ ├── CLink.gif
│ │ │ ├── Class.gif
│ │ │ ├── ContentLayer.gif
│ │ │ ├── DetailsPage.gif
│ │ │ ├── HypertextLayer.gif
│ │ │ ├── IndexPage.gif
│ │ │ ├── NCLink.gif
│ │ │ ├── StaticPage.gif
│ │ │ └── WebModel.gif
│ ├── plugin.properties
│ ├── plugin.xml
│ └── src
│ │ └── swml
│ │ └── provider
│ │ ├── AttributeItemProvider.java
│ │ ├── CLinkItemProvider.java
│ │ ├── ClassItemProvider.java
│ │ ├── ContentLayerItemProvider.java
│ │ ├── DetailsPageItemProvider.java
│ │ ├── DynamicPageItemProvider.java
│ │ ├── HypertextLayerItemProvider.java
│ │ ├── IndexPageItemProvider.java
│ │ ├── LinkItemProvider.java
│ │ ├── NCLinkItemProvider.java
│ │ ├── PageItemProvider.java
│ │ ├── StaticPageItemProvider.java
│ │ ├── SwmlEditPlugin.java
│ │ ├── SwmlItemProviderAdapterFactory.java
│ │ └── WebModelItemProvider.java
├── mdse.book.swml.editor
│ ├── .classpath
│ ├── .project
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── bin
│ │ └── swml
│ │ │ └── presentation
│ │ │ ├── SwmlActionBarContributor$1.class
│ │ │ ├── SwmlActionBarContributor$2.class
│ │ │ ├── SwmlActionBarContributor$3.class
│ │ │ ├── SwmlActionBarContributor.class
│ │ │ ├── SwmlEditor$1.class
│ │ │ ├── SwmlEditor$10.class
│ │ │ ├── SwmlEditor$11.class
│ │ │ ├── SwmlEditor$12.class
│ │ │ ├── SwmlEditor$13.class
│ │ │ ├── SwmlEditor$14.class
│ │ │ ├── SwmlEditor$15.class
│ │ │ ├── SwmlEditor$16.class
│ │ │ ├── SwmlEditor$17.class
│ │ │ ├── SwmlEditor$18.class
│ │ │ ├── SwmlEditor$1MyContentOutlinePage.class
│ │ │ ├── SwmlEditor$2$1.class
│ │ │ ├── SwmlEditor$2.class
│ │ │ ├── SwmlEditor$3$1.class
│ │ │ ├── SwmlEditor$3$1ResourceDeltaVisitor.class
│ │ │ ├── SwmlEditor$3$2.class
│ │ │ ├── SwmlEditor$3.class
│ │ │ ├── SwmlEditor$4$1.class
│ │ │ ├── SwmlEditor$4.class
│ │ │ ├── SwmlEditor$5.class
│ │ │ ├── SwmlEditor$6.class
│ │ │ ├── SwmlEditor$7.class
│ │ │ ├── SwmlEditor$8.class
│ │ │ ├── SwmlEditor$9.class
│ │ │ ├── SwmlEditor$ReverseAdapterFactoryContentProvider.class
│ │ │ ├── SwmlEditor.class
│ │ │ ├── SwmlEditorPlugin$Implementation.class
│ │ │ ├── SwmlEditorPlugin.class
│ │ │ ├── SwmlModelWizard$1.class
│ │ │ ├── SwmlModelWizard$2.class
│ │ │ ├── SwmlModelWizard$SwmlModelWizardInitialObjectCreationPage$1.class
│ │ │ ├── SwmlModelWizard$SwmlModelWizardInitialObjectCreationPage.class
│ │ │ ├── SwmlModelWizard$SwmlModelWizardNewFileCreationPage.class
│ │ │ └── SwmlModelWizard.class
│ ├── build.properties
│ ├── icons
│ │ └── full
│ │ │ ├── obj16
│ │ │ └── SwmlModelFile.gif
│ │ │ └── wizban
│ │ │ └── NewSwml.gif
│ ├── plugin.properties
│ ├── plugin.xml
│ └── src
│ │ └── swml
│ │ └── presentation
│ │ ├── SwmlActionBarContributor.java
│ │ ├── SwmlEditor.java
│ │ ├── SwmlEditorPlugin.java
│ │ └── SwmlModelWizard.java
└── mdse.book.swml
│ ├── .classpath
│ ├── .project
│ ├── .settings
│ └── org.eclipse.core.resources.prefs
│ ├── META-INF
│ └── MANIFEST.MF
│ ├── bin
│ └── swml
│ │ ├── Attribute.class
│ │ ├── CLink.class
│ │ ├── Class.class
│ │ ├── ContentLayer.class
│ │ ├── DetailsPage.class
│ │ ├── DynamicPage.class
│ │ ├── HypertextLayer.class
│ │ ├── IndexPage.class
│ │ ├── Link.class
│ │ ├── NCLink.class
│ │ ├── Page.class
│ │ ├── SWMLTypes.class
│ │ ├── StaticPage.class
│ │ ├── SwmlFactory.class
│ │ ├── SwmlPackage$Literals.class
│ │ ├── SwmlPackage.class
│ │ ├── WebModel.class
│ │ ├── impl
│ │ ├── AttributeImpl.class
│ │ ├── CLinkImpl.class
│ │ ├── ClassImpl.class
│ │ ├── ContentLayerImpl.class
│ │ ├── DetailsPageImpl.class
│ │ ├── DynamicPageImpl.class
│ │ ├── HypertextLayerImpl.class
│ │ ├── IndexPageImpl.class
│ │ ├── LinkImpl.class
│ │ ├── NCLinkImpl.class
│ │ ├── PageImpl.class
│ │ ├── StaticPageImpl.class
│ │ ├── SwmlFactoryImpl.class
│ │ ├── SwmlPackageImpl.class
│ │ └── WebModelImpl.class
│ │ └── util
│ │ ├── SwmlAdapterFactory$1.class
│ │ ├── SwmlAdapterFactory.class
│ │ └── SwmlSwitch.class
│ ├── build.properties
│ ├── model
│ ├── sWML.ecore
│ ├── sWML.ecore_diagram
│ ├── sWML.emf
│ ├── sWML.genmodel
│ ├── sWML.gmfgen
│ ├── sWML.gmfgraph
│ ├── sWML.gmfmap
│ ├── sWML.gmftool
│ ├── sWML.trace
│ └── sWML_Model.xmi
│ ├── plugin.properties
│ ├── plugin.xml
│ └── src
│ └── swml
│ ├── Attribute.java
│ ├── CLink.java
│ ├── Class.java
│ ├── ContentLayer.java
│ ├── DetailsPage.java
│ ├── DynamicPage.java
│ ├── HypertextLayer.java
│ ├── IndexPage.java
│ ├── Link.java
│ ├── NCLink.java
│ ├── Page.java
│ ├── SWMLTypes.java
│ ├── StaticPage.java
│ ├── SwmlFactory.java
│ ├── SwmlPackage.java
│ ├── WebModel.java
│ ├── impl
│ ├── AttributeImpl.java
│ ├── CLinkImpl.java
│ ├── ClassImpl.java
│ ├── ContentLayerImpl.java
│ ├── DetailsPageImpl.java
│ ├── DynamicPageImpl.java
│ ├── HypertextLayerImpl.java
│ ├── IndexPageImpl.java
│ ├── LinkImpl.java
│ ├── NCLinkImpl.java
│ ├── PageImpl.java
│ ├── StaticPageImpl.java
│ ├── SwmlFactoryImpl.java
│ ├── SwmlPackageImpl.java
│ └── WebModelImpl.java
│ └── util
│ ├── SwmlAdapterFactory.java
│ └── SwmlSwitch.java
├── Chapter_7_GCS
├── mdse.book.swml.diagram
│ ├── .classpath
│ ├── .options
│ ├── .project
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── bin
│ │ └── swml
│ │ │ └── diagram
│ │ │ ├── edit
│ │ │ ├── commands
│ │ │ │ ├── CLinkCreateCommand.class
│ │ │ │ ├── CLinkReorientCommand.class
│ │ │ │ ├── ClassCreateCommand.class
│ │ │ │ ├── ContentLayerCreateCommand.class
│ │ │ │ ├── DetailsPageCreateCommand.class
│ │ │ │ ├── HypertextLayerCreateCommand.class
│ │ │ │ ├── IndexPageCreateCommand.class
│ │ │ │ ├── NCLinkCreateCommand.class
│ │ │ │ ├── NCLinkReorientCommand.class
│ │ │ │ ├── StaticPageCreateCommand.class
│ │ │ │ └── SwmlCreateShortcutDecorationsCommand.class
│ │ │ ├── helpers
│ │ │ │ ├── CLinkEditHelper.class
│ │ │ │ ├── ClassEditHelper.class
│ │ │ │ ├── ContentLayerEditHelper.class
│ │ │ │ ├── DetailsPageEditHelper.class
│ │ │ │ ├── HypertextLayerEditHelper.class
│ │ │ │ ├── IndexPageEditHelper.class
│ │ │ │ ├── NCLinkEditHelper.class
│ │ │ │ ├── StaticPageEditHelper.class
│ │ │ │ ├── SwmlBaseEditHelper.class
│ │ │ │ └── WebModelEditHelper.class
│ │ │ ├── parts
│ │ │ │ ├── CLinkEditPart$CLinkFigure.class
│ │ │ │ ├── CLinkEditPart.class
│ │ │ │ ├── ClassEditPart$1.class
│ │ │ │ ├── ClassEditPart$ClassFigure.class
│ │ │ │ ├── ClassEditPart.class
│ │ │ │ ├── ClassNameEditPart$1$1.class
│ │ │ │ ├── ClassNameEditPart$1.class
│ │ │ │ ├── ClassNameEditPart$2.class
│ │ │ │ ├── ClassNameEditPart$3.class
│ │ │ │ ├── ClassNameEditPart.class
│ │ │ │ ├── ContentLayerContentLayerClassesCompartmentEditPart.class
│ │ │ │ ├── ContentLayerEditPart$1.class
│ │ │ │ ├── ContentLayerEditPart$ContentLayerFigure.class
│ │ │ │ ├── ContentLayerEditPart.class
│ │ │ │ ├── DetailsPageEditPart$1.class
│ │ │ │ ├── DetailsPageEditPart$DetailsPageFigure.class
│ │ │ │ ├── DetailsPageEditPart.class
│ │ │ │ ├── DetailsPageNameEditPart$1$1.class
│ │ │ │ ├── DetailsPageNameEditPart$1.class
│ │ │ │ ├── DetailsPageNameEditPart$2.class
│ │ │ │ ├── DetailsPageNameEditPart$3.class
│ │ │ │ ├── DetailsPageNameEditPart.class
│ │ │ │ ├── HypertextLayerEditPart$1.class
│ │ │ │ ├── HypertextLayerEditPart$HypertextLayerFigure.class
│ │ │ │ ├── HypertextLayerEditPart.class
│ │ │ │ ├── HypertextLayerHypertextLayerPagesCompartmentEditPart.class
│ │ │ │ ├── IndexPageEditPart$1.class
│ │ │ │ ├── IndexPageEditPart$IndexPageFigure.class
│ │ │ │ ├── IndexPageEditPart.class
│ │ │ │ ├── IndexPageNameEditPart$1$1.class
│ │ │ │ ├── IndexPageNameEditPart$1.class
│ │ │ │ ├── IndexPageNameEditPart$2.class
│ │ │ │ ├── IndexPageNameEditPart$3.class
│ │ │ │ ├── IndexPageNameEditPart.class
│ │ │ │ ├── NCLinkEditPart$NCLinkFigure.class
│ │ │ │ ├── NCLinkEditPart.class
│ │ │ │ ├── StaticPageEditPart$1.class
│ │ │ │ ├── StaticPageEditPart$StaticPageFigure.class
│ │ │ │ ├── StaticPageEditPart.class
│ │ │ │ ├── StaticPageNameEditPart$1$1.class
│ │ │ │ ├── StaticPageNameEditPart$1.class
│ │ │ │ ├── StaticPageNameEditPart$2.class
│ │ │ │ ├── StaticPageNameEditPart$3.class
│ │ │ │ ├── StaticPageNameEditPart.class
│ │ │ │ ├── SwmlEditPartFactory.class
│ │ │ │ ├── WebModelEditPart$1.class
│ │ │ │ └── WebModelEditPart.class
│ │ │ └── policies
│ │ │ │ ├── CLinkItemSemanticEditPolicy.class
│ │ │ │ ├── ClassItemSemanticEditPolicy.class
│ │ │ │ ├── ContentLayerContentLayerClassesCompartmentCanonicalEditPolicy.class
│ │ │ │ ├── ContentLayerContentLayerClassesCompartmentItemSemanticEditPolicy.class
│ │ │ │ ├── ContentLayerItemSemanticEditPolicy.class
│ │ │ │ ├── DetailsPageItemSemanticEditPolicy.class
│ │ │ │ ├── HypertextLayerHypertextLayerPagesCompartmentCanonicalEditPolicy.class
│ │ │ │ ├── HypertextLayerHypertextLayerPagesCompartmentItemSemanticEditPolicy.class
│ │ │ │ ├── HypertextLayerItemSemanticEditPolicy.class
│ │ │ │ ├── IndexPageItemSemanticEditPolicy.class
│ │ │ │ ├── NCLinkItemSemanticEditPolicy.class
│ │ │ │ ├── OpenDiagramEditPolicy$OpenDiagramCommand$1.class
│ │ │ │ ├── OpenDiagramEditPolicy$OpenDiagramCommand.class
│ │ │ │ ├── OpenDiagramEditPolicy.class
│ │ │ │ ├── StaticPageItemSemanticEditPolicy.class
│ │ │ │ ├── SwmlBaseItemSemanticEditPolicy$LinkConstraints.class
│ │ │ │ ├── SwmlBaseItemSemanticEditPolicy.class
│ │ │ │ ├── SwmlTextNonResizableEditPolicy$1.class
│ │ │ │ ├── SwmlTextNonResizableEditPolicy$2.class
│ │ │ │ ├── SwmlTextNonResizableEditPolicy.class
│ │ │ │ ├── SwmlTextSelectionEditPolicy$1.class
│ │ │ │ ├── SwmlTextSelectionEditPolicy$2.class
│ │ │ │ ├── SwmlTextSelectionEditPolicy.class
│ │ │ │ ├── WebModelCanonicalEditPolicy.class
│ │ │ │ ├── WebModelItemSemanticEditPolicy$DuplicateAnythingCommand.class
│ │ │ │ └── WebModelItemSemanticEditPolicy.class
│ │ │ ├── navigator
│ │ │ ├── SwmlAbstractNavigatorItem$1.class
│ │ │ ├── SwmlAbstractNavigatorItem$2.class
│ │ │ ├── SwmlAbstractNavigatorItem.class
│ │ │ ├── SwmlDomainNavigatorContentProvider$1.class
│ │ │ ├── SwmlDomainNavigatorContentProvider$2.class
│ │ │ ├── SwmlDomainNavigatorContentProvider$3.class
│ │ │ ├── SwmlDomainNavigatorContentProvider.class
│ │ │ ├── SwmlDomainNavigatorItem$1.class
│ │ │ ├── SwmlDomainNavigatorItem.class
│ │ │ ├── SwmlDomainNavigatorLabelProvider.class
│ │ │ ├── SwmlNavigatorActionProvider$OpenDiagramAction.class
│ │ │ ├── SwmlNavigatorActionProvider.class
│ │ │ ├── SwmlNavigatorContentProvider$1.class
│ │ │ ├── SwmlNavigatorContentProvider$2.class
│ │ │ ├── SwmlNavigatorContentProvider$3.class
│ │ │ ├── SwmlNavigatorContentProvider.class
│ │ │ ├── SwmlNavigatorGroup.class
│ │ │ ├── SwmlNavigatorItem$1.class
│ │ │ ├── SwmlNavigatorItem.class
│ │ │ ├── SwmlNavigatorLabelProvider.class
│ │ │ ├── SwmlNavigatorLinkHelper.class
│ │ │ └── SwmlNavigatorSorter.class
│ │ │ ├── parsers
│ │ │ └── MessageFormatParser.class
│ │ │ ├── part
│ │ │ ├── DeleteElementAction.class
│ │ │ ├── DiagramEditorContextMenuProvider$1.class
│ │ │ ├── DiagramEditorContextMenuProvider.class
│ │ │ ├── LoadResourceAction.class
│ │ │ ├── Messages.class
│ │ │ ├── ModelElementSelectionPage.class
│ │ │ ├── SwmlCreationWizard$1.class
│ │ │ ├── SwmlCreationWizard$2.class
│ │ │ ├── SwmlCreationWizard.class
│ │ │ ├── SwmlCreationWizardPage.class
│ │ │ ├── SwmlDiagramActionBarContributor.class
│ │ │ ├── SwmlDiagramEditor$1.class
│ │ │ ├── SwmlDiagramEditor$2.class
│ │ │ ├── SwmlDiagramEditor$3.class
│ │ │ ├── SwmlDiagramEditor$DropTargetListener.class
│ │ │ ├── SwmlDiagramEditor.class
│ │ │ ├── SwmlDiagramEditorPlugin.class
│ │ │ ├── SwmlDiagramEditorUtil$1.class
│ │ │ ├── SwmlDiagramEditorUtil$LazyElement2ViewMap.class
│ │ │ ├── SwmlDiagramEditorUtil.class
│ │ │ ├── SwmlDiagramUpdateCommand.class
│ │ │ ├── SwmlDiagramUpdater$1.class
│ │ │ ├── SwmlDiagramUpdater.class
│ │ │ ├── SwmlDocumentProvider$1.class
│ │ │ ├── SwmlDocumentProvider$2.class
│ │ │ ├── SwmlDocumentProvider$ResourceSetInfo$SynchronizerDelegate$1.class
│ │ │ ├── SwmlDocumentProvider$ResourceSetInfo$SynchronizerDelegate$2.class
│ │ │ ├── SwmlDocumentProvider$ResourceSetInfo$SynchronizerDelegate$3.class
│ │ │ ├── SwmlDocumentProvider$ResourceSetInfo$SynchronizerDelegate.class
│ │ │ ├── SwmlDocumentProvider$ResourceSetInfo.class
│ │ │ ├── SwmlDocumentProvider$ResourceSetModificationListener.class
│ │ │ ├── SwmlDocumentProvider.class
│ │ │ ├── SwmlElementChooserDialog.class
│ │ │ ├── SwmlInitDiagramFileAction.class
│ │ │ ├── SwmlLinkDescriptor.class
│ │ │ ├── SwmlMatchingStrategy.class
│ │ │ ├── SwmlNewDiagramFileWizard$1.class
│ │ │ ├── SwmlNewDiagramFileWizard$DiagramRootElementSelectionPage.class
│ │ │ ├── SwmlNewDiagramFileWizard.class
│ │ │ ├── SwmlNodeDescriptor.class
│ │ │ ├── SwmlPaletteFactory.class
│ │ │ ├── SwmlShortcutPropertyTester.class
│ │ │ ├── SwmlUriEditorInputTester.class
│ │ │ ├── SwmlVisualIDRegistry$1.class
│ │ │ ├── SwmlVisualIDRegistry.class
│ │ │ ├── ValidateAction$1.class
│ │ │ ├── ValidateAction$2.class
│ │ │ ├── ValidateAction$3.class
│ │ │ └── ValidateAction.class
│ │ │ ├── preferences
│ │ │ ├── DiagramAppearancePreferencePage.class
│ │ │ ├── DiagramConnectionsPreferencePage.class
│ │ │ ├── DiagramGeneralPreferencePage.class
│ │ │ ├── DiagramPreferenceInitializer.class
│ │ │ ├── DiagramPrintingPreferencePage.class
│ │ │ └── DiagramRulersAndGridPreferencePage.class
│ │ │ ├── providers
│ │ │ ├── ElementInitializers.class
│ │ │ ├── SwmlEditPartProvider.class
│ │ │ ├── SwmlElementTypes.class
│ │ │ ├── SwmlIconProvider.class
│ │ │ ├── SwmlMarkerNavigationProvider.class
│ │ │ ├── SwmlModelingAssistantProvider.class
│ │ │ ├── SwmlParserProvider$HintAdapter.class
│ │ │ ├── SwmlParserProvider.class
│ │ │ ├── SwmlShortcutsDecoratorProvider$ShortcutsDecorator.class
│ │ │ ├── SwmlShortcutsDecoratorProvider.class
│ │ │ ├── SwmlValidationDecoratorProvider$1$1.class
│ │ │ ├── SwmlValidationDecoratorProvider$1.class
│ │ │ ├── SwmlValidationDecoratorProvider$MarkerObserver.class
│ │ │ ├── SwmlValidationDecoratorProvider$StatusDecorator$1.class
│ │ │ ├── SwmlValidationDecoratorProvider$StatusDecorator.class
│ │ │ ├── SwmlValidationDecoratorProvider.class
│ │ │ ├── SwmlValidationProvider$1.class
│ │ │ ├── SwmlValidationProvider.class
│ │ │ └── SwmlViewProvider.class
│ │ │ └── sheet
│ │ │ ├── SwmlPropertySection.class
│ │ │ └── SwmlSheetLabelProvider.class
│ ├── build.properties
│ ├── icons
│ │ ├── incomingLinksNavigatorGroup.gif
│ │ ├── linkSourceNavigatorGroup.gif
│ │ ├── linkTargetNavigatorGroup.gif
│ │ ├── linksNavigatorGroup.gif
│ │ ├── obj16
│ │ │ └── SwmlDiagramFile.gif
│ │ ├── outgoingLinksNavigatorGroup.gif
│ │ ├── shortcut.gif
│ │ └── wizban
│ │ │ └── NewSwmlWizard.gif
│ ├── messages.properties
│ ├── plugin.properties
│ ├── plugin.xml
│ └── src
│ │ └── swml
│ │ └── diagram
│ │ ├── edit
│ │ ├── commands
│ │ │ ├── CLinkCreateCommand.java
│ │ │ ├── CLinkReorientCommand.java
│ │ │ ├── ClassCreateCommand.java
│ │ │ ├── ContentLayerCreateCommand.java
│ │ │ ├── DetailsPageCreateCommand.java
│ │ │ ├── HypertextLayerCreateCommand.java
│ │ │ ├── IndexPageCreateCommand.java
│ │ │ ├── NCLinkCreateCommand.java
│ │ │ ├── NCLinkReorientCommand.java
│ │ │ ├── StaticPageCreateCommand.java
│ │ │ └── SwmlCreateShortcutDecorationsCommand.java
│ │ ├── helpers
│ │ │ ├── CLinkEditHelper.java
│ │ │ ├── ClassEditHelper.java
│ │ │ ├── ContentLayerEditHelper.java
│ │ │ ├── DetailsPageEditHelper.java
│ │ │ ├── HypertextLayerEditHelper.java
│ │ │ ├── IndexPageEditHelper.java
│ │ │ ├── NCLinkEditHelper.java
│ │ │ ├── StaticPageEditHelper.java
│ │ │ ├── SwmlBaseEditHelper.java
│ │ │ └── WebModelEditHelper.java
│ │ ├── parts
│ │ │ ├── CLinkEditPart.java
│ │ │ ├── ClassEditPart.java
│ │ │ ├── ClassNameEditPart.java
│ │ │ ├── ContentLayerContentLayerClassesCompartmentEditPart.java
│ │ │ ├── ContentLayerEditPart.java
│ │ │ ├── ContentLayerNameEditPart.java
│ │ │ ├── DetailsPageEditPart.java
│ │ │ ├── DetailsPageNameEditPart.java
│ │ │ ├── HypertextLayerEditPart.java
│ │ │ ├── HypertextLayerHypertextLayerPagesCompartmentEditPart.java
│ │ │ ├── HypertextLayerNameEditPart.java
│ │ │ ├── IndexPageEditPart.java
│ │ │ ├── IndexPageNameEditPart.java
│ │ │ ├── NCLinkEditPart.java
│ │ │ ├── StaticPageEditPart.java
│ │ │ ├── StaticPageNameEditPart.java
│ │ │ ├── SwmlEditPartFactory.java
│ │ │ └── WebModelEditPart.java
│ │ └── policies
│ │ │ ├── CLinkItemSemanticEditPolicy.java
│ │ │ ├── ClassItemSemanticEditPolicy.java
│ │ │ ├── ContentLayerContentLayerClassesCompartmentCanonicalEditPolicy.java
│ │ │ ├── ContentLayerContentLayerClassesCompartmentItemSemanticEditPolicy.java
│ │ │ ├── ContentLayerItemSemanticEditPolicy.java
│ │ │ ├── DetailsPageItemSemanticEditPolicy.java
│ │ │ ├── HypertextLayerHypertextLayerPagesCompartmentCanonicalEditPolicy.java
│ │ │ ├── HypertextLayerHypertextLayerPagesCompartmentItemSemanticEditPolicy.java
│ │ │ ├── HypertextLayerItemSemanticEditPolicy.java
│ │ │ ├── IndexPageItemSemanticEditPolicy.java
│ │ │ ├── NCLinkItemSemanticEditPolicy.java
│ │ │ ├── OpenDiagramEditPolicy.java
│ │ │ ├── StaticPageItemSemanticEditPolicy.java
│ │ │ ├── SwmlBaseItemSemanticEditPolicy.java
│ │ │ ├── SwmlTextNonResizableEditPolicy.java
│ │ │ ├── SwmlTextSelectionEditPolicy.java
│ │ │ ├── WebModelCanonicalEditPolicy.java
│ │ │ └── WebModelItemSemanticEditPolicy.java
│ │ ├── navigator
│ │ ├── SwmlAbstractNavigatorItem.java
│ │ ├── SwmlDomainNavigatorContentProvider.java
│ │ ├── SwmlDomainNavigatorItem.java
│ │ ├── SwmlDomainNavigatorLabelProvider.java
│ │ ├── SwmlNavigatorActionProvider.java
│ │ ├── SwmlNavigatorContentProvider.java
│ │ ├── SwmlNavigatorGroup.java
│ │ ├── SwmlNavigatorItem.java
│ │ ├── SwmlNavigatorLabelProvider.java
│ │ ├── SwmlNavigatorLinkHelper.java
│ │ └── SwmlNavigatorSorter.java
│ │ ├── parsers
│ │ ├── AbstractParser.java
│ │ └── MessageFormatParser.java
│ │ ├── part
│ │ ├── DeleteElementAction.java
│ │ ├── DiagramEditorContextMenuProvider.java
│ │ ├── LoadResourceAction.java
│ │ ├── Messages.java
│ │ ├── ModelElementSelectionPage.java
│ │ ├── SwmlCreationWizard.java
│ │ ├── SwmlCreationWizardPage.java
│ │ ├── SwmlDiagramActionBarContributor.java
│ │ ├── SwmlDiagramEditor.java
│ │ ├── SwmlDiagramEditorPlugin.java
│ │ ├── SwmlDiagramEditorUtil.java
│ │ ├── SwmlDiagramUpdateCommand.java
│ │ ├── SwmlDiagramUpdater.java
│ │ ├── SwmlDocumentProvider.java
│ │ ├── SwmlElementChooserDialog.java
│ │ ├── SwmlInitDiagramFileAction.java
│ │ ├── SwmlLinkDescriptor.java
│ │ ├── SwmlMatchingStrategy.java
│ │ ├── SwmlNewDiagramFileWizard.java
│ │ ├── SwmlNodeDescriptor.java
│ │ ├── SwmlPaletteFactory.java
│ │ ├── SwmlShortcutPropertyTester.java
│ │ ├── SwmlUriEditorInputTester.java
│ │ ├── SwmlVisualIDRegistry.java
│ │ └── ValidateAction.java
│ │ ├── preferences
│ │ ├── DiagramAppearancePreferencePage.java
│ │ ├── DiagramConnectionsPreferencePage.java
│ │ ├── DiagramGeneralPreferencePage.java
│ │ ├── DiagramPreferenceInitializer.java
│ │ ├── DiagramPrintingPreferencePage.java
│ │ └── DiagramRulersAndGridPreferencePage.java
│ │ ├── providers
│ │ ├── ElementInitializers.java
│ │ ├── SwmlEditPartProvider.java
│ │ ├── SwmlElementTypes.java
│ │ ├── SwmlIconProvider.java
│ │ ├── SwmlMarkerNavigationProvider.java
│ │ ├── SwmlModelingAssistantProvider.java
│ │ ├── SwmlParserProvider.java
│ │ ├── SwmlShortcutsDecoratorProvider.java
│ │ ├── SwmlValidationDecoratorProvider.java
│ │ ├── SwmlValidationProvider.java
│ │ ├── SwmlViewProvider.java
│ │ └── assistants
│ │ │ ├── SwmlModelingAssistantProviderOfClassEditPart.java
│ │ │ ├── SwmlModelingAssistantProviderOfContentLayerEditPart.java
│ │ │ ├── SwmlModelingAssistantProviderOfDetailsPageEditPart.java
│ │ │ ├── SwmlModelingAssistantProviderOfHypertextLayerEditPart.java
│ │ │ ├── SwmlModelingAssistantProviderOfIndexPageEditPart.java
│ │ │ ├── SwmlModelingAssistantProviderOfStaticPageEditPart.java
│ │ │ └── SwmlModelingAssistantProviderOfWebModelEditPart.java
│ │ └── sheet
│ │ ├── SwmlPropertySection.java
│ │ └── SwmlSheetLabelProvider.java
├── mdse.book.swml.edit
│ ├── .classpath
│ ├── .project
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── bin
│ │ └── swml
│ │ │ └── provider
│ │ │ ├── AttributeItemProvider.class
│ │ │ ├── CLinkItemProvider.class
│ │ │ ├── ClassItemProvider.class
│ │ │ ├── ContentLayerItemProvider.class
│ │ │ ├── DetailsPageItemProvider.class
│ │ │ ├── DynamicPageItemProvider.class
│ │ │ ├── HypertextLayerItemProvider.class
│ │ │ ├── IndexPageItemProvider.class
│ │ │ ├── LinkItemProvider.class
│ │ │ ├── NCLinkItemProvider.class
│ │ │ ├── PageItemProvider.class
│ │ │ ├── StaticPageItemProvider.class
│ │ │ ├── SwmlEditPlugin$Implementation.class
│ │ │ ├── SwmlEditPlugin.class
│ │ │ ├── SwmlItemProviderAdapterFactory.class
│ │ │ └── WebModelItemProvider.class
│ ├── build.properties
│ ├── icons
│ │ └── full
│ │ │ ├── ctool16
│ │ │ ├── CreateClass_attributes_Attribute.gif
│ │ │ ├── CreateContentLayer_classes_Class.gif
│ │ │ ├── CreateHypertextLayer_pages_DetailsPage.gif
│ │ │ ├── CreateHypertextLayer_pages_IndexPage.gif
│ │ │ ├── CreateHypertextLayer_pages_StaticPage.gif
│ │ │ ├── CreatePage_links_CLink.gif
│ │ │ ├── CreatePage_links_NCLink.gif
│ │ │ ├── CreateWebModel_content_ContentLayer.gif
│ │ │ └── CreateWebModel_hypertext_HypertextLayer.gif
│ │ │ └── obj16
│ │ │ ├── Attribute.gif
│ │ │ ├── CLink.gif
│ │ │ ├── Class.gif
│ │ │ ├── ContentLayer.gif
│ │ │ ├── DetailsPage.gif
│ │ │ ├── HypertextLayer.gif
│ │ │ ├── IndexPage.gif
│ │ │ ├── NCLink.gif
│ │ │ ├── StaticPage.gif
│ │ │ └── WebModel.gif
│ ├── plugin.properties
│ ├── plugin.xml
│ └── src
│ │ └── swml
│ │ └── provider
│ │ ├── AttributeItemProvider.java
│ │ ├── CLinkItemProvider.java
│ │ ├── ClassItemProvider.java
│ │ ├── ContentLayerItemProvider.java
│ │ ├── DetailsPageItemProvider.java
│ │ ├── DynamicPageItemProvider.java
│ │ ├── HypertextLayerItemProvider.java
│ │ ├── IndexPageItemProvider.java
│ │ ├── LinkItemProvider.java
│ │ ├── NCLinkItemProvider.java
│ │ ├── PageItemProvider.java
│ │ ├── StaticPageItemProvider.java
│ │ ├── SwmlEditPlugin.java
│ │ ├── SwmlItemProviderAdapterFactory.java
│ │ └── WebModelItemProvider.java
├── mdse.book.swml.editor
│ ├── .classpath
│ ├── .project
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── bin
│ │ └── swml
│ │ │ └── presentation
│ │ │ ├── SwmlActionBarContributor$1.class
│ │ │ ├── SwmlActionBarContributor$2.class
│ │ │ ├── SwmlActionBarContributor$3.class
│ │ │ ├── SwmlActionBarContributor.class
│ │ │ ├── SwmlEditor$1.class
│ │ │ ├── SwmlEditor$10.class
│ │ │ ├── SwmlEditor$11.class
│ │ │ ├── SwmlEditor$12.class
│ │ │ ├── SwmlEditor$13.class
│ │ │ ├── SwmlEditor$14.class
│ │ │ ├── SwmlEditor$15.class
│ │ │ ├── SwmlEditor$16.class
│ │ │ ├── SwmlEditor$17.class
│ │ │ ├── SwmlEditor$18.class
│ │ │ ├── SwmlEditor$1MyContentOutlinePage.class
│ │ │ ├── SwmlEditor$2$1.class
│ │ │ ├── SwmlEditor$2.class
│ │ │ ├── SwmlEditor$3$1.class
│ │ │ ├── SwmlEditor$3$1ResourceDeltaVisitor.class
│ │ │ ├── SwmlEditor$3$2.class
│ │ │ ├── SwmlEditor$3.class
│ │ │ ├── SwmlEditor$4$1.class
│ │ │ ├── SwmlEditor$4.class
│ │ │ ├── SwmlEditor$5.class
│ │ │ ├── SwmlEditor$6.class
│ │ │ ├── SwmlEditor$7.class
│ │ │ ├── SwmlEditor$8.class
│ │ │ ├── SwmlEditor$9.class
│ │ │ ├── SwmlEditor$ReverseAdapterFactoryContentProvider.class
│ │ │ ├── SwmlEditor.class
│ │ │ ├── SwmlEditorPlugin$Implementation.class
│ │ │ ├── SwmlEditorPlugin.class
│ │ │ ├── SwmlModelWizard$1.class
│ │ │ ├── SwmlModelWizard$2.class
│ │ │ ├── SwmlModelWizard$SwmlModelWizardInitialObjectCreationPage$1.class
│ │ │ ├── SwmlModelWizard$SwmlModelWizardInitialObjectCreationPage.class
│ │ │ ├── SwmlModelWizard$SwmlModelWizardNewFileCreationPage.class
│ │ │ └── SwmlModelWizard.class
│ ├── build.properties
│ ├── icons
│ │ └── full
│ │ │ ├── obj16
│ │ │ └── SwmlModelFile.gif
│ │ │ └── wizban
│ │ │ └── NewSwml.gif
│ ├── plugin.properties
│ ├── plugin.xml
│ └── src
│ │ └── swml
│ │ └── presentation
│ │ ├── SwmlActionBarContributor.java
│ │ ├── SwmlEditor.java
│ │ ├── SwmlEditorPlugin.java
│ │ └── SwmlModelWizard.java
└── mdse.book.swml
│ ├── .classpath
│ ├── .project
│ ├── .settings
│ └── org.eclipse.core.resources.prefs
│ ├── META-INF
│ └── MANIFEST.MF
│ ├── bin
│ └── swml
│ │ ├── Attribute.class
│ │ ├── CLink.class
│ │ ├── Class.class
│ │ ├── ContentLayer.class
│ │ ├── DetailsPage.class
│ │ ├── DynamicPage.class
│ │ ├── HypertextLayer.class
│ │ ├── IndexPage.class
│ │ ├── Link.class
│ │ ├── NCLink.class
│ │ ├── Page.class
│ │ ├── SWMLTypes.class
│ │ ├── StaticPage.class
│ │ ├── SwmlFactory.class
│ │ ├── SwmlPackage$Literals.class
│ │ ├── SwmlPackage.class
│ │ ├── WebModel.class
│ │ ├── impl
│ │ ├── AttributeImpl.class
│ │ ├── CLinkImpl.class
│ │ ├── ClassImpl.class
│ │ ├── ContentLayerImpl.class
│ │ ├── DetailsPageImpl.class
│ │ ├── DynamicPageImpl.class
│ │ ├── HypertextLayerImpl.class
│ │ ├── IndexPageImpl.class
│ │ ├── LinkImpl.class
│ │ ├── NCLinkImpl.class
│ │ ├── PageImpl.class
│ │ ├── StaticPageImpl.class
│ │ ├── SwmlFactoryImpl.class
│ │ ├── SwmlPackageImpl.class
│ │ └── WebModelImpl.class
│ │ └── util
│ │ ├── SwmlAdapterFactory$1.class
│ │ ├── SwmlAdapterFactory.class
│ │ └── SwmlSwitch.class
│ ├── build.properties
│ ├── model
│ ├── sWML.ecore
│ ├── sWML.ecorediag
│ ├── sWML.emf
│ ├── sWML.genmodel
│ ├── sWML.gmfgen
│ ├── sWML.gmfgraph
│ ├── sWML.gmfmap
│ ├── sWML.gmftool
│ ├── sWML.trace
│ └── sWML_Model.xmi
│ ├── plugin.properties
│ ├── plugin.xml
│ └── src
│ └── swml
│ ├── Attribute.java
│ ├── CLink.java
│ ├── Class.java
│ ├── ContentLayer.java
│ ├── DetailsPage.java
│ ├── DynamicPage.java
│ ├── HypertextLayer.java
│ ├── IndexPage.java
│ ├── Link.java
│ ├── NCLink.java
│ ├── Page.java
│ ├── SWMLTypes.java
│ ├── StaticPage.java
│ ├── SwmlFactory.java
│ ├── SwmlPackage.java
│ ├── WebModel.java
│ ├── impl
│ ├── AttributeImpl.java
│ ├── CLinkImpl.java
│ ├── ClassImpl.java
│ ├── ContentLayerImpl.java
│ ├── DetailsPageImpl.java
│ ├── DynamicPageImpl.java
│ ├── HypertextLayerImpl.java
│ ├── IndexPageImpl.java
│ ├── LinkImpl.java
│ ├── NCLinkImpl.java
│ ├── PageImpl.java
│ ├── StaticPageImpl.java
│ ├── SwmlFactoryImpl.java
│ ├── SwmlPackageImpl.java
│ └── WebModelImpl.java
│ └── util
│ ├── SwmlAdapterFactory.java
│ └── SwmlSwitch.java
├── Chapter_7_TCS
├── mdse.book.swml.tcs.sdk
│ ├── .project
│ ├── build.properties
│ └── feature.xml
├── mdse.book.swml.tcs.ui
│ ├── .classpath
│ ├── .project
│ ├── .settings
│ │ ├── org.eclipse.core.resources.prefs
│ │ └── org.eclipse.jdt.core.prefs
│ ├── META-INF
│ │ └── MANIFEST.MF
│ ├── bin
│ │ └── mdse
│ │ │ └── book
│ │ │ └── ui
│ │ │ ├── AbstractSWMLUiModule.class
│ │ │ ├── SWMLExecutableExtensionFactory.class
│ │ │ ├── SWMLUiModule.class
│ │ │ ├── contentassist
│ │ │ ├── .SWMLProposalProvider.java._trace
│ │ │ ├── .SWMLProposalProvider.xtendbin
│ │ │ ├── AbstractSWMLProposalProvider.class
│ │ │ ├── SWMLProposalProvider.class
│ │ │ └── antlr
│ │ │ │ ├── PartialSWMLContentAssistParser.class
│ │ │ │ ├── SWMLParser$1.class
│ │ │ │ ├── SWMLParser.class
│ │ │ │ └── internal
│ │ │ │ ├── InternalSWML.g
│ │ │ │ ├── InternalSWML.tokens
│ │ │ │ ├── InternalSWMLLexer$DFA13.class
│ │ │ │ ├── InternalSWMLLexer.class
│ │ │ │ └── InternalSWMLParser.class
│ │ │ ├── internal
│ │ │ └── SWMLActivator.class
│ │ │ ├── labeling
│ │ │ ├── .SWMLDescriptionLabelProvider.java._trace
│ │ │ ├── .SWMLDescriptionLabelProvider.xtendbin
│ │ │ ├── .SWMLLabelProvider.java._trace
│ │ │ ├── .SWMLLabelProvider.xtendbin
│ │ │ ├── SWMLDescriptionLabelProvider.class
│ │ │ └── SWMLLabelProvider.class
│ │ │ ├── outline
│ │ │ ├── .SWMLOutlineTreeProvider.java._trace
│ │ │ ├── .SWMLOutlineTreeProvider.xtendbin
│ │ │ └── SWMLOutlineTreeProvider.class
│ │ │ └── quickfix
│ │ │ ├── .SWMLQuickfixProvider.java._trace
│ │ │ ├── .SWMLQuickfixProvider.xtendbin
│ │ │ └── SWMLQuickfixProvider.class
│ ├── build.properties
│ ├── plugin.xml
│ ├── src-gen
│ │ └── mdse
│ │ │ └── book
│ │ │ └── ui
│ │ │ ├── AbstractSWMLUiModule.java
│ │ │ ├── SWMLExecutableExtensionFactory.java
│ │ │ ├── contentassist
│ │ │ ├── AbstractSWMLProposalProvider.java
│ │ │ └── antlr
│ │ │ │ ├── PartialSWMLContentAssistParser.java
│ │ │ │ ├── SWMLParser.java
│ │ │ │ └── internal
│ │ │ │ ├── InternalSWML.g
│ │ │ │ ├── InternalSWML.tokens
│ │ │ │ ├── InternalSWMLLexer.java
│ │ │ │ └── InternalSWMLParser.java
│ │ │ └── internal
│ │ │ └── SWMLActivator.java
│ ├── src
│ │ └── mdse
│ │ │ └── book
│ │ │ └── ui
│ │ │ ├── SWMLUiModule.java
│ │ │ ├── contentassist
│ │ │ └── SWMLProposalProvider.xtend
│ │ │ ├── labeling
│ │ │ ├── SWMLDescriptionLabelProvider.xtend
│ │ │ └── SWMLLabelProvider.xtend
│ │ │ ├── outline
│ │ │ └── SWMLOutlineTreeProvider.xtend
│ │ │ └── quickfix
│ │ │ └── SWMLQuickfixProvider.xtend
│ └── xtend-gen
│ │ └── mdse
│ │ └── book
│ │ └── ui
│ │ ├── contentassist
│ │ ├── .SWMLProposalProvider.java._trace
│ │ ├── .SWMLProposalProvider.xtendbin
│ │ └── SWMLProposalProvider.java
│ │ ├── labeling
│ │ ├── .SWMLDescriptionLabelProvider.java._trace
│ │ ├── .SWMLDescriptionLabelProvider.xtendbin
│ │ ├── .SWMLLabelProvider.java._trace
│ │ ├── .SWMLLabelProvider.xtendbin
│ │ ├── SWMLDescriptionLabelProvider.java
│ │ └── SWMLLabelProvider.java
│ │ ├── outline
│ │ ├── .SWMLOutlineTreeProvider.java._trace
│ │ ├── .SWMLOutlineTreeProvider.xtendbin
│ │ └── SWMLOutlineTreeProvider.java
│ │ └── quickfix
│ │ ├── .SWMLQuickfixProvider.java._trace
│ │ ├── .SWMLQuickfixProvider.xtendbin
│ │ └── SWMLQuickfixProvider.java
└── mdse.book.swml.tcs
│ ├── .antlr-generator-3.2.0-patch.jar
│ ├── .classpath
│ ├── .launch
│ ├── Generate Language Infrastructure (mdse.book.swml.tcs).launch
│ └── Launch Runtime Eclipse.launch
│ ├── .project
│ ├── .settings
│ ├── org.eclipse.core.resources.prefs
│ └── org.eclipse.jdt.core.prefs
│ ├── META-INF
│ └── MANIFEST.MF
│ ├── bin
│ └── mdse
│ │ └── book
│ │ ├── AbstractSWMLRuntimeModule.class
│ │ ├── GenerateSWML.mwe2
│ │ ├── SWML.xtext
│ │ ├── SWML.xtextbin
│ │ ├── SWMLRuntimeModule.class
│ │ ├── SWMLStandaloneSetup.class
│ │ ├── SWMLStandaloneSetupGenerated.class
│ │ ├── formatting
│ │ ├── .SWMLFormatter.java._trace
│ │ ├── .SWMLFormatter.xtendbin
│ │ └── SWMLFormatter.class
│ │ ├── generator
│ │ ├── .SWMLGenerator.java._trace
│ │ ├── .SWMLGenerator.xtendbin
│ │ └── SWMLGenerator.class
│ │ ├── parser
│ │ └── antlr
│ │ │ ├── SWMLAntlrTokenFileProvider.class
│ │ │ ├── SWMLParser.class
│ │ │ └── internal
│ │ │ ├── InternalSWML.g
│ │ │ ├── InternalSWML.tokens
│ │ │ ├── InternalSWMLLexer$DFA13.class
│ │ │ ├── InternalSWMLLexer.class
│ │ │ └── InternalSWMLParser.class
│ │ ├── sWML
│ │ ├── Attribute.class
│ │ ├── Class.class
│ │ ├── ContentLayer.class
│ │ ├── HypertextLayer.class
│ │ ├── IndexPage.class
│ │ ├── SWMLFactory.class
│ │ ├── SWMLPackage$Literals.class
│ │ ├── SWMLPackage.class
│ │ ├── SWMLTypes.class
│ │ ├── WebModel.class
│ │ ├── impl
│ │ │ ├── AttributeImpl.class
│ │ │ ├── ClassImpl.class
│ │ │ ├── ContentLayerImpl.class
│ │ │ ├── HypertextLayerImpl.class
│ │ │ ├── IndexPageImpl.class
│ │ │ ├── SWMLFactoryImpl.class
│ │ │ ├── SWMLPackageImpl.class
│ │ │ └── WebModelImpl.class
│ │ └── util
│ │ │ ├── SWMLAdapterFactory$1.class
│ │ │ ├── SWMLAdapterFactory.class
│ │ │ └── SWMLSwitch.class
│ │ ├── scoping
│ │ ├── .SWMLScopeProvider.java._trace
│ │ ├── .SWMLScopeProvider.xtendbin
│ │ └── SWMLScopeProvider.class
│ │ ├── serializer
│ │ ├── SWMLSemanticSequencer.class
│ │ └── SWMLSyntacticSequencer.class
│ │ ├── services
│ │ ├── SWMLGrammarAccess$AttributeElements.class
│ │ ├── SWMLGrammarAccess$ClassElements.class
│ │ ├── SWMLGrammarAccess$ContentLayerElements.class
│ │ ├── SWMLGrammarAccess$HypertextLayerElements.class
│ │ ├── SWMLGrammarAccess$IndexPageElements.class
│ │ ├── SWMLGrammarAccess$SWMLTypesElements.class
│ │ ├── SWMLGrammarAccess$WebModelElements.class
│ │ └── SWMLGrammarAccess.class
│ │ └── validation
│ │ ├── .SWMLValidator.java._trace
│ │ ├── .SWMLValidator.xtendbin
│ │ ├── AbstractSWMLValidator.class
│ │ └── SWMLValidator.class
│ ├── build.properties
│ ├── model
│ └── generated
│ │ ├── SWML.ecore
│ │ └── SWML.genmodel
│ ├── plugin.xml
│ ├── src-gen
│ └── mdse
│ │ └── book
│ │ ├── AbstractSWMLRuntimeModule.java
│ │ ├── SWML.xtextbin
│ │ ├── SWMLStandaloneSetupGenerated.java
│ │ ├── parser
│ │ └── antlr
│ │ │ ├── SWMLAntlrTokenFileProvider.java
│ │ │ ├── SWMLParser.java
│ │ │ └── internal
│ │ │ ├── InternalSWML.g
│ │ │ ├── InternalSWML.tokens
│ │ │ ├── InternalSWMLLexer.java
│ │ │ └── InternalSWMLParser.java
│ │ ├── sWML
│ │ ├── Attribute.java
│ │ ├── Class.java
│ │ ├── ContentLayer.java
│ │ ├── HypertextLayer.java
│ │ ├── IndexPage.java
│ │ ├── SWMLFactory.java
│ │ ├── SWMLPackage.java
│ │ ├── SWMLTypes.java
│ │ ├── WebModel.java
│ │ ├── impl
│ │ │ ├── AttributeImpl.java
│ │ │ ├── ClassImpl.java
│ │ │ ├── ContentLayerImpl.java
│ │ │ ├── HypertextLayerImpl.java
│ │ │ ├── IndexPageImpl.java
│ │ │ ├── SWMLFactoryImpl.java
│ │ │ ├── SWMLPackageImpl.java
│ │ │ └── WebModelImpl.java
│ │ └── util
│ │ │ ├── SWMLAdapterFactory.java
│ │ │ └── SWMLSwitch.java
│ │ ├── serializer
│ │ ├── SWMLSemanticSequencer.java
│ │ └── SWMLSyntacticSequencer.java
│ │ ├── services
│ │ └── SWMLGrammarAccess.java
│ │ └── validation
│ │ └── AbstractSWMLValidator.java
│ ├── src
│ └── mdse
│ │ └── book
│ │ ├── GenerateSWML.mwe2
│ │ ├── SWML.xtext
│ │ ├── SWMLRuntimeModule.java
│ │ ├── SWMLStandaloneSetup.java
│ │ ├── formatting
│ │ └── SWMLFormatter.xtend
│ │ ├── generator
│ │ └── SWMLGenerator.xtend
│ │ ├── scoping
│ │ └── SWMLScopeProvider.xtend
│ │ └── validation
│ │ └── SWMLValidator.xtend
│ └── xtend-gen
│ └── mdse
│ └── book
│ ├── formatting
│ ├── .SWMLFormatter.java._trace
│ ├── .SWMLFormatter.xtendbin
│ └── SWMLFormatter.java
│ ├── generator
│ ├── .SWMLGenerator.java._trace
│ ├── .SWMLGenerator.xtendbin
│ └── SWMLGenerator.java
│ ├── scoping
│ ├── .SWMLScopeProvider.java._trace
│ ├── .SWMLScopeProvider.xtendbin
│ └── SWMLScopeProvider.java
│ └── validation
│ ├── .SWMLValidator.java._trace
│ ├── .SWMLValidator.xtendbin
│ └── SWMLValidator.java
├── Chapter_8_inplace
└── mdse.book.transformation.m2m.inplace
│ ├── .project
│ ├── .settings
│ └── org.eclipse.core.resources.prefs
│ ├── M
│ └── WebModel.xmi
│ ├── MM
│ └── sWML.ecore
│ └── Trafo
│ ├── IntroduceHTelements.henshin
│ └── IntroduceHTelements.henshin_diagram
├── Chapter_8_outplace
└── mdse.book.transformation.m2m.outplace
│ ├── .project
│ ├── .settings
│ └── org.eclipse.core.resources.prefs
│ ├── Launch
│ └── SWML2MVC.launch
│ ├── M
│ ├── sMVC_Model.xmi
│ └── sWML_Model.xmi
│ ├── MM
│ ├── sWML.ecore
│ ├── sWML.ecorediag
│ ├── smvcml.ecore
│ └── smvcml.ecorediag
│ └── Trafo
│ ├── SWML2MVC.asm
│ └── SWML2MVC.atl
├── Chapter_9_codeGen
└── mdse.book.transformation.m2t
│ ├── .classpath
│ ├── .project
│ ├── .settings
│ └── org.eclipse.jdt.core.prefs
│ ├── Launch
│ └── M2T.launch
│ ├── META-INF
│ └── MANIFEST.MF
│ ├── bin
│ └── book
│ │ └── codeGen
│ │ ├── Activator.class
│ │ └── files
│ │ ├── Main.class
│ │ ├── generateJavaClass.emtl
│ │ ├── generateJavaClass.mtl
│ │ ├── main.emtl
│ │ └── main.mtl
│ ├── build.acceleo
│ ├── build.properties
│ ├── input
│ └── sMVC_Model.xmi
│ ├── output
│ └── Tutorial.java
│ ├── src
│ └── book
│ │ └── codeGen
│ │ ├── Activator.java
│ │ └── files
│ │ ├── Main.java
│ │ ├── generateJavaClass.mtl
│ │ └── main.mtl
│ └── tasks
│ ├── main.xml
│ └── mainTarget.xml
└── README.md
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Attribute.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Attribute.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Class.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Class.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Controller.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Controller.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/CtrlOperation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/CtrlOperation.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/DAO.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/DAO.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Element.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Element.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Model.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Model.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Operation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/Operation.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/SmvcmlFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/SmvcmlFactory.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/SmvcmlPackage$Literals.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/SmvcmlPackage$Literals.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/SmvcmlPackage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/SmvcmlPackage.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/View.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/View.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/AttributeImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/AttributeImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/ClassImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/ClassImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/ControllerImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/ControllerImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/DAOImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/DAOImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/ElementImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/ElementImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/ModelImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/ModelImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/OperationImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/OperationImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/SmvcmlFactoryImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/SmvcmlFactoryImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/SmvcmlPackageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/SmvcmlPackageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/ViewImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/impl/ViewImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/util/SmvcmlAdapterFactory$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/util/SmvcmlAdapterFactory$1.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/util/SmvcmlAdapterFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/util/SmvcmlAdapterFactory.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/util/SmvcmlSwitch.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.smvcml/bin/smvcml/util/SmvcmlSwitch.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/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 |
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.smvcml/plugin.properties:
--------------------------------------------------------------------------------
1 | #
2 |
3 | pluginName = Smvcml Model
4 | providerName = www.example.org
5 |
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/AttributeItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/AttributeItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/CLinkItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/CLinkItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/ClassItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/ClassItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/ContentLayerItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/ContentLayerItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/DetailsPageItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/DetailsPageItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/DynamicPageItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/DynamicPageItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/HypertextLayerItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/HypertextLayerItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/IndexPageItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/IndexPageItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/LinkItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/LinkItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/NCLinkItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/NCLinkItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/PageItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/PageItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/StaticPageItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/StaticPageItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/SwmlEditPlugin$Implementation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/SwmlEditPlugin$Implementation.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/SwmlEditPlugin.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/SwmlEditPlugin.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/SwmlItemProviderAdapterFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/SwmlItemProviderAdapterFactory.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/WebModelItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/bin/swml/provider/WebModelItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/build.properties:
--------------------------------------------------------------------------------
1 |
2 | #
3 | #
4 | #
5 | # $Id$
6 |
7 | bin.includes = .,\
8 | icons/,\
9 | META-INF/,\
10 | plugin.xml,\
11 | plugin.properties
12 | jars.compile.order = .
13 | source.. = src/
14 | output.. = bin/
15 |
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateClass_attributes_Attribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateClass_attributes_Attribute.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateContentLayer_classes_Class.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateContentLayer_classes_Class.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_DetailsPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_DetailsPage.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_IndexPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_IndexPage.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_StaticPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_StaticPage.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreatePage_links_CLink.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreatePage_links_CLink.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreatePage_links_NCLink.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreatePage_links_NCLink.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateWebModel_content_ContentLayer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateWebModel_content_ContentLayer.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateWebModel_hypertext_HypertextLayer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/ctool16/CreateWebModel_hypertext_HypertextLayer.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/Attribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/Attribute.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/CLink.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/CLink.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/Class.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/Class.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/ContentLayer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/ContentLayer.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/DetailsPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/DetailsPage.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/HypertextLayer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/HypertextLayer.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/IndexPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/IndexPage.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/NCLink.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/NCLink.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/StaticPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/StaticPage.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/WebModel.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.edit/icons/full/obj16/WebModel.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$1.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$2.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$3.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$1.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$10.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$10.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$11.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$11.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$12.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$12.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$13.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$13.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$14.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$14.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$15.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$15.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$16.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$16.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$17.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$17.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$18.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$18.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$1MyContentOutlinePage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$1MyContentOutlinePage.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$2$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$2$1.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$2.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$1.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$1ResourceDeltaVisitor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$1ResourceDeltaVisitor.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$2.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$4$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$4$1.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$4.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$5.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$6.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$6.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$7.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$7.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$8.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$8.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$9.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$ReverseAdapterFactoryContentProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$ReverseAdapterFactoryContentProvider.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditorPlugin$Implementation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditorPlugin$Implementation.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditorPlugin.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditorPlugin.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$1.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$2.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$SwmlModelWizardInitialObjectCreationPage$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$SwmlModelWizardInitialObjectCreationPage$1.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$SwmlModelWizardInitialObjectCreationPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$SwmlModelWizardInitialObjectCreationPage.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$SwmlModelWizardNewFileCreationPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$SwmlModelWizardNewFileCreationPage.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/build.properties:
--------------------------------------------------------------------------------
1 |
2 | #
3 | #
4 | #
5 | # $Id$
6 |
7 | bin.includes = .,\
8 | icons/,\
9 | META-INF/,\
10 | plugin.xml,\
11 | plugin.properties
12 | jars.compile.order = .
13 | source.. = src/
14 | output.. = bin
15 |
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/icons/full/obj16/SwmlModelFile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/icons/full/obj16/SwmlModelFile.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml.editor/icons/full/wizban/NewSwml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml.editor/icons/full/wizban/NewSwml.gif
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | encoding//model/sWML.ecore_diagram=UTF-8
3 |
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/Attribute.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/Attribute.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/CLink.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/CLink.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/Class.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/Class.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/ContentLayer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/ContentLayer.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/DetailsPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/DetailsPage.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/DynamicPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/DynamicPage.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/HypertextLayer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/HypertextLayer.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/IndexPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/IndexPage.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/Link.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/Link.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/NCLink.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/NCLink.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/Page.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/Page.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/SWMLTypes.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/SWMLTypes.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/StaticPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/StaticPage.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/SwmlFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/SwmlFactory.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/SwmlPackage$Literals.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/SwmlPackage$Literals.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/SwmlPackage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/SwmlPackage.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/WebModel.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/WebModel.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/AttributeImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/AttributeImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/CLinkImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/CLinkImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/ClassImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/ClassImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/ContentLayerImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/ContentLayerImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/DetailsPageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/DetailsPageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/DynamicPageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/DynamicPageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/HypertextLayerImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/HypertextLayerImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/IndexPageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/IndexPageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/LinkImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/LinkImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/NCLinkImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/NCLinkImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/PageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/PageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/StaticPageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/StaticPageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/SwmlFactoryImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/SwmlFactoryImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/SwmlPackageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/SwmlPackageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/impl/WebModelImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/impl/WebModelImpl.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/util/SwmlAdapterFactory$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/util/SwmlAdapterFactory$1.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/util/SwmlAdapterFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/util/SwmlAdapterFactory.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/bin/swml/util/SwmlSwitch.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_AS/mdse.book.swml/bin/swml/util/SwmlSwitch.class
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/build.properties:
--------------------------------------------------------------------------------
1 |
2 | #
3 | #
4 | #
5 | # $Id$
6 |
7 | bin.includes = .,\
8 | model/,\
9 | META-INF/,\
10 | plugin.xml,\
11 | plugin.properties
12 | jars.compile.order = .
13 | source.. = src/
14 | output.. = bin/
15 |
--------------------------------------------------------------------------------
/Chapter_7_AS/mdse.book.swml/plugin.properties:
--------------------------------------------------------------------------------
1 |
2 | #
3 | #
4 | #
5 | # $Id$
6 |
7 | pluginName = Swml Model
8 | providerName = www.example.org
9 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/.options:
--------------------------------------------------------------------------------
1 | # Tracing options for the mdse.book.swml.diagram plug-in
2 |
3 | # Common issues
4 | mdse.book.swml.diagram/debug=false
5 |
6 | # Visual IDs
7 | mdse.book.swml.diagram/debug/visualID=false
8 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/CLinkCreateCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/CLinkCreateCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/CLinkReorientCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/CLinkReorientCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/ClassCreateCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/ClassCreateCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/ContentLayerCreateCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/ContentLayerCreateCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/DetailsPageCreateCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/DetailsPageCreateCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/HypertextLayerCreateCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/HypertextLayerCreateCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/IndexPageCreateCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/IndexPageCreateCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/NCLinkCreateCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/NCLinkCreateCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/NCLinkReorientCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/NCLinkReorientCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/StaticPageCreateCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/StaticPageCreateCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/SwmlCreateShortcutDecorationsCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/commands/SwmlCreateShortcutDecorationsCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/CLinkEditHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/CLinkEditHelper.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/ClassEditHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/ClassEditHelper.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/ContentLayerEditHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/ContentLayerEditHelper.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/DetailsPageEditHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/DetailsPageEditHelper.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/HypertextLayerEditHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/HypertextLayerEditHelper.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/IndexPageEditHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/IndexPageEditHelper.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/NCLinkEditHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/NCLinkEditHelper.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/StaticPageEditHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/StaticPageEditHelper.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/SwmlBaseEditHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/SwmlBaseEditHelper.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/WebModelEditHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/helpers/WebModelEditHelper.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/CLinkEditPart$CLinkFigure.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/CLinkEditPart$CLinkFigure.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/CLinkEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/CLinkEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassEditPart$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassEditPart$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassEditPart$ClassFigure.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassEditPart$ClassFigure.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassNameEditPart$1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassNameEditPart$1$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassNameEditPart$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassNameEditPart$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassNameEditPart$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassNameEditPart$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassNameEditPart$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassNameEditPart$3.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassNameEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ClassNameEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ContentLayerContentLayerClassesCompartmentEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ContentLayerContentLayerClassesCompartmentEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ContentLayerEditPart$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ContentLayerEditPart$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ContentLayerEditPart$ContentLayerFigure.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ContentLayerEditPart$ContentLayerFigure.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ContentLayerEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/ContentLayerEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageEditPart$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageEditPart$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageEditPart$DetailsPageFigure.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageEditPart$DetailsPageFigure.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageNameEditPart$1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageNameEditPart$1$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageNameEditPart$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageNameEditPart$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageNameEditPart$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageNameEditPart$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageNameEditPart$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageNameEditPart$3.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageNameEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/DetailsPageNameEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/HypertextLayerEditPart$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/HypertextLayerEditPart$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/HypertextLayerEditPart$HypertextLayerFigure.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/HypertextLayerEditPart$HypertextLayerFigure.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/HypertextLayerEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/HypertextLayerEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/HypertextLayerHypertextLayerPagesCompartmentEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/HypertextLayerHypertextLayerPagesCompartmentEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageEditPart$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageEditPart$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageEditPart$IndexPageFigure.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageEditPart$IndexPageFigure.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageNameEditPart$1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageNameEditPart$1$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageNameEditPart$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageNameEditPart$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageNameEditPart$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageNameEditPart$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageNameEditPart$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageNameEditPart$3.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageNameEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/IndexPageNameEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/NCLinkEditPart$NCLinkFigure.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/NCLinkEditPart$NCLinkFigure.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/NCLinkEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/NCLinkEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageEditPart$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageEditPart$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageEditPart$StaticPageFigure.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageEditPart$StaticPageFigure.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageNameEditPart$1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageNameEditPart$1$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageNameEditPart$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageNameEditPart$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageNameEditPart$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageNameEditPart$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageNameEditPart$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageNameEditPart$3.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageNameEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/StaticPageNameEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/SwmlEditPartFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/SwmlEditPartFactory.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/WebModelEditPart$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/WebModelEditPart$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/WebModelEditPart.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/parts/WebModelEditPart.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/CLinkItemSemanticEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/CLinkItemSemanticEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/ClassItemSemanticEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/ClassItemSemanticEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/ContentLayerItemSemanticEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/ContentLayerItemSemanticEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/DetailsPageItemSemanticEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/DetailsPageItemSemanticEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/HypertextLayerItemSemanticEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/HypertextLayerItemSemanticEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/IndexPageItemSemanticEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/IndexPageItemSemanticEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/NCLinkItemSemanticEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/NCLinkItemSemanticEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/OpenDiagramEditPolicy$OpenDiagramCommand$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/OpenDiagramEditPolicy$OpenDiagramCommand$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/OpenDiagramEditPolicy$OpenDiagramCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/OpenDiagramEditPolicy$OpenDiagramCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/OpenDiagramEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/OpenDiagramEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/StaticPageItemSemanticEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/StaticPageItemSemanticEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlBaseItemSemanticEditPolicy$LinkConstraints.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlBaseItemSemanticEditPolicy$LinkConstraints.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlBaseItemSemanticEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlBaseItemSemanticEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextNonResizableEditPolicy$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextNonResizableEditPolicy$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextNonResizableEditPolicy$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextNonResizableEditPolicy$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextNonResizableEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextNonResizableEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextSelectionEditPolicy$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextSelectionEditPolicy$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextSelectionEditPolicy$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextSelectionEditPolicy$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextSelectionEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/SwmlTextSelectionEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/WebModelCanonicalEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/WebModelCanonicalEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/WebModelItemSemanticEditPolicy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/edit/policies/WebModelItemSemanticEditPolicy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlAbstractNavigatorItem$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlAbstractNavigatorItem$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlAbstractNavigatorItem$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlAbstractNavigatorItem$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlAbstractNavigatorItem.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlAbstractNavigatorItem.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorContentProvider$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorContentProvider$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorContentProvider$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorContentProvider$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorContentProvider$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorContentProvider$3.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorContentProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorContentProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorItem$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorItem$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorItem.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorItem.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorLabelProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlDomainNavigatorLabelProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorActionProvider$OpenDiagramAction.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorActionProvider$OpenDiagramAction.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorActionProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorActionProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorContentProvider$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorContentProvider$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorContentProvider$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorContentProvider$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorContentProvider$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorContentProvider$3.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorContentProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorContentProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorGroup.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorGroup.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorItem$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorItem$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorItem.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorItem.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorLabelProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorLabelProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorLinkHelper.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorLinkHelper.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorSorter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/navigator/SwmlNavigatorSorter.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/parsers/MessageFormatParser.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/parsers/MessageFormatParser.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/DeleteElementAction.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/DeleteElementAction.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/DiagramEditorContextMenuProvider$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/DiagramEditorContextMenuProvider$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/DiagramEditorContextMenuProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/DiagramEditorContextMenuProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/LoadResourceAction.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/LoadResourceAction.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/Messages.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/Messages.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/ModelElementSelectionPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/ModelElementSelectionPage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlCreationWizard$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlCreationWizard$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlCreationWizard$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlCreationWizard$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlCreationWizard.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlCreationWizard.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlCreationWizardPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlCreationWizardPage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramActionBarContributor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramActionBarContributor.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditor$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditor$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditor$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditor$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditor$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditor$3.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditor$DropTargetListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditor$DropTargetListener.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditor.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditorPlugin.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditorPlugin.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditorUtil$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditorUtil$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditorUtil$LazyElement2ViewMap.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditorUtil$LazyElement2ViewMap.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditorUtil.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramEditorUtil.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramUpdateCommand.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramUpdateCommand.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramUpdater$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramUpdater$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramUpdater.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDiagramUpdater.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider$ResourceSetInfo$SynchronizerDelegate.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider$ResourceSetInfo$SynchronizerDelegate.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider$ResourceSetInfo.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider$ResourceSetInfo.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider$ResourceSetModificationListener.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider$ResourceSetModificationListener.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlDocumentProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlElementChooserDialog.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlElementChooserDialog.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlInitDiagramFileAction.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlInitDiagramFileAction.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlLinkDescriptor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlLinkDescriptor.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlMatchingStrategy.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlMatchingStrategy.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlNewDiagramFileWizard$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlNewDiagramFileWizard$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlNewDiagramFileWizard$DiagramRootElementSelectionPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlNewDiagramFileWizard$DiagramRootElementSelectionPage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlNewDiagramFileWizard.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlNewDiagramFileWizard.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlNodeDescriptor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlNodeDescriptor.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlPaletteFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlPaletteFactory.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlShortcutPropertyTester.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlShortcutPropertyTester.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlUriEditorInputTester.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlUriEditorInputTester.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlVisualIDRegistry$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlVisualIDRegistry$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlVisualIDRegistry.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/SwmlVisualIDRegistry.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/ValidateAction$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/ValidateAction$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/ValidateAction$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/ValidateAction$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/ValidateAction$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/ValidateAction$3.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/ValidateAction.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/part/ValidateAction.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramAppearancePreferencePage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramAppearancePreferencePage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramConnectionsPreferencePage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramConnectionsPreferencePage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramGeneralPreferencePage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramGeneralPreferencePage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramPreferenceInitializer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramPreferenceInitializer.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramPrintingPreferencePage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramPrintingPreferencePage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramRulersAndGridPreferencePage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/preferences/DiagramRulersAndGridPreferencePage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/ElementInitializers.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/ElementInitializers.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlEditPartProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlEditPartProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlElementTypes.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlElementTypes.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlIconProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlIconProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlMarkerNavigationProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlMarkerNavigationProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlModelingAssistantProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlModelingAssistantProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlParserProvider$HintAdapter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlParserProvider$HintAdapter.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlParserProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlParserProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlShortcutsDecoratorProvider$ShortcutsDecorator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlShortcutsDecoratorProvider$ShortcutsDecorator.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlShortcutsDecoratorProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlShortcutsDecoratorProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider$1$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider$1$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider$MarkerObserver.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider$MarkerObserver.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider$StatusDecorator$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider$StatusDecorator$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider$StatusDecorator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider$StatusDecorator.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationDecoratorProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationProvider$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationProvider$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlValidationProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlViewProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/providers/SwmlViewProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/sheet/SwmlPropertySection.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/sheet/SwmlPropertySection.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/sheet/SwmlSheetLabelProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/bin/swml/diagram/sheet/SwmlSheetLabelProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/icons/incomingLinksNavigatorGroup.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/icons/incomingLinksNavigatorGroup.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/icons/linkSourceNavigatorGroup.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/icons/linkSourceNavigatorGroup.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/icons/linkTargetNavigatorGroup.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/icons/linkTargetNavigatorGroup.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/icons/linksNavigatorGroup.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/icons/linksNavigatorGroup.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/icons/obj16/SwmlDiagramFile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/icons/obj16/SwmlDiagramFile.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/icons/outgoingLinksNavigatorGroup.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/icons/outgoingLinksNavigatorGroup.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/icons/shortcut.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/icons/shortcut.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/icons/wizban/NewSwmlWizard.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.diagram/icons/wizban/NewSwmlWizard.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/src/swml/diagram/edit/helpers/CLinkEditHelper.java:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | */
4 | package swml.diagram.edit.helpers;
5 |
6 | /**
7 | * @generated
8 | */
9 | public class CLinkEditHelper extends SwmlBaseEditHelper {
10 | }
11 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/src/swml/diagram/edit/helpers/ClassEditHelper.java:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | */
4 | package swml.diagram.edit.helpers;
5 |
6 | /**
7 | * @generated
8 | */
9 | public class ClassEditHelper extends SwmlBaseEditHelper {
10 | }
11 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/src/swml/diagram/edit/helpers/ContentLayerEditHelper.java:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | */
4 | package swml.diagram.edit.helpers;
5 |
6 | /**
7 | * @generated
8 | */
9 | public class ContentLayerEditHelper extends SwmlBaseEditHelper {
10 | }
11 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/src/swml/diagram/edit/helpers/DetailsPageEditHelper.java:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | */
4 | package swml.diagram.edit.helpers;
5 |
6 | /**
7 | * @generated
8 | */
9 | public class DetailsPageEditHelper extends SwmlBaseEditHelper {
10 | }
11 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/src/swml/diagram/edit/helpers/HypertextLayerEditHelper.java:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | */
4 | package swml.diagram.edit.helpers;
5 |
6 | /**
7 | * @generated
8 | */
9 | public class HypertextLayerEditHelper extends SwmlBaseEditHelper {
10 | }
11 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/src/swml/diagram/edit/helpers/IndexPageEditHelper.java:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | */
4 | package swml.diagram.edit.helpers;
5 |
6 | /**
7 | * @generated
8 | */
9 | public class IndexPageEditHelper extends SwmlBaseEditHelper {
10 | }
11 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/src/swml/diagram/edit/helpers/NCLinkEditHelper.java:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | */
4 | package swml.diagram.edit.helpers;
5 |
6 | /**
7 | * @generated
8 | */
9 | public class NCLinkEditHelper extends SwmlBaseEditHelper {
10 | }
11 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/src/swml/diagram/edit/helpers/StaticPageEditHelper.java:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | */
4 | package swml.diagram.edit.helpers;
5 |
6 | /**
7 | * @generated
8 | */
9 | public class StaticPageEditHelper extends SwmlBaseEditHelper {
10 | }
11 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/src/swml/diagram/edit/helpers/WebModelEditHelper.java:
--------------------------------------------------------------------------------
1 | /*
2 | *
3 | */
4 | package swml.diagram.edit.helpers;
5 |
6 | /**
7 | * @generated
8 | */
9 | public class WebModelEditHelper extends SwmlBaseEditHelper {
10 | }
11 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.diagram/src/swml/diagram/parsers/AbstractParser.java:
--------------------------------------------------------------------------------
1 | //Since GMFT 3.1 we don't generate class AbstractParser into every diagram, instead extend org.eclipse.gmf.tooling.runtime.parsers.AbstractAttributeParser.
2 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/AttributeItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/AttributeItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/CLinkItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/CLinkItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/ClassItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/ClassItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/ContentLayerItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/ContentLayerItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/DetailsPageItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/DetailsPageItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/DynamicPageItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/DynamicPageItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/HypertextLayerItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/HypertextLayerItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/IndexPageItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/IndexPageItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/LinkItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/LinkItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/NCLinkItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/NCLinkItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/PageItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/PageItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/StaticPageItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/StaticPageItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/SwmlEditPlugin$Implementation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/SwmlEditPlugin$Implementation.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/SwmlEditPlugin.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/SwmlEditPlugin.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/SwmlItemProviderAdapterFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/SwmlItemProviderAdapterFactory.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/WebModelItemProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/bin/swml/provider/WebModelItemProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateClass_attributes_Attribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateClass_attributes_Attribute.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateContentLayer_classes_Class.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateContentLayer_classes_Class.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_DetailsPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_DetailsPage.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_IndexPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_IndexPage.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_StaticPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateHypertextLayer_pages_StaticPage.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreatePage_links_CLink.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreatePage_links_CLink.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreatePage_links_NCLink.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreatePage_links_NCLink.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateWebModel_content_ContentLayer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateWebModel_content_ContentLayer.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateWebModel_hypertext_HypertextLayer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/ctool16/CreateWebModel_hypertext_HypertextLayer.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/Attribute.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/Attribute.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/CLink.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/CLink.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/Class.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/Class.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/ContentLayer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/ContentLayer.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/DetailsPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/DetailsPage.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/HypertextLayer.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/HypertextLayer.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/IndexPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/IndexPage.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/NCLink.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/NCLink.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/StaticPage.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/StaticPage.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/WebModel.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.edit/icons/full/obj16/WebModel.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor$3.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlActionBarContributor.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$10.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$10.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$11.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$11.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$12.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$12.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$13.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$13.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$14.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$14.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$15.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$15.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$16.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$16.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$17.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$17.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$18.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$18.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$1MyContentOutlinePage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$1MyContentOutlinePage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$2$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$2$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$1ResourceDeltaVisitor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$1ResourceDeltaVisitor.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$3.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$4$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$4$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$4.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$4.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$5.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$5.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$6.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$6.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$7.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$7.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$8.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$8.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$9.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$9.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$ReverseAdapterFactoryContentProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor$ReverseAdapterFactoryContentProvider.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditor.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditorPlugin$Implementation.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditorPlugin$Implementation.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditorPlugin.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlEditorPlugin.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$2.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$2.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$SwmlModelWizardInitialObjectCreationPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$SwmlModelWizardInitialObjectCreationPage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$SwmlModelWizardNewFileCreationPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard$SwmlModelWizardNewFileCreationPage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/bin/swml/presentation/SwmlModelWizard.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/icons/full/obj16/SwmlModelFile.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/icons/full/obj16/SwmlModelFile.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml.editor/icons/full/wizban/NewSwml.gif:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml.editor/icons/full/wizban/NewSwml.gif
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | #Sun Aug 19 12:47:23 CEST 2012
2 | eclipse.preferences.version=1
3 | encoding//model/sWML.ecore=UTF-8
4 | encoding//model/sWML.ecorediag=UTF-8
5 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/Attribute.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/Attribute.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/CLink.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/CLink.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/Class.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/Class.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/ContentLayer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/ContentLayer.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/DetailsPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/DetailsPage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/DynamicPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/DynamicPage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/HypertextLayer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/HypertextLayer.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/IndexPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/IndexPage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/Link.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/Link.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/NCLink.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/NCLink.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/Page.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/Page.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/SWMLTypes.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/SWMLTypes.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/StaticPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/StaticPage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/SwmlFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/SwmlFactory.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/SwmlPackage$Literals.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/SwmlPackage$Literals.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/SwmlPackage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/SwmlPackage.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/WebModel.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/WebModel.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/AttributeImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/AttributeImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/CLinkImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/CLinkImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/ClassImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/ClassImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/ContentLayerImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/ContentLayerImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/DetailsPageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/DetailsPageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/DynamicPageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/DynamicPageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/HypertextLayerImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/HypertextLayerImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/IndexPageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/IndexPageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/LinkImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/LinkImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/NCLinkImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/NCLinkImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/PageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/PageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/StaticPageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/StaticPageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/SwmlFactoryImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/SwmlFactoryImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/SwmlPackageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/SwmlPackageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/WebModelImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/impl/WebModelImpl.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/util/SwmlAdapterFactory$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/util/SwmlAdapterFactory$1.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/util/SwmlAdapterFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/util/SwmlAdapterFactory.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/bin/swml/util/SwmlSwitch.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_GCS/mdse.book.swml/bin/swml/util/SwmlSwitch.class
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/build.properties:
--------------------------------------------------------------------------------
1 |
2 | #
3 | #
4 | #
5 | # $Id$
6 |
7 | bin.includes = .,\
8 | model/,\
9 | META-INF/,\
10 | plugin.xml,\
11 | plugin.properties
12 | jars.compile.order = .
13 | source.. = src/
14 | output.. = bin/
15 |
--------------------------------------------------------------------------------
/Chapter_7_GCS/mdse.book.swml/plugin.properties:
--------------------------------------------------------------------------------
1 |
2 | #
3 | #
4 | #
5 | # $Id$
6 |
7 | pluginName = Swml Model
8 | providerName = www.example.org
9 |
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.sdk/build.properties:
--------------------------------------------------------------------------------
1 | bin.includes =feature.xml
2 |
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | encoding/=UTF-8
3 |
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/AbstractSWMLUiModule.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/AbstractSWMLUiModule.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/SWMLExecutableExtensionFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/SWMLExecutableExtensionFactory.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/SWMLUiModule.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/SWMLUiModule.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/.SWMLProposalProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/.SWMLProposalProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/.SWMLProposalProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/.SWMLProposalProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/AbstractSWMLProposalProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/AbstractSWMLProposalProvider.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/SWMLProposalProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/SWMLProposalProvider.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/PartialSWMLContentAssistParser.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/PartialSWMLContentAssistParser.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/SWMLParser$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/SWMLParser$1.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/SWMLParser.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/SWMLParser.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/internal/InternalSWMLLexer$DFA13.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/internal/InternalSWMLLexer$DFA13.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/internal/InternalSWMLLexer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/internal/InternalSWMLLexer.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/internal/InternalSWMLParser.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/contentassist/antlr/internal/InternalSWMLParser.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/internal/SWMLActivator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/internal/SWMLActivator.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/.SWMLDescriptionLabelProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/.SWMLDescriptionLabelProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/.SWMLDescriptionLabelProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/.SWMLDescriptionLabelProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/.SWMLLabelProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/.SWMLLabelProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/.SWMLLabelProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/.SWMLLabelProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/SWMLDescriptionLabelProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/SWMLDescriptionLabelProvider.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/SWMLLabelProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/labeling/SWMLLabelProvider.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/outline/.SWMLOutlineTreeProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/outline/.SWMLOutlineTreeProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/outline/.SWMLOutlineTreeProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/outline/.SWMLOutlineTreeProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/outline/SWMLOutlineTreeProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/outline/SWMLOutlineTreeProvider.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/quickfix/.SWMLQuickfixProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/quickfix/.SWMLQuickfixProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/quickfix/.SWMLQuickfixProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/quickfix/.SWMLQuickfixProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/quickfix/SWMLQuickfixProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/bin/mdse/book/ui/quickfix/SWMLQuickfixProvider.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/build.properties:
--------------------------------------------------------------------------------
1 | source.. = src/,\
2 | src-gen/,\
3 | xtend-gen/
4 | bin.includes = META-INF/,\
5 | .,\
6 | plugin.xml
7 |
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/contentassist/.SWMLProposalProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/contentassist/.SWMLProposalProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/contentassist/.SWMLProposalProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/contentassist/.SWMLProposalProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/labeling/.SWMLDescriptionLabelProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/labeling/.SWMLDescriptionLabelProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/labeling/.SWMLDescriptionLabelProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/labeling/.SWMLDescriptionLabelProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/labeling/.SWMLLabelProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/labeling/.SWMLLabelProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/labeling/.SWMLLabelProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/labeling/.SWMLLabelProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/outline/.SWMLOutlineTreeProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/outline/.SWMLOutlineTreeProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/outline/.SWMLOutlineTreeProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/outline/.SWMLOutlineTreeProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/quickfix/.SWMLQuickfixProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/quickfix/.SWMLQuickfixProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/quickfix/.SWMLQuickfixProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs.ui/xtend-gen/mdse/book/ui/quickfix/.SWMLQuickfixProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/.antlr-generator-3.2.0-patch.jar:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/.antlr-generator-3.2.0-patch.jar
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | encoding/=UTF-8
3 |
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/AbstractSWMLRuntimeModule.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/AbstractSWMLRuntimeModule.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/SWML.xtextbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/SWML.xtextbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/SWMLRuntimeModule.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/SWMLRuntimeModule.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/SWMLStandaloneSetup.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/SWMLStandaloneSetup.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/SWMLStandaloneSetupGenerated.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/SWMLStandaloneSetupGenerated.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/formatting/.SWMLFormatter.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/formatting/.SWMLFormatter.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/formatting/.SWMLFormatter.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/formatting/.SWMLFormatter.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/formatting/SWMLFormatter.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/formatting/SWMLFormatter.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/generator/.SWMLGenerator.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/generator/.SWMLGenerator.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/generator/.SWMLGenerator.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/generator/.SWMLGenerator.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/generator/SWMLGenerator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/generator/SWMLGenerator.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/parser/antlr/SWMLAntlrTokenFileProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/parser/antlr/SWMLAntlrTokenFileProvider.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/parser/antlr/SWMLParser.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/parser/antlr/SWMLParser.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/parser/antlr/internal/InternalSWMLLexer$DFA13.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/parser/antlr/internal/InternalSWMLLexer$DFA13.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/parser/antlr/internal/InternalSWMLLexer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/parser/antlr/internal/InternalSWMLLexer.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/parser/antlr/internal/InternalSWMLParser.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/parser/antlr/internal/InternalSWMLParser.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/Attribute.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/Attribute.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/Class.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/Class.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/ContentLayer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/ContentLayer.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/HypertextLayer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/HypertextLayer.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/IndexPage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/IndexPage.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/SWMLFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/SWMLFactory.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/SWMLPackage$Literals.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/SWMLPackage$Literals.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/SWMLPackage.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/SWMLPackage.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/SWMLTypes.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/SWMLTypes.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/WebModel.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/WebModel.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/AttributeImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/AttributeImpl.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/ClassImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/ClassImpl.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/ContentLayerImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/ContentLayerImpl.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/HypertextLayerImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/HypertextLayerImpl.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/IndexPageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/IndexPageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/SWMLFactoryImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/SWMLFactoryImpl.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/SWMLPackageImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/SWMLPackageImpl.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/WebModelImpl.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/impl/WebModelImpl.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/util/SWMLAdapterFactory$1.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/util/SWMLAdapterFactory$1.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/util/SWMLAdapterFactory.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/util/SWMLAdapterFactory.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/util/SWMLSwitch.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/sWML/util/SWMLSwitch.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/scoping/.SWMLScopeProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/scoping/.SWMLScopeProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/scoping/.SWMLScopeProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/scoping/.SWMLScopeProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/scoping/SWMLScopeProvider.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/scoping/SWMLScopeProvider.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/serializer/SWMLSemanticSequencer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/serializer/SWMLSemanticSequencer.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/serializer/SWMLSyntacticSequencer.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/serializer/SWMLSyntacticSequencer.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$AttributeElements.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$AttributeElements.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$ClassElements.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$ClassElements.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$ContentLayerElements.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$ContentLayerElements.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$HypertextLayerElements.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$HypertextLayerElements.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$IndexPageElements.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$IndexPageElements.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$SWMLTypesElements.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$SWMLTypesElements.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$WebModelElements.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess$WebModelElements.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/services/SWMLGrammarAccess.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/validation/.SWMLValidator.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/validation/.SWMLValidator.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/validation/.SWMLValidator.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/validation/.SWMLValidator.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/validation/AbstractSWMLValidator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/validation/AbstractSWMLValidator.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/validation/SWMLValidator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/bin/mdse/book/validation/SWMLValidator.class
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/src-gen/mdse/book/SWML.xtextbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/src-gen/mdse/book/SWML.xtextbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/formatting/.SWMLFormatter.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/formatting/.SWMLFormatter.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/formatting/.SWMLFormatter.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/formatting/.SWMLFormatter.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/generator/.SWMLGenerator.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/generator/.SWMLGenerator.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/generator/.SWMLGenerator.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/generator/.SWMLGenerator.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/scoping/.SWMLScopeProvider.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/scoping/.SWMLScopeProvider.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/scoping/.SWMLScopeProvider.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/scoping/.SWMLScopeProvider.xtendbin
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/validation/.SWMLValidator.java._trace:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/validation/.SWMLValidator.java._trace
--------------------------------------------------------------------------------
/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/validation/.SWMLValidator.xtendbin:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_7_TCS/mdse.book.swml.tcs/xtend-gen/mdse/book/validation/.SWMLValidator.xtendbin
--------------------------------------------------------------------------------
/Chapter_8_inplace/mdse.book.transformation.m2m.inplace/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | eclipse.preferences.version=1
2 | encoding//Trafo/IntroduceHTelements.henshin=UTF-8
3 | encoding//Trafo/IntroduceHTelements.henshin_diagram=UTF-8
4 |
--------------------------------------------------------------------------------
/Chapter_8_outplace/mdse.book.transformation.m2m.outplace/.settings/org.eclipse.core.resources.prefs:
--------------------------------------------------------------------------------
1 | #Fri Jun 08 18:28:39 CEST 2012
2 | eclipse.preferences.version=1
3 | encoding//MM/smvcml.ecorediag=UTF-8
4 |
--------------------------------------------------------------------------------
/Chapter_9_codeGen/mdse.book.transformation.m2t/bin/book/codeGen/Activator.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_9_codeGen/mdse.book.transformation.m2t/bin/book/codeGen/Activator.class
--------------------------------------------------------------------------------
/Chapter_9_codeGen/mdse.book.transformation.m2t/bin/book/codeGen/files/Main.class:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ModelEngineeringBooks/MDSEBook/0f63acb260d24574d9c2afb8119a49e13896039e/Chapter_9_codeGen/mdse.book.transformation.m2t/bin/book/codeGen/files/Main.class
--------------------------------------------------------------------------------
/Chapter_9_codeGen/mdse.book.transformation.m2t/build.properties:
--------------------------------------------------------------------------------
1 | source.. = src/
2 | output.. = bin/
3 | bin.includes = META-INF/,\
4 | .
5 | customBuildCallbacks = build.acceleo
6 | jre.compilation.profile = J2SE-1.5
7 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # MDSEBook
2 | This repository hosts all the projects used in the MDSE Book www.mdse-book.com
3 |
4 | Latest updates have been performed to be fully working with
5 | Eclipse Modeling Tools
6 | Version: 2019-06 (4.12.0)
7 |
8 |
--------------------------------------------------------------------------------