Download Free code mechanoid

Description

Eclipse plugin providing a set of DSL's for the rapid development of Android apps.

Icons

mechanoid

Source Files

The download file mechanoid-master.zip has the following entries.


.gitignore// ww  w. j  a  v  a  2s  .  c  o m
.project
README.md
build.sh
deploy.sh
docs/.gitignore
docs/.project
docs/.pydevproject
docs/.settings/org.eclipse.core.resources.prefs
docs/Makefile
docs/extensions/__init__.py
docs/extensions/highlighting/__init__.py
docs/extensions/highlighting/lex/__init__.py
docs/extensions/highlighting/lex/mechanoid.py
docs/extensions/highlighting/styles/__init__.py
docs/extensions/highlighting/styles/eclipse.py
docs/make.bat
docs/source/conf.py
docs/source/credits.rst
docs/source/db/api.rst
docs/source/db/index.rst
docs/source/db/lang.rst
docs/source/images/docref.png
docs/source/images/jdoc.gif
docs/source/images/link.gif
docs/source/images/screens/mech-library-quickfix.png
docs/source/images/screens/wizard-mechdb.png
docs/source/images/screens/wizard-mechnet.png
docs/source/images/screens/wizard-mechops.png
docs/source/images/screens/wizard-mechprefs.png
docs/source/index.rst
docs/source/net/index.rst
docs/source/ops/index.rst
docs/source/prefs/index.rst
docs/source/start.rst
examples/books/.classpath
examples/books/.project
examples/books/AndroidManifest.xml
examples/books/LICENSE.md
examples/books/README.md
examples/books/gen/com/robotoworks/example/books/BuildConfig.java
examples/books/gen/com/robotoworks/example/books/R.java
examples/books/libs/android-support-v4.jar
examples/books/libs/mechanoid-sources.jar
examples/books/libs/mechanoid.jar
examples/books/libs/mechanoid.jar.properties
examples/books/model/BookServiceClient.mechnet
examples/books/proguard-project.txt
examples/books/project.properties
examples/books/res/drawable-hdpi/ic_launcher.png
examples/books/res/drawable-mdpi/ic_launcher.png
examples/books/res/drawable-xhdpi/ic_launcher.png
examples/books/res/values-v11/styles.xml
examples/books/res/values-v14/styles.xml
examples/books/res/values/strings.xml
examples/books/res/values/styles.xml
examples/books/src-gen/com/robotoworks/example/books/net/AbstractBookServiceClient.java
examples/books/src-gen/com/robotoworks/example/books/net/Book.java
examples/books/src-gen/com/robotoworks/example/books/net/BookReader.java
examples/books/src-gen/com/robotoworks/example/books/net/BookWriter.java
examples/books/src-gen/com/robotoworks/example/books/net/CreateBookRequest.java
examples/books/src-gen/com/robotoworks/example/books/net/CreateBookResult.java
examples/books/src-gen/com/robotoworks/example/books/net/DefaultBookServiceClientReaderProvider.java
examples/books/src-gen/com/robotoworks/example/books/net/DefaultBookServiceClientWriterProvider.java
examples/books/src-gen/com/robotoworks/example/books/net/DeleteBookRequest.java
examples/books/src-gen/com/robotoworks/example/books/net/DeleteBookResult.java
examples/books/src-gen/com/robotoworks/example/books/net/GetBookRequest.java
examples/books/src-gen/com/robotoworks/example/books/net/GetBookResult.java
examples/books/src-gen/com/robotoworks/example/books/net/GetBooksRequest.java
examples/books/src-gen/com/robotoworks/example/books/net/GetBooksResult.java
examples/books/src-gen/com/robotoworks/example/books/net/UpdateBookRequest.java
examples/books/src-gen/com/robotoworks/example/books/net/UpdateBookResult.java
examples/books/src/com/robotoworks/example/books/net/BookServiceClient.java
examples/ghissues/.classpath
examples/ghissues/.project
examples/ghissues/AndroidManifest.xml
examples/ghissues/LICENSE.md
examples/ghissues/gen/com/robotoworks/example/ghissues/BuildConfig.java
examples/ghissues/gen/com/robotoworks/example/ghissues/R.java
examples/ghissues/ic_launcher-web.png
examples/ghissues/libs/android-support-v4.jar
examples/ghissues/libs/mechanoid-sources.jar
examples/ghissues/libs/mechanoid.jar
examples/ghissues/libs/mechanoid.jar.properties
examples/ghissues/model/Github.mechops
examples/ghissues/model/GithubClient.mechnet
examples/ghissues/model/GithubDB.mechdb
examples/ghissues/proguard-project.txt
examples/ghissues/project.properties
examples/ghissues/res/drawable-hdpi/ic_launcher.png
examples/ghissues/res/drawable-mdpi/ic_launcher.png
examples/ghissues/res/drawable-xhdpi/ic_launcher.png
examples/ghissues/res/drawable-xxhdpi/ic_launcher.png
examples/ghissues/res/layout/activity_main.xml
examples/ghissues/res/layout/item_issue.xml
examples/ghissues/res/menu/main.xml
examples/ghissues/res/values-sw600dp/dimens.xml
examples/ghissues/res/values-sw720dp-land/dimens.xml
examples/ghissues/res/values-v11/styles.xml
examples/ghissues/res/values-v14/styles.xml
examples/ghissues/res/values/dimens.xml
examples/ghissues/res/values/strings.xml
examples/ghissues/res/values/styles.xml
examples/ghissues/src-gen/com/robotoworks/example/ghissues/db/AbstractGithubDBContentProvider.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/db/AbstractGithubDBOpenHelper.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/db/GithubDBContract.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/db/IssuesRecord.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/db/migrations/DefaultGithubDBMigrationV1.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/AbstractGithubClient.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/DefaultGithubClientReaderProvider.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/DefaultGithubClientWriterProvider.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/GetIssuesForRepositoryRequest.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/GetIssuesForRepositoryResult.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/Issue.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/IssueReader.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/IssueState.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/IssueWriter.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/Label.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/LabelReader.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/LabelWriter.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/User.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/UserReader.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/net/UserWriter.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/ops/AbstractGetIssuesForRepositoryOperation.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/ops/AbstractGithubProcessor.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/ops/AbstractGithubService.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/ops/AbstractGithubServiceConfiguration.java
examples/ghissues/src-gen/com/robotoworks/example/ghissues/ops/AbstractGithubServiceOperationConfigurationRegistry.java
examples/ghissues/src/com/robotoworks/example/ghissues/GithubIssuesApplication.java
examples/ghissues/src/com/robotoworks/example/ghissues/db/GithubDBContentProvider.java
examples/ghissues/src/com/robotoworks/example/ghissues/db/GithubDBOpenHelper.java
examples/ghissues/src/com/robotoworks/example/ghissues/net/GithubClient.java
examples/ghissues/src/com/robotoworks/example/ghissues/ops/GetIssuesForRepositoryOperation.java
examples/ghissues/src/com/robotoworks/example/ghissues/ops/GithubProcessor.java
examples/ghissues/src/com/robotoworks/example/ghissues/ops/GithubService.java
examples/ghissues/src/com/robotoworks/example/ghissues/ops/GithubServiceConfiguration.java
examples/ghissues/src/com/robotoworks/example/ghissues/ops/GithubServiceOperationConfigurationRegistry.java
examples/ghissues/src/com/robotoworks/example/ghissues/ui/IssuesFragment.java
examples/ghissues/src/com/robotoworks/example/ghissues/ui/MainActivity.java
examples/movies/.classpath
examples/movies/.project
examples/movies/AndroidManifest.xml
examples/movies/LICENSE.md
examples/movies/apiary-blueprint.txt
examples/movies/gen/com/robotoworks/example/movies/BuildConfig.java
examples/movies/gen/com/robotoworks/example/movies/R.java
examples/movies/libs/android-support-v4.jar
examples/movies/libs/mechanoid-sources.jar
examples/movies/libs/mechanoid.jar
examples/movies/libs/mechanoid.jar.properties
examples/movies/model/MovieDB.mechdb
examples/movies/model/Movies.mechops
examples/movies/model/MoviesApiClient.mechnet
examples/movies/proguard-project.txt
examples/movies/project.properties
examples/movies/res/drawable-hdpi/ic_launcher.png
examples/movies/res/drawable-mdpi/ic_launcher.png
examples/movies/res/drawable-xhdpi/ic_launcher.png
examples/movies/res/layout/activity_main.xml
examples/movies/res/layout/item_movies.xml
examples/movies/res/menu/main.xml
examples/movies/res/values-sw600dp/dimens.xml
examples/movies/res/values-sw720dp-land/dimens.xml
examples/movies/res/values-v11/styles.xml
examples/movies/res/values-v14/styles.xml
examples/movies/res/values/dimens.xml
examples/movies/res/values/strings.xml
examples/movies/res/values/styles.xml
examples/movies/src-gen/com/robotoworks/example/movies/db/AbstractMovieDBContentProvider.java
examples/movies/src-gen/com/robotoworks/example/movies/db/AbstractMovieDBOpenHelper.java
examples/movies/src-gen/com/robotoworks/example/movies/db/MovieDBContract.java
examples/movies/src-gen/com/robotoworks/example/movies/db/MoviesRecord.java
examples/movies/src-gen/com/robotoworks/example/movies/net/AbstractMoviesApiClient.java
examples/movies/src-gen/com/robotoworks/example/movies/net/DefaultMoviesApiClientReaderProvider.java
examples/movies/src-gen/com/robotoworks/example/movies/net/DefaultMoviesApiClientWriterProvider.java
examples/movies/src-gen/com/robotoworks/example/movies/net/GetMoviesRequest.java
examples/movies/src-gen/com/robotoworks/example/movies/net/GetMoviesResult.java
examples/movies/src-gen/com/robotoworks/example/movies/net/Movie.java
examples/movies/src-gen/com/robotoworks/example/movies/net/MovieReader.java
examples/movies/src-gen/com/robotoworks/example/movies/net/MovieWriter.java
examples/movies/src-gen/com/robotoworks/example/movies/ops/AbstractAddMovieOperation.java
examples/movies/src-gen/com/robotoworks/example/movies/ops/AbstractGetMoviesOperation.java
examples/movies/src-gen/com/robotoworks/example/movies/ops/AbstractMoviesProcessor.java
examples/movies/src-gen/com/robotoworks/example/movies/ops/AbstractMoviesService.java
examples/movies/src-gen/com/robotoworks/example/movies/ops/AbstractMoviesServiceConfiguration.java
examples/movies/src-gen/com/robotoworks/example/movies/ops/AbstractMoviesServiceOperationConfigurationRegistry.java
examples/movies/src/com/robotoworks/example/movies/MoviesApplication.java
examples/movies/src/com/robotoworks/example/movies/db/MovieDBContentProvider.java
examples/movies/src/com/robotoworks/example/movies/db/MovieDBOpenHelper.java
examples/movies/src/com/robotoworks/example/movies/net/MoviesApiClient.java
examples/movies/src/com/robotoworks/example/movies/ops/AddMovieOperation.java
examples/movies/src/com/robotoworks/example/movies/ops/GetMoviesOperation.java
examples/movies/src/com/robotoworks/example/movies/ops/MoviesProcessor.java
examples/movies/src/com/robotoworks/example/movies/ops/MoviesService.java
examples/movies/src/com/robotoworks/example/movies/ops/MoviesServiceConfiguration.java
examples/movies/src/com/robotoworks/example/movies/ops/MoviesServiceOperationConfigurationRegistry.java
examples/movies/src/com/robotoworks/example/movies/ui/MainActivity.java
examples/movies/src/com/robotoworks/example/movies/ui/MovieListFragment.java
examples/prefs/.classpath
examples/prefs/.project
examples/prefs/AndroidManifest.xml
examples/prefs/LICENSE.md
examples/prefs/gen/com/robotoworks/example/prefs/BuildConfig.java
examples/prefs/gen/com/robotoworks/example/prefs/R.java
examples/prefs/ic_launcher-web.png
examples/prefs/libs/android-support-v4.jar
examples/prefs/libs/mechanoid-sources.jar
examples/prefs/libs/mechanoid.jar
examples/prefs/libs/mechanoid.jar.properties
examples/prefs/model/User.mechprefs
examples/prefs/proguard-project.txt
examples/prefs/project.properties
examples/prefs/res/drawable-hdpi/ic_launcher.png
examples/prefs/res/drawable-mdpi/ic_launcher.png
examples/prefs/res/drawable-xhdpi/ic_launcher.png
examples/prefs/res/drawable-xxhdpi/ic_launcher.png
examples/prefs/res/layout/activity_main.xml
examples/prefs/res/menu/main.xml
examples/prefs/res/values-sw600dp/dimens.xml
examples/prefs/res/values-sw720dp-land/dimens.xml
examples/prefs/res/values-v11/styles.xml
examples/prefs/res/values-v14/styles.xml
examples/prefs/res/values/dimens.xml
examples/prefs/res/values/strings.xml
examples/prefs/res/values/styles.xml
examples/prefs/src-gen/com/robotoworks/example/prefs/UserPreferences.java
examples/prefs/src/com/robotoworks/example/prefs/MainActivity.java
examples/recipes/.classpath
examples/recipes/.gitignore
examples/recipes/.project
examples/recipes/.settings/org.eclipse.core.resources.prefs
examples/recipes/.settings/org.eclipse.jdt.core.prefs
examples/recipes/AndroidManifest.xml
examples/recipes/LICENSE.md
examples/recipes/Readme.md
examples/recipes/gen/com/robotoworks/example/recipes/BuildConfig.java
examples/recipes/gen/com/robotoworks/example/recipes/R.java
examples/recipes/ic_launcher-web.png
examples/recipes/libs/android-support-v4.jar
examples/recipes/libs/mechanoid-sources.jar
examples/recipes/libs/mechanoid.jar
examples/recipes/libs/mechanoid.jar.properties
examples/recipes/model/recipes.mechdb
examples/recipes/proguard-project.txt
examples/recipes/project.properties
examples/recipes/res/drawable-hdpi/ic_launcher.png
examples/recipes/res/drawable-ldpi/ic_launcher.png
examples/recipes/res/drawable-mdpi/ic_launcher.png
examples/recipes/res/drawable-xhdpi/ic_launcher.png
examples/recipes/res/layout/activity_main.xml
examples/recipes/res/layout/item_ingredient.xml
examples/recipes/res/layout/item_recipe.xml
examples/recipes/res/layout/item_recipe_with_authors.xml
examples/recipes/res/menu/activity_main.xml
examples/recipes/res/values-v11/styles.xml
examples/recipes/res/values-v14/styles.xml
examples/recipes/res/values/strings.xml
examples/recipes/res/values/styles.xml
examples/recipes/screenshots/RecipesListFragment.png
examples/recipes/screenshots/RecipesWithAuthorListFragment.png
examples/recipes/screenshots/RecipesWithIngredientsListFragment.png
examples/recipes/src-gen/com/robotoworks/example/recipes/content/AbstractRecipesDBContentProvider.java
examples/recipes/src-gen/com/robotoworks/example/recipes/content/AbstractRecipesDBOpenHelper.java
examples/recipes/src-gen/com/robotoworks/example/recipes/content/AuthorsRecord.java
examples/recipes/src-gen/com/robotoworks/example/recipes/content/IngredientsRecord.java
examples/recipes/src-gen/com/robotoworks/example/recipes/content/RecipesAndIngredientsRecord.java
examples/recipes/src-gen/com/robotoworks/example/recipes/content/RecipesDBContract.java
examples/recipes/src-gen/com/robotoworks/example/recipes/content/RecipesRecord.java
examples/recipes/src-gen/com/robotoworks/example/recipes/content/RecipesWithAuthorsRecord.java
examples/recipes/src-gen/com/robotoworks/example/recipes/content/migrations/DefaultRecipesDBMigrationV1.java
examples/recipes/src-gen/com/robotoworks/example/recipes/content/migrations/DefaultRecipesDBMigrationV2.java
examples/recipes/src-gen/com/robotoworks/example/recipes/content/migrations/DefaultRecipesDBMigrationV3.java
examples/recipes/src/com/robotoworks/example/recipes/MainActivity.java
examples/recipes/src/com/robotoworks/example/recipes/RecipeListFragment.java
examples/recipes/src/com/robotoworks/example/recipes/RecipesAndIngredientsListFragment.java
examples/recipes/src/com/robotoworks/example/recipes/RecipesApplication.java
examples/recipes/src/com/robotoworks/example/recipes/RecipesWithAuthorListFragment.java
examples/recipes/src/com/robotoworks/example/recipes/content/RecipesDBContentProvider.java
examples/recipes/src/com/robotoworks/example/recipes/content/RecipesDBOpenHelper.java
features/com.robotoworks.mechanoid.feature/.gitignore
features/com.robotoworks.mechanoid.feature/.project
features/com.robotoworks.mechanoid.feature/.settings/org.eclipse.core.resources.prefs
features/com.robotoworks.mechanoid.feature/.settings/org.eclipse.jdt.core.prefs
features/com.robotoworks.mechanoid.feature/.settings/org.eclipse.jdt.ui.prefs
features/com.robotoworks.mechanoid.feature/LICENSE.md
features/com.robotoworks.mechanoid.feature/build.properties
features/com.robotoworks.mechanoid.feature/feature.xml
features/com.robotoworks.mechanoid.feature/pom.xml
gfx/file_obj.xcf
gfx/service_obj.xcf
libs/mechanoid/.classpath
libs/mechanoid/.gitignore
libs/mechanoid/.project
libs/mechanoid/.settings/org.eclipse.core.resources.prefs
libs/mechanoid/LICENSE.txt
libs/mechanoid/META-INF/MANIFEST.MF
libs/mechanoid/build.properties
libs/mechanoid/pom.xml
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/Mechanoid.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/MechanoidNotInitializedException.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ReflectUtil.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/AbstractValuesBuilder.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/ActiveRecord.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/ActiveRecordFactory.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/BulkInsertHelper.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/ContentProviderActions.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/CursorWalker.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/DefaultContentProviderActions.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/ListInsertHelper.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/MechanoidContentProvider.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/MechanoidSQLiteOpenHelper.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/SQLiteMigration.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/db/SQuery.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/internal/util/Collections.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/internal/util/JsonReader.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/internal/util/JsonScope.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/internal/util/JsonToken.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/internal/util/JsonUtil.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/internal/util/JsonWriter.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/internal/util/LruCache.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/internal/util/MalformedJsonException.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/internal/util/StringPool.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/EntityEnclosedServiceRequest.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/JsonEntityReader.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/JsonEntityReaderProvider.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/JsonEntityWriter.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/JsonEntityWriterProvider.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/JsonReaderUtil.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/NetLogHelper.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/Parser.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/Response.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/ServiceClient.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/ServiceException.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/ServiceRequest.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/ServiceResult.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/net/UnexpectedHttpStatusException.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/Operation.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationConfiguration.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationConfigurationRegistry.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationContext.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationExecutor.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationExecutorCallbacks.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationInstantiationException.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationLog.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationManager.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationManagerBase.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationManagerCallbacks.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationProcessor.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationResult.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationService.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationServiceBridge.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationServiceConfiguration.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationServiceListener.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OperationServiceStoppedException.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/Ops.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/OpsInitializer.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/ops/SupportOperationManager.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/util/Closeables.java
libs/mechanoid/src/main/java/com/robotoworks/mechanoid/util/Streams.java
plugins/com.robotoworks.mechanoid.db.ui/.classpath
plugins/com.robotoworks.mechanoid.db.ui/.gitignore
plugins/com.robotoworks.mechanoid.db.ui/.project
plugins/com.robotoworks.mechanoid.db.ui/.settings/Copy of org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid.db.ui/.settings/Copy of org.eclipse.jdt.ui.prefs
plugins/com.robotoworks.mechanoid.db.ui/.settings/org.eclipse.core.resources.prefs
plugins/com.robotoworks.mechanoid.db.ui/.settings/org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid.db.ui/.settings/org.eclipse.jdt.ui.prefs
plugins/com.robotoworks.mechanoid.db.ui/LICENSE.md
plugins/com.robotoworks.mechanoid.db.ui/META-INF/MANIFEST.MF
plugins/com.robotoworks.mechanoid.db.ui/build.properties
plugins/com.robotoworks.mechanoid.db.ui/icons/action.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/actions.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/active_record_obj.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/add.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/aliased_column.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/column.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/constraint.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/database.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/drop_table.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/index.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/key.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/mechdb_file.png
plugins/com.robotoworks.mechanoid.db.ui/icons/migration.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/package.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/table.gif
plugins/com.robotoworks.mechanoid.db.ui/icons/trigger.gif
plugins/com.robotoworks.mechanoid.db.ui/plugin.xml
plugins/com.robotoworks.mechanoid.db.ui/plugin.xml_gen
plugins/com.robotoworks.mechanoid.db.ui/pom.xml
plugins/com.robotoworks.mechanoid.db.ui/src-gen/com/robotoworks/mechanoid/db/ui/AbstractSqliteModelUiModule.java
plugins/com.robotoworks.mechanoid.db.ui/src-gen/com/robotoworks/mechanoid/db/ui/SqliteModelExecutableExtensionFactory.java
plugins/com.robotoworks.mechanoid.db.ui/src-gen/com/robotoworks/mechanoid/db/ui/contentassist/AbstractSqliteModelProposalProvider.java
plugins/com.robotoworks.mechanoid.db.ui/src-gen/com/robotoworks/mechanoid/db/ui/contentassist/antlr/PartialSqliteModelContentAssistParser.java
plugins/com.robotoworks.mechanoid.db.ui/src-gen/com/robotoworks/mechanoid/db/ui/contentassist/antlr/SqliteModelParser.java
plugins/com.robotoworks.mechanoid.db.ui/src-gen/com/robotoworks/mechanoid/db/ui/contentassist/antlr/internal/InternalSqliteModel.g
plugins/com.robotoworks.mechanoid.db.ui/src-gen/com/robotoworks/mechanoid/db/ui/contentassist/antlr/internal/InternalSqliteModel.tokens
plugins/com.robotoworks.mechanoid.db.ui/src-gen/com/robotoworks/mechanoid/db/ui/contentassist/antlr/internal/InternalSqliteModelLexer.java
plugins/com.robotoworks.mechanoid.db.ui/src-gen/com/robotoworks/mechanoid/db/ui/contentassist/antlr/internal/InternalSqliteModelParser.java
plugins/com.robotoworks.mechanoid.db.ui/src-gen/com/robotoworks/mechanoid/db/ui/internal/SqliteModelActivator.java
plugins/com.robotoworks.mechanoid.db.ui/src/com/robotoworks/mechanoid/db/ui/Messages.java
plugins/com.robotoworks.mechanoid.db.ui/src/com/robotoworks/mechanoid/db/ui/SqliteModelUiModule.java
plugins/com.robotoworks.mechanoid.db.ui/src/com/robotoworks/mechanoid/db/ui/contentassist/SqliteModelProposalProvider.java
plugins/com.robotoworks.mechanoid.db.ui/src/com/robotoworks/mechanoid/db/ui/editor/syntaxcoloring/MechDbSemanticHighlightingCalculator.java
plugins/com.robotoworks.mechanoid.db.ui/src/com/robotoworks/mechanoid/db/ui/labeling/SqliteModelDescriptionLabelProvider.java
plugins/com.robotoworks.mechanoid.db.ui/src/com/robotoworks/mechanoid/db/ui/labeling/SqliteModelLabelProvider.java
plugins/com.robotoworks.mechanoid.db.ui/src/com/robotoworks/mechanoid/db/ui/messages.properties
plugins/com.robotoworks.mechanoid.db.ui/src/com/robotoworks/mechanoid/db/ui/outline/SqliteModelOutlineTreeProvider.java
plugins/com.robotoworks.mechanoid.db.ui/src/com/robotoworks/mechanoid/db/ui/quickfix/SqliteModelQuickfixProvider.java
plugins/com.robotoworks.mechanoid.db.ui/src/com/robotoworks/mechanoid/db/ui/wizards/NewMechanoidDBFileWizard.java
plugins/com.robotoworks.mechanoid.db.ui/templates/templates.xml
plugins/com.robotoworks.mechanoid.db/.antlr-generator-3.2.0.jar
plugins/com.robotoworks.mechanoid.db/.classpath
plugins/com.robotoworks.mechanoid.db/.gitignore
plugins/com.robotoworks.mechanoid.db/.project
plugins/com.robotoworks.mechanoid.db/.settings/org.eclipse.core.resources.prefs
plugins/com.robotoworks.mechanoid.db/.settings/org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid.db/.settings/org.eclipse.jdt.ui.prefs
plugins/com.robotoworks.mechanoid.db/LICENSE.md
plugins/com.robotoworks.mechanoid.db/META-INF/MANIFEST.MF
plugins/com.robotoworks.mechanoid.db/build.properties
plugins/com.robotoworks.mechanoid.db/plugin.xml
plugins/com.robotoworks.mechanoid.db/plugin.xml_gen
plugins/com.robotoworks.mechanoid.db/pom.xml
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/AbstractSqliteModelRuntimeModule.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/SqliteModel.ecore
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/SqliteModel.genmodel
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/SqliteModel.xtextbin
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/SqliteModelStandaloneSetupGenerated.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/parser/antlr/SqliteModelAntlrTokenFileProvider.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/parser/antlr/SqliteModelParser.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/parser/antlr/internal/InternalSqliteModel.g
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/parser/antlr/internal/InternalSqliteModel.tokens
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/parser/antlr/internal/InternalSqliteModelLexer.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/parser/antlr/internal/InternalSqliteModelParser.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/serializer/SqliteModelSemanticSequencer.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/serializer/SqliteModelSyntacticSequencer.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/services/SqliteModelGrammarAccess.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ActionStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/AlterTableAddColumnStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/AlterTableRenameStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/Case.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CaseExpression.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CastExpression.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CheckConstraint.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CheckTableConstraint.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ColumnConstraint.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ColumnDef.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ColumnSource.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ColumnSourceRef.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ColumnType.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CompoundOperator.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ConfigBlock.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ConfigurationStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ConflictClause.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ConflictResolution.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ContentUri.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ContentUriParamSegment.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ContentUriSegment.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CreateIndexStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CreateTableStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CreateTriggerStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CreateViewStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CurrentDateLiteral.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CurrentTimeLiteral.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/CurrentTimeStampLiteral.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/DDLStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/DMLStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/DatabaseBlock.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/DefaultConstraint.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/DefaultValue.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/DeleteStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/DropIndexStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/DropTableStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/DropTriggerStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/DropViewStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ExprAdd.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ExprAnd.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ExprBit.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ExprConcat.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ExprEqual.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ExprMult.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ExprOr.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ExprRelate.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/Expression.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ExpressionDefaultValue.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/Function.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/FunctionArg.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/FunctionArgument.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/GroupByExpressions.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/HavingExpressions.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/IndexedColumn.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/InitBlock.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/InsertStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/IsNull.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/JoinSource.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/JoinStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/Literal.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/LiteralDefaultValue.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/LiteralValue.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/MigrationBlock.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/Model.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/NestedExpression.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/NewColumn.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/NotNull.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/NotNullConstraint.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/NullCheckExpression.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/NullLiteral.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/NumericLiteral.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/OldColumn.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/OrderingTerm.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/OrderingTermList.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/PrimaryConstraint.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/PrimaryKeyColumnConstraint.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/ResultColumn.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SelectCore.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SelectCoreExpression.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SelectExpression.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SelectList.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SelectSource.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SelectStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SelectStatementExpression.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SingleSource.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SingleSourceJoin.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SingleSourceSelectStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SingleSourceTable.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SqliteDataType.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SqliteModelFactory.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/SqliteModelPackage.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/StringLiteral.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/TableConstraint.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/TableDefinition.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/UniqueConstraint.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/UniqueTableConstraint.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/UpdateColumnExpression.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/UpdateStatement.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/WhereExpressions.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ActionStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/AlterTableAddColumnStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/AlterTableRenameStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CaseExpressionImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CaseImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CastExpressionImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CheckConstraintImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CheckTableConstraintImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ColumnConstraintImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ColumnDefImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ColumnSourceImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ColumnSourceRefImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ConfigBlockImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ConfigurationStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ConflictClauseImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ContentUriImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ContentUriParamSegmentImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ContentUriSegmentImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CreateIndexStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CreateTableStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CreateTriggerStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CreateViewStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CurrentDateLiteralImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CurrentTimeLiteralImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/CurrentTimeStampLiteralImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/DDLStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/DMLStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/DatabaseBlockImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/DefaultConstraintImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/DefaultValueImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/DeleteStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/DropIndexStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/DropTableStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/DropTriggerStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/DropViewStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ExprAddImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ExprAndImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ExprBitImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ExprConcatImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ExprEqualImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ExprMultImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ExprOrImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ExprRelateImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ExpressionDefaultValueImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ExpressionImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/FunctionArgImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/FunctionArgumentImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/FunctionImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/GroupByExpressionsImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/HavingExpressionsImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/IndexedColumnImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/InitBlockImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/InsertStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/IsNullImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/JoinSourceImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/JoinStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/LiteralDefaultValueImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/LiteralImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/LiteralValueImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/MigrationBlockImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ModelImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/NestedExpressionImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/NewColumnImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/NotNullConstraintImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/NotNullImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/NullCheckExpressionImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/NullLiteralImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/NumericLiteralImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/OldColumnImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/OrderingTermImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/OrderingTermListImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/PrimaryConstraintImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/PrimaryKeyColumnConstraintImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/ResultColumnImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SelectCoreExpressionImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SelectCoreImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SelectExpressionImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SelectListImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SelectSourceImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SelectStatementExpressionImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SelectStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SingleSourceImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SingleSourceJoinImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SingleSourceSelectStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SingleSourceTableImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SqliteModelFactoryImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/SqliteModelPackageImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/StringLiteralImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/TableConstraintImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/TableDefinitionImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/UniqueConstraintImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/UniqueTableConstraintImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/UpdateColumnExpressionImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/UpdateStatementImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/impl/WhereExpressionsImpl.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/util/SqliteModelAdapterFactory.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/sqliteModel/util/SqliteModelSwitch.java
plugins/com.robotoworks.mechanoid.db/src-gen/com/robotoworks/mechanoid/db/validation/AbstractSqliteModelJavaValidator.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/GenerateSqliteModel.mwe2
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/SqliteModel.xtext
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/SqliteModelRuntimeModule.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/SqliteModelStandaloneSetup.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/formatting/SqliteModelFormatter.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/ActiveRecordGenerator.xtend
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/ColumnInfo.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/ContentProviderContractGenerator.xtend
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/ContentProviderGenerator.xtend
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/DbInfo.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/SqliteDatabaseSnapshot.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/SqliteDatabaseStatementGenerator.xtend
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/SqliteMigrationGenerator.xtend
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/SqliteModelGenerator.xtend
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/SqliteOpenHelperGenerator.xtend
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/TableInfo.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/generator/ViewInfo.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/jvmmodel/SqliteModelJvmModelInferrer.xtend
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/naming/NameHelper.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/naming/SqliteQualifiedNameProvider.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/scoping/SqliteModelScopeProvider.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/scoping/XSqliteModelScopeProvider.xtend
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/util/ModelUtil.xtend
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/validation/SqliteModelJavaValidator.java
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/validation/StatementSequenceValidator.xtend
plugins/com.robotoworks.mechanoid.db/src/com/robotoworks/mechanoid/db/validation/StatementSequenceValidatorResult.java
plugins/com.robotoworks.mechanoid.db/xtend-gen/com/robotoworks/mechanoid/db/generator/ActiveRecordGenerator.java
plugins/com.robotoworks.mechanoid.db/xtend-gen/com/robotoworks/mechanoid/db/generator/ContentProviderContractGenerator.java
plugins/com.robotoworks.mechanoid.db/xtend-gen/com/robotoworks/mechanoid/db/generator/ContentProviderGenerator.java
plugins/com.robotoworks.mechanoid.db/xtend-gen/com/robotoworks/mechanoid/db/generator/SqliteDatabaseStatementGenerator.java
plugins/com.robotoworks.mechanoid.db/xtend-gen/com/robotoworks/mechanoid/db/generator/SqliteMigrationGenerator.java
plugins/com.robotoworks.mechanoid.db/xtend-gen/com/robotoworks/mechanoid/db/generator/SqliteModelGenerator.java
plugins/com.robotoworks.mechanoid.db/xtend-gen/com/robotoworks/mechanoid/db/generator/SqliteOpenHelperGenerator.java
plugins/com.robotoworks.mechanoid.db/xtend-gen/com/robotoworks/mechanoid/db/jvmmodel/SqliteModelJvmModelInferrer.java
plugins/com.robotoworks.mechanoid.db/xtend-gen/com/robotoworks/mechanoid/db/scoping/XSqliteModelScopeProvider.java
plugins/com.robotoworks.mechanoid.db/xtend-gen/com/robotoworks/mechanoid/db/util/ModelUtil.java
plugins/com.robotoworks.mechanoid.db/xtend-gen/com/robotoworks/mechanoid/db/validation/StatementSequenceValidator.java
plugins/com.robotoworks.mechanoid.net.ui/.classpath
plugins/com.robotoworks.mechanoid.net.ui/.gitignore
plugins/com.robotoworks.mechanoid.net.ui/.project
plugins/com.robotoworks.mechanoid.net.ui/.settings/org.eclipse.core.resources.prefs
plugins/com.robotoworks.mechanoid.net.ui/.settings/org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid.net.ui/.settings/org.eclipse.jdt.ui.prefs
plugins/com.robotoworks.mechanoid.net.ui/LICENSE.md
plugins/com.robotoworks.mechanoid.net.ui/META-INF/MANIFEST.MF
plugins/com.robotoworks.mechanoid.net.ui/build.properties
plugins/com.robotoworks.mechanoid.net.ui/icons/add.gif
plugins/com.robotoworks.mechanoid.net.ui/icons/client_obj.gif
plugins/com.robotoworks.mechanoid.net.ui/icons/entity_obj.gif
plugins/com.robotoworks.mechanoid.net.ui/icons/enum_obj.gif
plugins/com.robotoworks.mechanoid.net.ui/icons/httpmethod_obj.gif
plugins/com.robotoworks.mechanoid.net.ui/icons/mechnet_file.png
plugins/com.robotoworks.mechanoid.net.ui/icons/member_obj.gif
plugins/com.robotoworks.mechanoid.net.ui/icons/package.gif
plugins/com.robotoworks.mechanoid.net.ui/plugin.xml
plugins/com.robotoworks.mechanoid.net.ui/plugin.xml_gen
plugins/com.robotoworks.mechanoid.net.ui/pom.xml
plugins/com.robotoworks.mechanoid.net.ui/src-gen/com/robotoworks/mechanoid/net/ui/AbstractNetModelUiModule.java
plugins/com.robotoworks.mechanoid.net.ui/src-gen/com/robotoworks/mechanoid/net/ui/NetModelExecutableExtensionFactory.java
plugins/com.robotoworks.mechanoid.net.ui/src-gen/com/robotoworks/mechanoid/net/ui/contentassist/AbstractNetModelProposalProvider.java
plugins/com.robotoworks.mechanoid.net.ui/src-gen/com/robotoworks/mechanoid/net/ui/contentassist/antlr/NetModelParser.java
plugins/com.robotoworks.mechanoid.net.ui/src-gen/com/robotoworks/mechanoid/net/ui/contentassist/antlr/PartialNetModelContentAssistParser.java
plugins/com.robotoworks.mechanoid.net.ui/src-gen/com/robotoworks/mechanoid/net/ui/contentassist/antlr/internal/InternalNetModel.g
plugins/com.robotoworks.mechanoid.net.ui/src-gen/com/robotoworks/mechanoid/net/ui/contentassist/antlr/internal/InternalNetModel.tokens
plugins/com.robotoworks.mechanoid.net.ui/src-gen/com/robotoworks/mechanoid/net/ui/contentassist/antlr/internal/InternalNetModelLexer.java
plugins/com.robotoworks.mechanoid.net.ui/src-gen/com/robotoworks/mechanoid/net/ui/contentassist/antlr/internal/InternalNetModelParser.java
plugins/com.robotoworks.mechanoid.net.ui/src-gen/com/robotoworks/mechanoid/net/ui/internal/NetModelActivator.java
plugins/com.robotoworks.mechanoid.net.ui/src/com/robotoworks/mechanoid/net/ui/Messages.java
plugins/com.robotoworks.mechanoid.net.ui/src/com/robotoworks/mechanoid/net/ui/NetModelUiModule.java
plugins/com.robotoworks.mechanoid.net.ui/src/com/robotoworks/mechanoid/net/ui/contentassist/NetModelProposalProvider.java
plugins/com.robotoworks.mechanoid.net.ui/src/com/robotoworks/mechanoid/net/ui/editor/syntaxcoloring/MechNetSemanticHighlightingCalculator.java
plugins/com.robotoworks.mechanoid.net.ui/src/com/robotoworks/mechanoid/net/ui/labeling/NetModelDescriptionLabelProvider.java
plugins/com.robotoworks.mechanoid.net.ui/src/com/robotoworks/mechanoid/net/ui/labeling/NetModelLabelProvider.java
plugins/com.robotoworks.mechanoid.net.ui/src/com/robotoworks/mechanoid/net/ui/messages.properties
plugins/com.robotoworks.mechanoid.net.ui/src/com/robotoworks/mechanoid/net/ui/outline/NetModelOutlineTreeProvider.java
plugins/com.robotoworks.mechanoid.net.ui/src/com/robotoworks/mechanoid/net/ui/quickfix/NetModelQuickfixProvider.java
plugins/com.robotoworks.mechanoid.net.ui/src/com/robotoworks/mechanoid/net/ui/wizards/NewMechanoidNetFileWizard.java
plugins/com.robotoworks.mechanoid.net.ui/src/com/robotoworks/mechanoid/net/ui/wizards/NewMechanoidNetServiceClientPage.java
plugins/com.robotoworks.mechanoid.net/.antlr-generator-3.2.0.jar
plugins/com.robotoworks.mechanoid.net/.classpath
plugins/com.robotoworks.mechanoid.net/.gitignore
plugins/com.robotoworks.mechanoid.net/.launch/Generate Language Infrastructure (com.robotoworks.mechanoid.net).launch
plugins/com.robotoworks.mechanoid.net/.project
plugins/com.robotoworks.mechanoid.net/.settings/org.eclipse.core.resources.prefs
plugins/com.robotoworks.mechanoid.net/.settings/org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid.net/.settings/org.eclipse.jdt.ui.prefs
plugins/com.robotoworks.mechanoid.net/LICENSE.md
plugins/com.robotoworks.mechanoid.net/META-INF/MANIFEST.MF
plugins/com.robotoworks.mechanoid.net/build.properties
plugins/com.robotoworks.mechanoid.net/plugin.xml
plugins/com.robotoworks.mechanoid.net/plugin.xml_gen
plugins/com.robotoworks.mechanoid.net/pom.xml
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/AbstractNetModelRuntimeModule.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/NetModel.ecore
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/NetModel.genmodel
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/NetModel.xtextbin
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/NetModelStandaloneSetupGenerated.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/BlockType.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/BodyBlock.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/BooleanLiteral.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/BooleanType.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/BooleanValue.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/Client.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/ClientBlock.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/ComplexTypeDeclaration.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/ComplexTypeLiteral.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/Declaration.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/DoubleType.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/EnumMember.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/EnumTypeDeclaration.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/EnumTypeLiteral.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/GenericListType.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/Header.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/HeaderBlock.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/HttpMethod.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/HttpMethodBlock.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/HttpMethodType.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/IntegerType.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/IntrinsicType.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/Literal.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/LongType.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/Member.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/Model.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/NetModelFactory.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/NetModelPackage.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/NumericLiteral.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/NumericType.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/ParamsBlock.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/Path.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/ResponseBlock.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/SimpleMember.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/SimpleMemberAssignment.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/SkipMember.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/StringLiteral.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/StringType.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/Type.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/TypedMember.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/UserType.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/UserTypeDeclaration.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/BlockTypeImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/BodyBlockImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/BooleanLiteralImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/BooleanTypeImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/ClientBlockImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/ClientImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/ComplexTypeDeclarationImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/ComplexTypeLiteralImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/DeclarationImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/DoubleTypeImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/EnumMemberImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/EnumTypeDeclarationImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/EnumTypeLiteralImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/GenericListTypeImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/HeaderBlockImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/HeaderImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/HttpMethodBlockImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/HttpMethodImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/IntegerTypeImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/IntrinsicTypeImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/LiteralImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/LongTypeImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/MemberImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/ModelImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/NetModelFactoryImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/NetModelPackageImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/NumericLiteralImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/NumericTypeImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/ParamsBlockImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/PathImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/ResponseBlockImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/SimpleMemberAssignmentImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/SimpleMemberImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/SkipMemberImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/StringLiteralImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/StringTypeImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/TypeImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/TypedMemberImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/UserTypeDeclarationImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/impl/UserTypeImpl.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/util/NetModelAdapterFactory.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/netModel/util/NetModelSwitch.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/parser/antlr/NetModelAntlrTokenFileProvider.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/parser/antlr/NetModelParser.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/parser/antlr/internal/InternalNetModel.g
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/parser/antlr/internal/InternalNetModel.tokens
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/parser/antlr/internal/InternalNetModelLexer.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/parser/antlr/internal/InternalNetModelParser.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/serializer/NetModelSemanticSequencer.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/serializer/NetModelSyntacticSequencer.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/services/NetModelGrammarAccess.java
plugins/com.robotoworks.mechanoid.net/src-gen/com/robotoworks/mechanoid/net/validation/AbstractNetModelJavaValidator.java
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/GenerateNetModel.mwe2
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/NetModel.xtext
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/NetModelRuntimeModule.java
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/NetModelStandaloneSetup.java
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/formatting/NetModelFormatter.java
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/ClientGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/EntityGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/EntityReaderGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/EntityReaderProviderGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/EntityWriterGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/EntityWriterProviderGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/ImportHelper.java
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/IntegerEnumTypeGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/JsonReaderStatementGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/JsonWriterStatementGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/ModelExtensions.java
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/NetModelGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/RequestGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/ResultGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/generator/StringEnumTypeGenerator.xtend
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/scoping/NetModelScopeProvider.java
plugins/com.robotoworks.mechanoid.net/src/com/robotoworks/mechanoid/net/validation/NetModelJavaValidator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/ClientGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/EntityGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/EntityReaderGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/EntityReaderProviderGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/EntityWriterGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/EntityWriterProviderGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/IntegerEnumTypeGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/JsonReaderStatementGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/JsonWriterStatementGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/NetModelGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/RequestGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/ResultGenerator.java
plugins/com.robotoworks.mechanoid.net/xtend-gen/com/robotoworks/mechanoid/net/generator/StringEnumTypeGenerator.java
plugins/com.robotoworks.mechanoid.ops.ui/.classpath
plugins/com.robotoworks.mechanoid.ops.ui/.gitignore
plugins/com.robotoworks.mechanoid.ops.ui/.project
plugins/com.robotoworks.mechanoid.ops.ui/.settings/org.eclipse.core.resources.prefs
plugins/com.robotoworks.mechanoid.ops.ui/.settings/org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid.ops.ui/.settings/org.eclipse.jdt.ui.prefs
plugins/com.robotoworks.mechanoid.ops.ui/LICENSE.md
plugins/com.robotoworks.mechanoid.ops.ui/META-INF/MANIFEST.MF
plugins/com.robotoworks.mechanoid.ops.ui/build.properties
plugins/com.robotoworks.mechanoid.ops.ui/icons/add.gif
plugins/com.robotoworks.mechanoid.ops.ui/icons/mechops_file.png
plugins/com.robotoworks.mechanoid.ops.ui/icons/operation_obj.gif
plugins/com.robotoworks.mechanoid.ops.ui/icons/package_obj.gif
plugins/com.robotoworks.mechanoid.ops.ui/icons/service_obj.gif
plugins/com.robotoworks.mechanoid.ops.ui/plugin.xml
plugins/com.robotoworks.mechanoid.ops.ui/plugin.xml_gen
plugins/com.robotoworks.mechanoid.ops.ui/pom.xml
plugins/com.robotoworks.mechanoid.ops.ui/src-gen/com/robotoworks/mechanoid/ops/ui/AbstractOpServiceModelUiModule.java
plugins/com.robotoworks.mechanoid.ops.ui/src-gen/com/robotoworks/mechanoid/ops/ui/OpServiceModelExecutableExtensionFactory.java
plugins/com.robotoworks.mechanoid.ops.ui/src-gen/com/robotoworks/mechanoid/ops/ui/contentassist/AbstractOpServiceModelProposalProvider.java
plugins/com.robotoworks.mechanoid.ops.ui/src-gen/com/robotoworks/mechanoid/ops/ui/contentassist/antlr/OpServiceModelParser.java
plugins/com.robotoworks.mechanoid.ops.ui/src-gen/com/robotoworks/mechanoid/ops/ui/contentassist/antlr/PartialOpServiceModelContentAssistParser.java
plugins/com.robotoworks.mechanoid.ops.ui/src-gen/com/robotoworks/mechanoid/ops/ui/contentassist/antlr/internal/InternalOpServiceModel.g
plugins/com.robotoworks.mechanoid.ops.ui/src-gen/com/robotoworks/mechanoid/ops/ui/contentassist/antlr/internal/InternalOpServiceModel.tokens
plugins/com.robotoworks.mechanoid.ops.ui/src-gen/com/robotoworks/mechanoid/ops/ui/contentassist/antlr/internal/InternalOpServiceModelLexer.java
plugins/com.robotoworks.mechanoid.ops.ui/src-gen/com/robotoworks/mechanoid/ops/ui/contentassist/antlr/internal/InternalOpServiceModelParser.java
plugins/com.robotoworks.mechanoid.ops.ui/src-gen/com/robotoworks/mechanoid/ops/ui/internal/OpServiceModelActivator.java
plugins/com.robotoworks.mechanoid.ops.ui/src/com/robotoworks/mechanoid/ops/ui/Messages.java
plugins/com.robotoworks.mechanoid.ops.ui/src/com/robotoworks/mechanoid/ops/ui/OpServiceModelUiModule.java
plugins/com.robotoworks.mechanoid.ops.ui/src/com/robotoworks/mechanoid/ops/ui/contentassist/OpServiceModelProposalProvider.java
plugins/com.robotoworks.mechanoid.ops.ui/src/com/robotoworks/mechanoid/ops/ui/labeling/OpServiceModelDescriptionLabelProvider.java
plugins/com.robotoworks.mechanoid.ops.ui/src/com/robotoworks/mechanoid/ops/ui/labeling/OpServiceModelLabelProvider.java
plugins/com.robotoworks.mechanoid.ops.ui/src/com/robotoworks/mechanoid/ops/ui/messages.properties
plugins/com.robotoworks.mechanoid.ops.ui/src/com/robotoworks/mechanoid/ops/ui/outline/OpServiceModelOutlineTreeProvider.java
plugins/com.robotoworks.mechanoid.ops.ui/src/com/robotoworks/mechanoid/ops/ui/quickfix/OpServiceModelQuickfixProvider.java
plugins/com.robotoworks.mechanoid.ops.ui/src/com/robotoworks/mechanoid/ops/ui/wizards/NewMechanoidOpsFileWizard.java
plugins/com.robotoworks.mechanoid.ops/.antlr-generator-3.2.0.jar
plugins/com.robotoworks.mechanoid.ops/.classpath
plugins/com.robotoworks.mechanoid.ops/.gitignore
plugins/com.robotoworks.mechanoid.ops/.launch/Generate Language Infrastructure (com.robotoworks.mechanoid.ops).launch
plugins/com.robotoworks.mechanoid.ops/.project
plugins/com.robotoworks.mechanoid.ops/.settings/org.eclipse.core.resources.prefs
plugins/com.robotoworks.mechanoid.ops/.settings/org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid.ops/.settings/org.eclipse.jdt.ui.prefs
plugins/com.robotoworks.mechanoid.ops/LICENSE.md
plugins/com.robotoworks.mechanoid.ops/META-INF/MANIFEST.MF
plugins/com.robotoworks.mechanoid.ops/build.properties
plugins/com.robotoworks.mechanoid.ops/plugin.xml
plugins/com.robotoworks.mechanoid.ops/plugin.xml_gen
plugins/com.robotoworks.mechanoid.ops/pom.xml
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/AbstractOpServiceModelRuntimeModule.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/OpServiceModel.ecore
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/OpServiceModel.genmodel
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/OpServiceModel.xtextbin
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/OpServiceModelStandaloneSetupGenerated.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/Model.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/NotUnique.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/OpArgType.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/OpServiceModelFactory.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/OpServiceModelPackage.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/Operation.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/OperationArg.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/ServiceBlock.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/UniqueClause.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/UniqueDeclaration.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/impl/ModelImpl.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/impl/NotUniqueImpl.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/impl/OpServiceModelFactoryImpl.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/impl/OpServiceModelPackageImpl.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/impl/OperationArgImpl.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/impl/OperationImpl.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/impl/ServiceBlockImpl.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/impl/UniqueClauseImpl.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/impl/UniqueDeclarationImpl.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/util/OpServiceModelAdapterFactory.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/opServiceModel/util/OpServiceModelSwitch.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/parser/antlr/OpServiceModelAntlrTokenFileProvider.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/parser/antlr/OpServiceModelParser.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/parser/antlr/internal/InternalOpServiceModel.g
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/parser/antlr/internal/InternalOpServiceModel.tokens
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/parser/antlr/internal/InternalOpServiceModelLexer.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/parser/antlr/internal/InternalOpServiceModelParser.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/serializer/OpServiceModelSemanticSequencer.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/serializer/OpServiceModelSyntacticSequencer.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/services/OpServiceModelGrammarAccess.java
plugins/com.robotoworks.mechanoid.ops/src-gen/com/robotoworks/mechanoid/ops/validation/AbstractOpServiceModelJavaValidator.java
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/GenerateOpServiceModel.mwe2
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/OpServiceModel.xtext
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/OpServiceModelRuntimeModule.java
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/OpServiceModelStandaloneSetup.java
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/formatting/OpServiceModelFormatter.java
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/generator/Extensions.java
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/generator/OpServiceModelGenerator.xtend
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/generator/OperationGenerator.xtend
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/generator/OperationProcessorGenerator.xtend
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/generator/OperationRegistryGenerator.xtend
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/generator/ServiceConfigurationGenerator.xtend
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/generator/ServiceGenerator.xtend
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/scoping/OpServiceModelScopeProvider.java
plugins/com.robotoworks.mechanoid.ops/src/com/robotoworks/mechanoid/ops/validation/OpServiceModelJavaValidator.java
plugins/com.robotoworks.mechanoid.ops/xtend-gen/com/robotoworks/mechanoid/ops/generator/OpServiceModelGenerator.java
plugins/com.robotoworks.mechanoid.ops/xtend-gen/com/robotoworks/mechanoid/ops/generator/OperationGenerator.java
plugins/com.robotoworks.mechanoid.ops/xtend-gen/com/robotoworks/mechanoid/ops/generator/OperationProcessorGenerator.java
plugins/com.robotoworks.mechanoid.ops/xtend-gen/com/robotoworks/mechanoid/ops/generator/OperationRegistryGenerator.java
plugins/com.robotoworks.mechanoid.ops/xtend-gen/com/robotoworks/mechanoid/ops/generator/ServiceConfigurationGenerator.java
plugins/com.robotoworks.mechanoid.ops/xtend-gen/com/robotoworks/mechanoid/ops/generator/ServiceGenerator.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/.classpath
plugins/com.robotoworks.mechanoid.sharedprefs.ui/.gitignore
plugins/com.robotoworks.mechanoid.sharedprefs.ui/.project
plugins/com.robotoworks.mechanoid.sharedprefs.ui/.settings/org.eclipse.core.resources.prefs
plugins/com.robotoworks.mechanoid.sharedprefs.ui/.settings/org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid.sharedprefs.ui/.settings/org.eclipse.jdt.ui.prefs
plugins/com.robotoworks.mechanoid.sharedprefs.ui/LICENSE.md
plugins/com.robotoworks.mechanoid.sharedprefs.ui/META-INF/MANIFEST.MF
plugins/com.robotoworks.mechanoid.sharedprefs.ui/build.properties
plugins/com.robotoworks.mechanoid.sharedprefs.ui/icons/add.gif
plugins/com.robotoworks.mechanoid.sharedprefs.ui/icons/mechprefs_file.png
plugins/com.robotoworks.mechanoid.sharedprefs.ui/plugin.xml
plugins/com.robotoworks.mechanoid.sharedprefs.ui/plugin.xml_gen
plugins/com.robotoworks.mechanoid.sharedprefs.ui/pom.xml
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src-gen/com/robotoworks/mechanoid/sharedprefs/ui/AbstractSharedPreferencesModelUiModule.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src-gen/com/robotoworks/mechanoid/sharedprefs/ui/SharedPreferencesModelExecutableExtensionFactory.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src-gen/com/robotoworks/mechanoid/sharedprefs/ui/contentassist/AbstractSharedPreferencesModelProposalProvider.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src-gen/com/robotoworks/mechanoid/sharedprefs/ui/contentassist/antlr/PartialSharedPreferencesModelContentAssistParser.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src-gen/com/robotoworks/mechanoid/sharedprefs/ui/contentassist/antlr/SharedPreferencesModelParser.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src-gen/com/robotoworks/mechanoid/sharedprefs/ui/contentassist/antlr/internal/InternalSharedPreferencesModel.g
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src-gen/com/robotoworks/mechanoid/sharedprefs/ui/contentassist/antlr/internal/InternalSharedPreferencesModel.tokens
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src-gen/com/robotoworks/mechanoid/sharedprefs/ui/contentassist/antlr/internal/InternalSharedPreferencesModelLexer.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src-gen/com/robotoworks/mechanoid/sharedprefs/ui/contentassist/antlr/internal/InternalSharedPreferencesModelParser.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src-gen/com/robotoworks/mechanoid/sharedprefs/ui/internal/SharedPreferencesModelActivator.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src/com/robotoworks/mechanoid/sharedprefs/ui/Messages.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src/com/robotoworks/mechanoid/sharedprefs/ui/SharedPreferencesModelUiModule.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src/com/robotoworks/mechanoid/sharedprefs/ui/contentassist/SharedPreferencesModelProposalProvider.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src/com/robotoworks/mechanoid/sharedprefs/ui/labeling/SharedPreferencesModelDescriptionLabelProvider.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src/com/robotoworks/mechanoid/sharedprefs/ui/labeling/SharedPreferencesModelLabelProvider.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src/com/robotoworks/mechanoid/sharedprefs/ui/messages.properties
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src/com/robotoworks/mechanoid/sharedprefs/ui/outline/SharedPreferencesModelOutlineTreeProvider.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src/com/robotoworks/mechanoid/sharedprefs/ui/quickfix/SharedPreferencesModelQuickfixProvider.java
plugins/com.robotoworks.mechanoid.sharedprefs.ui/src/com/robotoworks/mechanoid/sharedprefs/ui/wizards/NewMechanoidPrefsFileWizard.java
plugins/com.robotoworks.mechanoid.sharedprefs/.antlr-generator-3.2.0.jar
plugins/com.robotoworks.mechanoid.sharedprefs/.classpath
plugins/com.robotoworks.mechanoid.sharedprefs/.gitignore
plugins/com.robotoworks.mechanoid.sharedprefs/.launch/Generate Language Infrastructure (com.robotoworks.mechanoid.sharedprefs).launch
plugins/com.robotoworks.mechanoid.sharedprefs/.project
plugins/com.robotoworks.mechanoid.sharedprefs/.settings/org.eclipse.core.resources.prefs
plugins/com.robotoworks.mechanoid.sharedprefs/.settings/org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid.sharedprefs/.settings/org.eclipse.jdt.ui.prefs
plugins/com.robotoworks.mechanoid.sharedprefs/LICENSE.md
plugins/com.robotoworks.mechanoid.sharedprefs/META-INF/MANIFEST.MF
plugins/com.robotoworks.mechanoid.sharedprefs/build.properties
plugins/com.robotoworks.mechanoid.sharedprefs/plugin.xml
plugins/com.robotoworks.mechanoid.sharedprefs/plugin.xml_gen
plugins/com.robotoworks.mechanoid.sharedprefs/pom.xml
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/AbstractSharedPreferencesModelRuntimeModule.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/SharedPreferencesModel.ecore
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/SharedPreferencesModel.genmodel
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/SharedPreferencesModel.xtextbin
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/SharedPreferencesModelStandaloneSetupGenerated.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/parser/antlr/SharedPreferencesModelAntlrTokenFileProvider.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/parser/antlr/SharedPreferencesModelParser.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/parser/antlr/internal/InternalSharedPreferencesModel.g
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/parser/antlr/internal/InternalSharedPreferencesModel.tokens
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/parser/antlr/internal/InternalSharedPreferencesModelLexer.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/parser/antlr/internal/InternalSharedPreferencesModelParser.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/serializer/SharedPreferencesModelSemanticSequencer.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/serializer/SharedPreferencesModelSyntacticSequencer.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/services/SharedPreferencesModelGrammarAccess.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/BooleanLiteral.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/BooleanValue.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/Literal.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/Model.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/NumericLiteral.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/Preference.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/PreferenceType.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/PreferencesBlock.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/SharedPreferencesModelFactory.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/SharedPreferencesModelPackage.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/StringLiteral.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/impl/BooleanLiteralImpl.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/impl/LiteralImpl.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/impl/ModelImpl.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/impl/NumericLiteralImpl.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/impl/PreferenceImpl.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/impl/PreferencesBlockImpl.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/impl/SharedPreferencesModelFactoryImpl.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/impl/SharedPreferencesModelPackageImpl.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/impl/StringLiteralImpl.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/util/SharedPreferencesModelAdapterFactory.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/sharedPreferencesModel/util/SharedPreferencesModelSwitch.java
plugins/com.robotoworks.mechanoid.sharedprefs/src-gen/com/robotoworks/mechanoid/sharedprefs/validation/AbstractSharedPreferencesModelJavaValidator.java
plugins/com.robotoworks.mechanoid.sharedprefs/src/com/robotoworks/mechanoid/sharedprefs/GenerateSharedPreferencesModel.mwe2
plugins/com.robotoworks.mechanoid.sharedprefs/src/com/robotoworks/mechanoid/sharedprefs/SharedPreferencesModel.xtext
plugins/com.robotoworks.mechanoid.sharedprefs/src/com/robotoworks/mechanoid/sharedprefs/SharedPreferencesModelRuntimeModule.java
plugins/com.robotoworks.mechanoid.sharedprefs/src/com/robotoworks/mechanoid/sharedprefs/SharedPreferencesModelStandaloneSetup.java
plugins/com.robotoworks.mechanoid.sharedprefs/src/com/robotoworks/mechanoid/sharedprefs/conversion/ValueConverters.java
plugins/com.robotoworks.mechanoid.sharedprefs/src/com/robotoworks/mechanoid/sharedprefs/formatting/SharedPreferencesModelFormatter.java
plugins/com.robotoworks.mechanoid.sharedprefs/src/com/robotoworks/mechanoid/sharedprefs/generator/Extensions.java
plugins/com.robotoworks.mechanoid.sharedprefs/src/com/robotoworks/mechanoid/sharedprefs/generator/SharedPreferencesGenerator.xtend
plugins/com.robotoworks.mechanoid.sharedprefs/src/com/robotoworks/mechanoid/sharedprefs/generator/SharedPreferencesModelGenerator.xtend
plugins/com.robotoworks.mechanoid.sharedprefs/src/com/robotoworks/mechanoid/sharedprefs/scoping/SharedPreferencesModelScopeProvider.java
plugins/com.robotoworks.mechanoid.sharedprefs/src/com/robotoworks/mechanoid/sharedprefs/validation/SharedPreferencesModelJavaValidator.java
plugins/com.robotoworks.mechanoid.sharedprefs/xtend-gen/com/robotoworks/mechanoid/sharedprefs/generator/SharedPreferencesGenerator.java
plugins/com.robotoworks.mechanoid.sharedprefs/xtend-gen/com/robotoworks/mechanoid/sharedprefs/generator/SharedPreferencesModelGenerator.java
plugins/com.robotoworks.mechanoid.standalone/.classpath
plugins/com.robotoworks.mechanoid.standalone/.gitignore
plugins/com.robotoworks.mechanoid.standalone/.project
plugins/com.robotoworks.mechanoid.standalone/.settings/org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid.standalone/LICENSE.md
plugins/com.robotoworks.mechanoid.standalone/META-INF/MANIFEST.MF
plugins/com.robotoworks.mechanoid.standalone/build.properties
plugins/com.robotoworks.mechanoid.standalone/pom.xml
plugins/com.robotoworks.mechanoid.standalone/proguard.cfg
plugins/com.robotoworks.mechanoid.standalone/src/main/java/com/robotoworks/mechanoid/standalone/Compiler.java
plugins/com.robotoworks.mechanoid.standalone/src/main/java/com/robotoworks/mechanoid/standalone/CompilerMain.java
plugins/com.robotoworks.mechanoid.standalone/src/main/java/com/robotoworks/mechanoid/standalone/StandaloneFileSystemAccess.java
plugins/com.robotoworks.mechanoid.ui/.classpath
plugins/com.robotoworks.mechanoid.ui/.project
plugins/com.robotoworks.mechanoid.ui/.settings/org.eclipse.core.resources.prefs
plugins/com.robotoworks.mechanoid.ui/.settings/org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid.ui/.settings/org.eclipse.jdt.ui.prefs
plugins/com.robotoworks.mechanoid.ui/LICENSE.md
plugins/com.robotoworks.mechanoid.ui/META-INF/MANIFEST.MF
plugins/com.robotoworks.mechanoid.ui/build.properties
plugins/com.robotoworks.mechanoid.ui/images/info_icon.gif
plugins/com.robotoworks.mechanoid.ui/plugin.xml
plugins/com.robotoworks.mechanoid.ui/pom.xml
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/MechanoidLibsInstaller.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/MechanoidPluginImages.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/MechanoidUiPlugin.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/Messages.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/builder/MechanoidBuilderParticipant.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/builder/MechanoidXtextAddingEditorCallback.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/messages.properties
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/quickfix/MechanoidQuickfixProvider.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/wizard/MechanoidWizard.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/wizard/MechanoidWizardPage.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/wizard/NewMechanoidElementPage.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/wizard/NewMechanoidElementWizard.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/wizard/fields/BrowseableValueTextField.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/wizard/fields/ContainerBrowserField.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/wizard/fields/PackageBrowserField.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/wizard/fields/PackageProposal.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/wizard/fields/PackageProposalProvider.java
plugins/com.robotoworks.mechanoid.ui/src/com/robotoworks/mechanoid/ui/wizard/fields/TextField.java
plugins/com.robotoworks.mechanoid/.classpath
plugins/com.robotoworks.mechanoid/.project
plugins/com.robotoworks.mechanoid/.settings/org.eclipse.core.resources.prefs
plugins/com.robotoworks.mechanoid/.settings/org.eclipse.jdt.core.prefs
plugins/com.robotoworks.mechanoid/.settings/org.eclipse.jdt.ui.prefs
plugins/com.robotoworks.mechanoid/LICENSE.md
plugins/com.robotoworks.mechanoid/META-INF/MANIFEST.MF
plugins/com.robotoworks.mechanoid/build.properties
plugins/com.robotoworks.mechanoid/pom.xml
plugins/com.robotoworks.mechanoid/runtime/mechanoid-sources.jar
plugins/com.robotoworks.mechanoid/runtime/mechanoid.jar
plugins/com.robotoworks.mechanoid/runtime/mechanoid.jar.properties
plugins/com.robotoworks.mechanoid/src/com/robotoworks/mechanoid/MechanoidPlugin.java
plugins/com.robotoworks.mechanoid/src/com/robotoworks/mechanoid/generator/MechanoidOutputConfigurationProvider.java
plugins/com.robotoworks.mechanoid/src/com/robotoworks/mechanoid/text/Inflector.java
plugins/com.robotoworks.mechanoid/src/com/robotoworks/mechanoid/text/Strings.java
plugins/com.robotoworks.mechanoid/src/com/robotoworks/mechanoid/validation/MechanoidIssueCodes.java
pom.xml
releng/com.robotoworks.mechanoid.updatesite/.gitignore
releng/com.robotoworks.mechanoid.updatesite/.project
releng/com.robotoworks.mechanoid.updatesite/.settings/org.eclipse.core.resources.prefs
releng/com.robotoworks.mechanoid.updatesite/LICENSE.txt
releng/com.robotoworks.mechanoid.updatesite/category.xml
releng/com.robotoworks.mechanoid.updatesite/index.html
releng/com.robotoworks.mechanoid.updatesite/pom.xml
releng/com.robotoworks.mechanoid.updatesite/web/site.css
releng/com.robotoworks.mechanoid.updatesite/web/site.xsl
tests/com.robotoworks.mechanoid.db.tests/.classpath
tests/com.robotoworks.mechanoid.db.tests/.gitignore
tests/com.robotoworks.mechanoid.db.tests/.project
tests/com.robotoworks.mechanoid.db.tests/.settings/org.eclipse.core.resources.prefs
tests/com.robotoworks.mechanoid.db.tests/.settings/org.eclipse.jdt.core.prefs
tests/com.robotoworks.mechanoid.db.tests/.settings/org.eclipse.jdt.ui.prefs
tests/com.robotoworks.mechanoid.db.tests/META-INF/MANIFEST.MF
tests/com.robotoworks.mechanoid.db.tests/build.properties
tests/com.robotoworks.mechanoid.db.tests/com.robotoworks.mechanoid.db.tests.launch
tests/com.robotoworks.mechanoid.db.tests/src-gen/com/robotoworks/mechanoid/db/SqliteModelInjectorProvider.java
tests/com.robotoworks.mechanoid.db.tests/src-gen/com/robotoworks/mechanoid/db/SqliteModelUiInjectorProvider.java
tests/com.robotoworks.mechanoid.net.tests/.classpath
tests/com.robotoworks.mechanoid.net.tests/.gitignore
tests/com.robotoworks.mechanoid.net.tests/.project
tests/com.robotoworks.mechanoid.net.tests/.settings/org.eclipse.core.resources.prefs
tests/com.robotoworks.mechanoid.net.tests/.settings/org.eclipse.jdt.core.prefs
tests/com.robotoworks.mechanoid.net.tests/.settings/org.eclipse.jdt.ui.prefs
tests/com.robotoworks.mechanoid.net.tests/META-INF/MANIFEST.MF
tests/com.robotoworks.mechanoid.net.tests/build.properties
tests/com.robotoworks.mechanoid.net.tests/com.robotoworks.mechanoid.net.tests.launch
tests/com.robotoworks.mechanoid.net.tests/src-gen/com/robotoworks/mechanoid/net/NetModelInjectorProvider.java
tests/com.robotoworks.mechanoid.net.tests/src-gen/com/robotoworks/mechanoid/net/NetModelUiInjectorProvider.java
tests/com.robotoworks.mechanoid.ops.tests/.classpath
tests/com.robotoworks.mechanoid.ops.tests/.gitignore
tests/com.robotoworks.mechanoid.ops.tests/.project
tests/com.robotoworks.mechanoid.ops.tests/.settings/org.eclipse.core.resources.prefs
tests/com.robotoworks.mechanoid.ops.tests/.settings/org.eclipse.jdt.core.prefs
tests/com.robotoworks.mechanoid.ops.tests/.settings/org.eclipse.jdt.ui.prefs
tests/com.robotoworks.mechanoid.ops.tests/META-INF/MANIFEST.MF
tests/com.robotoworks.mechanoid.ops.tests/build.properties
tests/com.robotoworks.mechanoid.ops.tests/com.robotoworks.mechanoid.ops.tests.launch
tests/com.robotoworks.mechanoid.ops.tests/src-gen/com/robotoworks/mechanoid/ops/OpServiceModelInjectorProvider.java
tests/com.robotoworks.mechanoid.ops.tests/src-gen/com/robotoworks/mechanoid/ops/OpServiceModelUiInjectorProvider.java
tests/com.robotoworks.mechanoid.sharedprefs.tests/.classpath
tests/com.robotoworks.mechanoid.sharedprefs.tests/.gitignore
tests/com.robotoworks.mechanoid.sharedprefs.tests/.project
tests/com.robotoworks.mechanoid.sharedprefs.tests/.settings/org.eclipse.core.resources.prefs
tests/com.robotoworks.mechanoid.sharedprefs.tests/META-INF/MANIFEST.MF
tests/com.robotoworks.mechanoid.sharedprefs.tests/build.properties
tests/com.robotoworks.mechanoid.sharedprefs.tests/com.robotoworks.mechanoid.sharedprefs.tests.launch
tests/com.robotoworks.mechanoid.sharedprefs.tests/src-gen/com/robotoworks/mechanoid/sharedprefs/SharedPreferencesModelInjectorProvider.java
tests/com.robotoworks.mechanoid.sharedprefs.tests/src-gen/com/robotoworks/mechanoid/sharedprefs/SharedPreferencesModelUiInjectorProvider.java
version.rb
wordpress/syntaxhighlighter-evolved-mechanoid.zip
wordpress/syntaxhighlighter-evolved-mechanoid/.project
wordpress/syntaxhighlighter-evolved-mechanoid/pom.xml
wordpress/syntaxhighlighter-evolved-mechanoid/shBrushMechDb.js
wordpress/syntaxhighlighter-evolved-mechanoid/shBrushMechNet.js
wordpress/syntaxhighlighter-evolved-mechanoid/shBrushMechOps.js
wordpress/syntaxhighlighter-evolved-mechanoid/shBrushMechPrefs.js
wordpress/syntaxhighlighter-evolved-mechanoid/syntaxhighlighter-mechanoid.php

Download

Click the following link to download mechanoid-master.zip.

mechanoid-master.zip




















Home »
  Android Free Code »
    Development »




API
Dependency Injection
Development
Driver
Eclipse
Emulator
EventBus
Framework
Git
GitHub
Google Guice
HTTP
JSON
junit
Library
Library Cache
Maven
Network
Plugin
RESTful
Selenium