{@link org.enterprisedomain.classmaker.State#getStateCustomizers
@@ -385,23 +383,6 @@ public interface State extends Item, ISchedulingRule {
*/
void setResource(Resource value);
- /**
- * Returns the value of the 'Commit Ids' attribute list. The
- * list contents are of type {@link java.lang.String}.
- *
- * If the meaning of the 'Commit Ids' attribute list isn't clear, there
- * really should be more of a description here...
- *
- * An SCM commit's associated
- * with the state identifiers.
- *
- * @return the value of the 'Commit Ids' attribute list.
- * @see org.enterprisedomain.classmaker.ClassMakerPackage#getState_CommitIds()
- * @model
- * @generated
- */
- EList getCommitIds();
-
/**
* Returns the value of the 'Commit Id' attribute.
diff --git a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/core/ClassMakerPlugin.java b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/core/ClassMakerPlugin.java
index 8ad7ec3b..f9beb2ef 100644
--- a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/core/ClassMakerPlugin.java
+++ b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/core/ClassMakerPlugin.java
@@ -42,6 +42,8 @@
public class ClassMakerPlugin extends Plugin {
+ public static final boolean DEBUG = false;
+
public static final String PLUGIN_ID = "org.enterprisedomain.classmaker"; //$NON-NLS-1$
public static final String CONTRIBUTION_NATURE_ID = PLUGIN_ID + ".contributionProjectNature"; //$NON-NLS-1$
@@ -168,6 +170,11 @@ public static void setDefaultOutputStream(PrintStream defaultOutputStream) {
ClassMakerPlugin.defaultOutputStream = defaultOutputStream;
}
+ public static void print(String string) {
+ if (DEBUG)
+ getDefaultOutputStream().println("*** " + string);
+ }
+
public static void setRunnerWithProgress(IRunnerWithProgress runner) {
ClassMakerPlugin.runner = runner;
}
diff --git a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ClassMakerPackageImpl.java b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ClassMakerPackageImpl.java
index a90ed5c3..3b38d156 100644
--- a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ClassMakerPackageImpl.java
+++ b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ClassMakerPackageImpl.java
@@ -684,16 +684,6 @@ public EReference getState_Resource() {
return (EReference) stateEClass.getEStructuralFeatures().get(10);
}
- /**
- *
- *
- * @generated
- */
- @Override
- public EAttribute getState_CommitIds() {
- return (EAttribute) stateEClass.getEStructuralFeatures().get(11);
- }
-
/**
*
*
@@ -701,7 +691,7 @@ public EAttribute getState_CommitIds() {
*/
@Override
public EAttribute getState_CommitId() {
- return (EAttribute) stateEClass.getEStructuralFeatures().get(12);
+ return (EAttribute) stateEClass.getEStructuralFeatures().get(11);
}
/**
@@ -711,7 +701,7 @@ public EAttribute getState_CommitId() {
*/
@Override
public EReference getState_StateCustomizers() {
- return (EReference) stateEClass.getEStructuralFeatures().get(13);
+ return (EReference) stateEClass.getEStructuralFeatures().get(12);
}
/**
@@ -721,7 +711,7 @@ public EReference getState_StateCustomizers() {
*/
@Override
public EReference getState_NonExclusiveStateCustomizers() {
- return (EReference) stateEClass.getEStructuralFeatures().get(14);
+ return (EReference) stateEClass.getEStructuralFeatures().get(13);
}
/**
@@ -731,7 +721,7 @@ public EReference getState_NonExclusiveStateCustomizers() {
*/
@Override
public EAttribute getState_ProjectName() {
- return (EAttribute) stateEClass.getEStructuralFeatures().get(15);
+ return (EAttribute) stateEClass.getEStructuralFeatures().get(14);
}
/**
@@ -741,7 +731,7 @@ public EAttribute getState_ProjectName() {
*/
@Override
public EAttribute getState_Making() {
- return (EAttribute) stateEClass.getEStructuralFeatures().get(16);
+ return (EAttribute) stateEClass.getEStructuralFeatures().get(15);
}
/**
@@ -751,7 +741,7 @@ public EAttribute getState_Making() {
*/
@Override
public EAttribute getState_Edit() {
- return (EAttribute) stateEClass.getEStructuralFeatures().get(17);
+ return (EAttribute) stateEClass.getEStructuralFeatures().get(16);
}
/**
@@ -761,7 +751,7 @@ public EAttribute getState_Edit() {
*/
@Override
public EAttribute getState_Editor() {
- return (EAttribute) stateEClass.getEStructuralFeatures().get(18);
+ return (EAttribute) stateEClass.getEStructuralFeatures().get(17);
}
/**
@@ -771,7 +761,7 @@ public EAttribute getState_Editor() {
*/
@Override
public EReference getState_Strategy() {
- return (EReference) stateEClass.getEStructuralFeatures().get(19);
+ return (EReference) stateEClass.getEStructuralFeatures().get(18);
}
/**
@@ -781,7 +771,7 @@ public EReference getState_Strategy() {
*/
@Override
public EAttribute getState_BasePackage() {
- return (EAttribute) stateEClass.getEStructuralFeatures().get(20);
+ return (EAttribute) stateEClass.getEStructuralFeatures().get(19);
}
/**
@@ -1927,7 +1917,6 @@ public void createPackageContents() {
createEAttribute(stateEClass, STATE__EDITOR_DEPLOYABLE_UNIT_NAME);
createEAttribute(stateEClass, STATE__JOB_FAMILY);
createEReference(stateEClass, STATE__RESOURCE);
- createEAttribute(stateEClass, STATE__COMMIT_IDS);
createEAttribute(stateEClass, STATE__COMMIT_ID);
createEReference(stateEClass, STATE__STATE_CUSTOMIZERS);
createEReference(stateEClass, STATE__NON_EXCLUSIVE_STATE_CUSTOMIZERS);
@@ -2218,8 +2207,6 @@ public void initializePackageContents() {
initEReference(getState_Resource(), this.getResource(), null, "resource", null, 0, 1, State.class, IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
- initEAttribute(getState_CommitIds(), ecorePackage.getEString(), "commitIds", null, 0, -1, State.class,
- !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getState_CommitId(), ecorePackage.getEString(), "commitId", null, 0, 1, State.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getState_StateCustomizers(), this.getStageQualifierToCustomizerMapEntry(), null,
diff --git a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ClassMakerServiceImpl.java b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ClassMakerServiceImpl.java
index 99fc56a9..97ceeb15 100644
--- a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ClassMakerServiceImpl.java
+++ b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ClassMakerServiceImpl.java
@@ -56,6 +56,7 @@
import org.eclipse.m2m.qvt.oml.ExecutionDiagnostic;
import org.eclipse.m2m.qvt.oml.ModelExtent;
import org.eclipse.m2m.qvt.oml.TransformationExecutor;
+import org.eclipse.osgi.util.NLS;
import org.enterprisedomain.classmaker.Blueprint;
import org.enterprisedomain.classmaker.ClassMakerFactory;
import org.enterprisedomain.classmaker.ClassMakerPackage;
@@ -694,6 +695,7 @@ public T copy(T original) {
* @generated NOT
*/
public void initialize() {
+ ClassMakerPlugin.print("Initializing service");
initializing = true;
getWorkspace().setService(this);
ClassMakerService.Stages.contributeStages();
@@ -702,12 +704,16 @@ public void initialize() {
try {
Resource workspaceResource = WorkspaceImpl.RESOURCE_SET_EDEFAULT.getResource(uri, true);
try {
+ ClassMakerPlugin.print("Loading workspace resource");
workspaceResource.load(Collections.emptyMap());
if (!workspaceResource.getContents().isEmpty()) {
setWorkspace(EcoreUtil.copy((Workspace) workspaceResource.getContents().get(0)));
for (Project project : getWorkspace().getProjects()) {
- if (project.eIsSet(ClassMakerPackage.Literals.PROJECT__STATE))
+ if (project.eIsSet(ClassMakerPackage.Literals.PROJECT__STATE)) {
+ ClassMakerPlugin.print(NLS.bind("Project {0} state {1} load", project.getName(),
+ project.getState().getTimestamp()));
project.getState().load(false, true);
+ }
}
} else
getWorkspace().initialize();
diff --git a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ContributionImpl.java b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ContributionImpl.java
index 4d390482..8da4d10a 100644
--- a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ContributionImpl.java
+++ b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ContributionImpl.java
@@ -318,7 +318,8 @@ public String initialize(boolean commit) {
if (ref.getNewId().equals(branch.getObjectId())) {
timestamp = operator.decodeTimestamp(ref.getComment());
if (timestamp == -1)
- timestamp = operator.decodeTimestamp(version.getQualifier());
+ timestamp = operator.decodeTimestamp(
+ String.valueOf(Long.valueOf(version.getQualifier()) / 1000));
}
} catch (IllegalArgumentException e) {
continue;
diff --git a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/CustomClassLoader.java b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/CustomClassLoader.java
index 73c7c841..4fda7177 100644
--- a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/CustomClassLoader.java
+++ b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/CustomClassLoader.java
@@ -13,6 +13,7 @@
import java.io.ByteArrayOutputStream;
import java.io.IOException;
import java.io.InputStream;
+import java.net.URL;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
@@ -22,6 +23,7 @@
import org.eclipse.jdt.annotation.NonNull;
import org.eclipse.jdt.annotation.Nullable;
import org.osgi.framework.Bundle;
+import org.osgi.framework.Version;
public class CustomClassLoader extends ClassLoader {
@@ -92,7 +94,10 @@ protected Class> loadClass(String name, boolean resolve) throws ClassNotFoundE
private @Nullable Class> loadExplicitClass(@NonNull String qualifiedClassName, boolean resolve)
throws ClassNotFoundException, IOException {
String filePath = qualifiedClassName.replaceAll("\\.", "/") + ".class";
- InputStream inputStream = FileLocator.toFileURL(bundle.getEntry("/bin/" + filePath)).openStream();
+ URL url = bundle.getEntry("/bin/" + filePath);
+ if (url == null)
+ url = bundle.getResource("/bin/" + filePath);
+ InputStream inputStream = FileLocator.toFileURL(url).openStream();
ByteArrayOutputStream byteStream = new ByteArrayOutputStream();
try {
int bytes;
@@ -122,4 +127,8 @@ protected Class> loadClass(String name, boolean resolve) throws ClassNotFoundE
return theClass;
}
+ public Version getBundleVersion() {
+ return bundle.getVersion();
+ }
+
}
diff --git a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ProjectImpl.java b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ProjectImpl.java
index 3850d2f9..c87280b3 100644
--- a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ProjectImpl.java
+++ b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/ProjectImpl.java
@@ -1596,8 +1596,7 @@ public void checkout(Version version, long time) {
revision.checkout(time);
} else if (revision.getStateHistory().containsKey(time)) {
State state = revision.getStateHistory().get((Object) time);
- EList commits = state.getCommitIds();
- if (!commits.isEmpty()) {
+ if (!state.eIsSet(ClassMakerPackage.Literals.STATE__COMMIT_ID)) {
revision.checkout(time, state.getCommitId());
} else
revision.checkout(time);
@@ -1638,7 +1637,7 @@ public void checkout(long time) {
public void checkout(long time, String commitId) {
if (getRevision().getStateHistory().containsKey(time)) {
State state = getRevision().getStateHistory().get((Object) time);
- if (state.getCommitIds().contains(commitId))
+ if (state.getCommitId().equals(commitId))
getRevision().checkout(time, commitId);
}
}
@@ -1649,7 +1648,7 @@ public void checkout(long time, String commitId) {
* @generated NOT
*/
public void checkout(String commitId) {
- if (getState().getCommitIds().contains(commitId))
+ if (getState().getCommitId().equals(commitId))
getState().checkout(commitId, true);
}
@@ -1794,6 +1793,7 @@ public void close(IProgressMonitor monitor) throws CoreException {
* @generated NOT
*/
public String initialize(boolean commit) {
+ ClassMakerPlugin.print(NLS.bind("Project {0} initialize", getName()));
setName(getProjectName());
URI uri = getResourceURI();
Resource resource = null;
@@ -1845,7 +1845,8 @@ public String initialize(boolean commit) {
if (ref.getNewId().equals(branch.getObjectId())) {
timestamp = operator.decodeTimestamp(ref.getComment());
if (timestamp == -1)
- timestamp = operator.decodeTimestamp(version.getQualifier());
+ timestamp = operator.decodeTimestamp(
+ String.valueOf(Long.valueOf(version.getQualifier()) / 1000));
}
} catch (IllegalArgumentException e) {
continue;
diff --git a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/RevisionImpl.java b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/RevisionImpl.java
index e6d380e9..eec96714 100644
--- a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/RevisionImpl.java
+++ b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/RevisionImpl.java
@@ -39,6 +39,7 @@
import org.eclipse.jgit.api.errors.RefNotFoundException;
import org.eclipse.jgit.lib.Ref;
import org.eclipse.jgit.revwalk.RevCommit;
+import org.eclipse.osgi.util.NLS;
import org.enterprisedomain.classmaker.ClassMakerFactory;
import org.enterprisedomain.classmaker.ClassMakerPackage;
import org.enterprisedomain.classmaker.Contribution;
@@ -322,6 +323,7 @@ public void setParent(Item newParent) {
@Override
public String initialize(boolean commit) {
super.initialize(commit);
+ ClassMakerPlugin.print(NLS.bind("Revision {0} initialize", getVersion()));
@SuppressWarnings("unchecked")
SCMOperator operator = (SCMOperator) getProject().getWorkspace().getSCMRegistry()
.get(getProject().getProjectName());
@@ -336,7 +338,8 @@ public String initialize(boolean commit) {
for (RevCommit c : commits) {
long timestamp = operator.decodeTimestamp(c.getShortMessage());
if (timestamp == -1) {
- timestamp = operator.decodeTimestamp(getVersion().getQualifier());
+ timestamp = operator
+ .decodeTimestamp(String.valueOf(Long.valueOf(getVersion().getQualifier()) / 1000));
if (timestamp == -1)
continue;
}
@@ -350,7 +353,6 @@ public String initialize(boolean commit) {
state.getProject().setVersion(getVersion());
}
String commitId = c.getId().toString();
- state.getCommitIds().add(commitId);
state.setCommitId(commitId);
setTimestamp(timestamp);
state.initialize(commit);
@@ -448,7 +450,7 @@ public void checkout(long stateTime) {
*/
public void checkout(String commitId) {
for (State state : getStateHistory().values())
- if (state.getCommitIds().contains(commitId))
+ if (state.getCommitId().equals(commitId))
checkout(state.getTimestamp(), commitId);
}
diff --git a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/StateImpl.java b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/StateImpl.java
index cae84857..9a06a62e 100644
--- a/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/StateImpl.java
+++ b/bundles/org.enterprisedomain.classmaker/src/org/enterprisedomain/classmaker/impl/StateImpl.java
@@ -95,7 +95,6 @@
import org.enterprisedomain.classmaker.core.ClassMakerPlugin;
import org.enterprisedomain.classmaker.core.WrappingProgressMonitor;
import org.enterprisedomain.classmaker.jobs.EnterpriseDomainJob;
-import org.enterprisedomain.classmaker.util.ListUtil;
import org.enterprisedomain.classmaker.util.ModelUtil;
import org.enterprisedomain.classmaker.util.ResourceUtils;
import org.osgi.framework.Version;
@@ -129,8 +128,6 @@
* Job Family}
Defines literals for the meta objects that represent
-
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
-
-
-Starting from the Overview page, you can browse the documentation using the links in each page, and in the navigation bar at the top of each page. The Index and Search box allow you to navigate to specific declarations and summary pages, including: All Packages, All Classes and Interfaces
-
-
Search
-
You can search for definitions of modules, packages, types, fields, methods, system properties and other terms defined in the API, using some or all of the name, optionally using "camelCase" abbreviations. For example:
-
-
j.l.obj will match "java.lang.Object"
-
InpStr will match "java.io.InputStream"
-
HM.cK will match "java.util.HashMap.containsKey(Object)"
-The following sections describe the different kinds of pages in this collection.
-
-
Overview
-
The Overview page is the front page of this API document and provides a list of all packages with a summary for each. This page can also contain an overall description of the set of packages.
-
-
-
Package
-
Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain the following categories:
-
-
Interfaces
-
Classes
-
Enum Classes
-
Exceptions
-
Errors
-
Annotation Interfaces
-
-
-
-
Class or Interface
-
Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a declaration and description, member summary tables, and detailed member descriptions. Entries in each of these sections are omitted if they are empty or not applicable.
-
-
Class Inheritance Diagram
-
Direct Subclasses
-
All Known Subinterfaces
-
All Known Implementing Classes
-
Class or Interface Declaration
-
Class or Interface Description
-
-
-
-
Nested Class Summary
-
Enum Constant Summary
-
Field Summary
-
Property Summary
-
Constructor Summary
-
Method Summary
-
Required Element Summary
-
Optional Element Summary
-
-
-
-
Enum Constant Details
-
Field Details
-
Property Details
-
Constructor Details
-
Method Details
-
Element Details
-
-
Note: Annotation interfaces have required and optional elements, but not methods. Only enum classes have enum constants. The components of a record class are displayed as part of the declaration of the record class. Properties are a feature of JavaFX.
-
The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.
-
-
-
Other Files
-
Packages and modules may contain pages with additional information related to the declarations nearby.
-
-
-
Use
-
Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the USE link in the navigation bar.
-
-
-
Tree (Class Hierarchy)
-
There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with java.lang.Object. Interfaces do not inherit from java.lang.Object.
-
-
When viewing the Overview page, clicking on TREE displays the hierarchy for all packages.
-
When viewing a particular package, class or interface page, clicking on TREE displays the hierarchy for only that package.
-
-
-
-
Deprecated API
-
The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to shortcomings, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.
The All Packages page contains an alphabetic index of all packages contained in the documentation.
-
-
-
All Classes and Interfaces
-
The All Classes and Interfaces page contains an alphabetic index of all classes and interfaces contained in the documentation, including annotation interfaces, enum classes, and record classes.
-
-
-
Index
-
The Index contains an alphabetic index of all classes, interfaces, constructors, methods, and fields in the documentation, as well as summary pages such as All Packages, All Classes and Interfaces.
-
-
-
-This help file applies to API documentation generated by the standard doclet.
-
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update any cached
- children and by creating a viewer notification, which it passes to ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This handles model notifications by calling ItemProviderAdapter.updateChildren(org.eclipse.emf.common.notify.Notification) to update
- any cached children and by creating a viewer notification, which it passes to
- ItemProviderAdapter.fireNotifyChanged(org.eclipse.emf.common.notify.Notification).
This implements ISelectionChangedListener,
- handling SelectionChangedEvents by querying
- for the children and siblings that can be added to the selected object and
- updating the menus accordingly.
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an
- appropriate feature for an AddCommand,
- RemoveCommand or
- MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter).
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an
- appropriate feature for an AddCommand,
- RemoveCommand or
- MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter).
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an
- appropriate feature for an AddCommand,
- RemoveCommand or
- MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter).
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an
- appropriate feature for an AddCommand,
- RemoveCommand or
- MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter).
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an
- appropriate feature for an AddCommand,
- RemoveCommand or
- MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter).
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an
- appropriate feature for an AddCommand,
- RemoveCommand or
- MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter).
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an
- appropriate feature for an AddCommand,
- RemoveCommand or
- MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter).
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an
- appropriate feature for an AddCommand,
- RemoveCommand or
- MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter).
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an
- appropriate feature for an AddCommand,
- RemoveCommand or
- MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter).
This specifies how to implement ItemProviderAdapter.getChildren(java.lang.Object) and is used to deduce an
- appropriate feature for an AddCommand,
- RemoveCommand or
- MoveCommand in ItemProviderAdapter.createCommand(java.lang.Object, org.eclipse.emf.edit.domain.EditingDomain, java.lang.Class<? extends org.eclipse.emf.common.command.Command>, org.eclipse.emf.edit.command.CommandParameter).
Defines literals for the meta objects that represent
-
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
-
-
-
-
diff --git a/doc/jquery-ui.overrides.css b/doc/jquery-ui.overrides.css
deleted file mode 100644
index facf852c..00000000
--- a/doc/jquery-ui.overrides.css
+++ /dev/null
@@ -1,35 +0,0 @@
-/*
- * Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
- * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
- * This code is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License version 2 only, as
- * published by the Free Software Foundation. Oracle designates this
- * particular file as subject to the "Classpath" exception as provided
- * by Oracle in the LICENSE file that accompanied this code.
- *
- * This code is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- * version 2 for more details (a copy is included in the LICENSE file that
- * accompanied this code).
- *
- * You should have received a copy of the GNU General Public License version
- * 2 along with this work; if not, write to the Free Software Foundation,
- * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- *
- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
- * or visit www.oracle.com if you need additional information or have any
- * questions.
- */
-
-.ui-state-active,
-.ui-widget-content .ui-state-active,
-.ui-widget-header .ui-state-active,
-a.ui-button:active,
-.ui-button:active,
-.ui-button.ui-state-active:hover {
- /* Overrides the color of selection used in jQuery UI */
- background: #F8981D;
- border: 1px solid #F8981D;
-}
diff --git a/doc/legal/ADDITIONAL_LICENSE_INFO b/doc/legal/ADDITIONAL_LICENSE_INFO
deleted file mode 100644
index 76b7b2f2..00000000
--- a/doc/legal/ADDITIONAL_LICENSE_INFO
+++ /dev/null
@@ -1 +0,0 @@
-../java.base/ADDITIONAL_LICENSE_INFO
\ No newline at end of file
diff --git a/doc/legal/ASSEMBLY_EXCEPTION b/doc/legal/ASSEMBLY_EXCEPTION
deleted file mode 100644
index bd8da863..00000000
--- a/doc/legal/ASSEMBLY_EXCEPTION
+++ /dev/null
@@ -1 +0,0 @@
-../java.base/ASSEMBLY_EXCEPTION
\ No newline at end of file
diff --git a/doc/legal/LICENSE b/doc/legal/LICENSE
deleted file mode 100644
index 902705b9..00000000
--- a/doc/legal/LICENSE
+++ /dev/null
@@ -1 +0,0 @@
-../java.base/LICENSE
\ No newline at end of file
diff --git a/doc/legal/jquery.md b/doc/legal/jquery.md
deleted file mode 100644
index f7b72e3f..00000000
--- a/doc/legal/jquery.md
+++ /dev/null
@@ -1,72 +0,0 @@
-## jQuery v3.6.0
-
-### jQuery License
-```
-jQuery v 3.6.0
-Copyright OpenJS Foundation and other contributors, https://openjsf.org/
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-******************************************
-
-The jQuery JavaScript Library v3.6.0 also includes Sizzle.js
-
-Sizzle.js includes the following license:
-
-Copyright JS Foundation and other contributors, https://js.foundation/
-
-This software consists of voluntary contributions made by many
-individuals. For exact contribution history, see the revision history
-available at https://github.com/jquery/sizzle
-
-The following license applies to all parts of this software except as
-documented below:
-
-====
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-====
-
-All files located in the node_modules and external directories are
-externally maintained libraries used by this software which have their
-own licenses; we recommend you read them, as their terms may differ from
-the terms above.
-
-*********************
-
-```
diff --git a/doc/legal/jqueryUI.md b/doc/legal/jqueryUI.md
deleted file mode 100644
index 8031bdb5..00000000
--- a/doc/legal/jqueryUI.md
+++ /dev/null
@@ -1,49 +0,0 @@
-## jQuery UI v1.12.1
-
-### jQuery UI License
-```
-Copyright jQuery Foundation and other contributors, https://jquery.org/
-
-This software consists of voluntary contributions made by many
-individuals. For exact contribution history, see the revision history
-available at https://github.com/jquery/jquery-ui
-
-The following license applies to all parts of this software except as
-documented below:
-
-====
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-====
-
-Copyright and related rights for sample code are waived via CC0. Sample
-code is defined as all source code contained within the demos directory.
-
-CC0: http://creativecommons.org/publicdomain/zero/1.0/
-
-====
-
-All files located in the node_modules and external directories are
-externally maintained libraries used by this software which have their
-own licenses; we recommend you read them, as their terms may differ from
-the terms above.
-
-```
diff --git a/doc/member-search-index.js b/doc/member-search-index.js
deleted file mode 100644
index 6efd1a71..00000000
--- a/doc/member-search-index.js
+++ /dev/null
@@ -1 +0,0 @@
-memberSearchIndex = [{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditorAdvisor.AboutAction","l":"AboutAction()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.images.ui","c":"ImageViewer","l":"absRect(Rectangle)","u":"absRect(org.eclipse.swt.graphics.Rectangle)"},{"p":"org.enterprisedomain.classmaker.jobs.export","c":"AbstractExporter","l":"AbstractExporter(int, long)","u":"%3Cinit%3E(int,long)"},{"p":"org.enterprisedomain.classmaker.cdo","c":"Activator","l":"Activator()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.osgi.systemextension","c":"Activator","l":"Activator()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.workbench","c":"Activator","l":"Activator()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.imagesUI.provider","c":"ImagesUIItemProviderAdapterFactory","l":"adapt(Notifier, Object)","u":"adapt(org.eclipse.emf.common.notify.Notifier,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"adapt(Notifier, Object)","u":"adapt(org.eclipse.emf.common.notify.Notifier,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.imagesUI.provider","c":"ImagesUIItemProviderAdapterFactory","l":"adapt(Object, Object)","u":"adapt(java.lang.Object,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"adapt(Object, Object)","u":"adapt(java.lang.Object,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"ADAPTER"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"ADAPTER"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"ADAPTER_FEATURE_COUNT"},{"p":"org.enterprisedomain.classmaker.impl","c":"SCMOperatorImpl","l":"add(String)","u":"add(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"add(String)","u":"add(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.scm","c":"GitSCMOperator","l":"add(String)","u":"add(java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"SCMOperator","l":"add(String)","u":"add(java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"State","l":"add(String)","u":"add(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"RevisionImpl","l":"addAdapters(EList)","u":"addAdapters(org.eclipse.emf.common.util.EList)"},{"p":"org.enterprisedomain.classmaker","c":"Revision","l":"addAdapters(EList)","u":"addAdapters(org.eclipse.emf.common.util.EList)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"addCompletionListener(CompletionListener)","u":"addCompletionListener(org.enterprisedomain.classmaker.CompletionListener)"},{"p":"org.enterprisedomain.classmaker","c":"Project","l":"addCompletionListener(CompletionListener)","u":"addCompletionListener(org.enterprisedomain.classmaker.CompletionListener)"},{"p":"org.enterprisedomain.classmaker.util","c":"ResourceUtils","l":"addElement(String[], String)","u":"addElement(java.lang.String[],java.lang.String)"},{"p":"org.enterprisedomain.classmaker.images.ui","c":"MeasurementHandler","l":"addHandlerListener(IHandlerListener)","u":"addHandlerListener(org.eclipse.core.commands.IHandlerListener)"},{"p":"org.enterprisedomain.classmaker.jobs.load","c":"OSGiEPackageLoader","l":"addingBundle(Bundle, BundleEvent)","u":"addingBundle(org.osgi.framework.Bundle,org.osgi.framework.BundleEvent)"},{"p":"org.enterprisedomain.classmaker.jobs","c":"EnterpriseDomainJob","l":"addListener()"},{"p":"org.enterprisedomain.classmaker.imagesUI.provider","c":"ImagesUIItemProviderAdapterFactory","l":"addListener(INotifyChangedListener)","u":"addListener(org.eclipse.emf.edit.provider.INotifyChangedListener)"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"addListener(INotifyChangedListener)","u":"addListener(org.eclipse.emf.edit.provider.INotifyChangedListener)"},{"p":"org.enterprisedomain.classmaker.images.ui","c":"ImageViewer","l":"addMouseListener(MouseListener)","u":"addMouseListener(org.eclipse.swt.events.MouseListener)"},{"p":"org.enterprisedomain.classmaker.images.ui","c":"ImageViewer","l":"addMouseMoveListener(MouseMoveListener)","u":"addMouseMoveListener(org.eclipse.swt.events.MouseMoveListener)"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerModelWizard","l":"addPages()"},{"p":"org.enterprisedomain.workbench","c":"NewContributionWizard","l":"addPages()"},{"p":"org.enterprisedomain.workbench","c":"NewProjectWizard","l":"addPages()"},{"p":"org.enterprisedomain.classmaker.util","c":"ResourceUtils","l":"addProjectNature(IProject, String)","u":"addProjectNature(org.eclipse.core.resources.IProject,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"addResourceChangeListener(ResourceChangeListener)","u":"addResourceChangeListener(org.enterprisedomain.classmaker.ResourceChangeListener)"},{"p":"org.enterprisedomain.classmaker","c":"Project","l":"addResourceChangeListener(ResourceChangeListener)","u":"addResourceChangeListener(org.enterprisedomain.classmaker.ResourceChangeListener)"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditor","l":"addSelectionChangedListener(ISelectionChangedListener)","u":"addSelectionChangedListener(org.eclipse.jface.viewers.ISelectionChangedListener)"},{"p":"org.enterprisedomain.classmaker.util","c":"ResourceUtils","l":"addToBuildSpec(IProject, String)","u":"addToBuildSpec(org.eclipse.core.resources.IProject,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditor","l":"analyzeResourceProblems(Resource, Exception)","u":"analyzeResourceProblems(org.eclipse.emf.ecore.resource.Resource,java.lang.Exception)"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditorAdvisor.Application","l":"Application()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"basicGetCompletionNotificationAdapter()"},{"p":"org.enterprisedomain.classmaker.impl","c":"BlueprintImpl","l":"basicGetDynamicModel()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ModelsImpl","l":"basicGetGenerated()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ContributionImpl","l":"basicGetParent()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ItemImpl","l":"basicGetParent()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"basicGetParent()"},{"p":"org.enterprisedomain.classmaker.impl","c":"RevisionImpl","l":"basicGetParent()"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"basicGetParent()"},{"p":"org.enterprisedomain.classmaker.impl","c":"CompletionNotificationAdapterImpl","l":"basicGetProject()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ContributionImpl","l":"basicGetProject()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ItemImpl","l":"basicGetProject()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"basicGetProject()"},{"p":"org.enterprisedomain.classmaker.impl","c":"RevisionImpl","l":"basicGetProject()"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"basicGetProject()"},{"p":"org.enterprisedomain.classmaker.impl","c":"SCMOperatorImpl","l":"basicGetRegistry()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ResourceAdapterImpl","l":"basicGetResource()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"basicGetRevision()"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"basicGetRevision()"},{"p":"org.enterprisedomain.classmaker.impl","c":"WorkspaceImpl","l":"basicGetSCMRegistry()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"basicGetSelectRevealHandler()"},{"p":"org.enterprisedomain.classmaker.impl","c":"CustomizerImpl","l":"basicGetStage()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ContributionImpl","l":"basicGetState()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"basicGetState()"},{"p":"org.enterprisedomain.classmaker.impl","c":"RevisionImpl","l":"basicGetState()"},{"p":"org.enterprisedomain.classmaker.impl","c":"StrategyImpl","l":"basicGetState()"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"basicGetStrategy()"},{"p":"org.enterprisedomain.classmaker.impl","c":"StageQualifierToCustomizerMapEntryImpl","l":"basicGetTypedKey()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"basicSetCompletionNotificationAdapter(CompletionNotificationAdapter, NotificationChain)","u":"basicSetCompletionNotificationAdapter(org.enterprisedomain.classmaker.CompletionNotificationAdapter,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ItemImpl","l":"basicSetDomainModel(Models, NotificationChain)","u":"basicSetDomainModel(org.enterprisedomain.classmaker.Models,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"basicSetDomainModel(Models, NotificationChain)","u":"basicSetDomainModel(org.enterprisedomain.classmaker.Models,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ModelsImpl","l":"basicSetDynamic(EObject, NotificationChain)","u":"basicSetDynamic(org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"basicSetModelResourceAdapter(ResourceAdapter, NotificationChain)","u":"basicSetModelResourceAdapter(org.enterprisedomain.classmaker.ResourceAdapter,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ModelsImpl","l":"basicSetParent(Item, NotificationChain)","u":"basicSetParent(org.enterprisedomain.classmaker.Item,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"CompletionNotificationAdapterImpl","l":"basicSetProject(Project, NotificationChain)","u":"basicSetProject(org.enterprisedomain.classmaker.Project,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ResourceAdapterImpl","l":"basicSetProject(Project, NotificationChain)","u":"basicSetProject(org.enterprisedomain.classmaker.Project,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"WorkspaceImpl","l":"basicSetService(ClassMakerService, NotificationChain)","u":"basicSetService(org.enterprisedomain.classmaker.ClassMakerService,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ContributionImpl","l":"basicSetState(State, NotificationChain)","u":"basicSetState(org.enterprisedomain.classmaker.State,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StrategyImpl","l":"basicSetState(State, NotificationChain)","u":"basicSetState(org.enterprisedomain.classmaker.State,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"basicSetStrategy(Strategy, NotificationChain)","u":"basicSetStrategy(org.enterprisedomain.classmaker.Strategy,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StageQualifierToCustomizerMapEntryImpl","l":"basicSetTypedValue(Customizer, NotificationChain)","u":"basicSetTypedValue(org.enterprisedomain.classmaker.Customizer,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"VersionToRevisionMapEntryImpl","l":"basicSetTypedValue(Revision, NotificationChain)","u":"basicSetTypedValue(org.enterprisedomain.classmaker.Revision,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"LongToStateMapEntryImpl","l":"basicSetTypedValue(State, NotificationChain)","u":"basicSetTypedValue(org.enterprisedomain.classmaker.State,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerServiceImpl","l":"basicSetWorkspace(Workspace, NotificationChain)","u":"basicSetWorkspace(org.enterprisedomain.classmaker.Workspace,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"basicSetWorkspace(Workspace, NotificationChain)","u":"basicSetWorkspace(org.enterprisedomain.classmaker.Workspace,org.eclipse.emf.common.notify.NotificationChain)"},{"p":"org.enterprisedomain.classmaker.osgi.systemextension","c":"ResolverHook","l":"begin(Collection)","u":"begin(java.util.Collection)"},{"p":"org.enterprisedomain.classmaker.core","c":"WrappingProgressMonitor","l":"beginTask(String, int)","u":"beginTask(java.lang.String,int)"},{"p":"org.enterprisedomain.classmaker.jobs","c":"EnterpriseDomainJob","l":"belongsTo(Object)","u":"belongsTo(java.lang.Object)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"BLUEPRINT"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"BLUEPRINT"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"BLUEPRINT__COMPLETION_LISTENERS"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"BLUEPRINT__COMPLETION_LISTENERS"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"BLUEPRINT__DEPENDENCIES"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"BLUEPRINT__DEPENDENCIES"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"BLUEPRINT__DYNAMIC_MODEL"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"BLUEPRINT__DYNAMIC_MODEL"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"BLUEPRINT__EDIT"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"BLUEPRINT__EDIT"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"BLUEPRINT__EDITOR"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"BLUEPRINT__EDITOR"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"BLUEPRINT_FEATURE_COUNT"},{"p":"org.enterprisedomain.classmaker.provider","c":"BlueprintItemProvider","l":"BlueprintItemProvider(AdapterFactory)","u":"%3Cinit%3E(org.eclipse.emf.common.notify.AdapterFactory)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ContributionImpl","l":"build(IProgressMonitor)","u":"build(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ItemImpl","l":"build(IProgressMonitor)","u":"build(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"build(IProgressMonitor)","u":"build(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.impl","c":"RevisionImpl","l":"build(IProgressMonitor)","u":"build(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"build(IProgressMonitor)","u":"build(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker","c":"Item","l":"build(IProgressMonitor)","u":"build(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerBuilder","l":"BUILDER_ID"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"BUILDER_ID"},{"p":"org.enterprisedomain.classmaker","c":"Messages","l":"BundleDuplicate"},{"p":"org.enterprisedomain.classmaker","c":"Messages","l":"BundleNo"},{"p":"org.enterprisedomain.classmaker","c":"Messages","l":"BundleNotFound"},{"p":"org.enterprisedomain.classmaker","c":"Messages","l":"BundleNotInstalled"},{"p":"org.enterprisedomain.classmaker","c":"Messages","l":"BundleState"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"bundleStateAsString(int)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseAdapter(Adapter)","u":"caseAdapter(org.eclipse.emf.common.notify.Adapter)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseBlueprint(Blueprint)","u":"caseBlueprint(org.enterprisedomain.classmaker.Blueprint)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseClassMakerService(ClassMakerService)","u":"caseClassMakerService(org.enterprisedomain.classmaker.ClassMakerService)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseCompletionListener(CompletionListener)","u":"caseCompletionListener(org.enterprisedomain.classmaker.CompletionListener)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseCompletionNotificationAdapter(CompletionNotificationAdapter)","u":"caseCompletionNotificationAdapter(org.enterprisedomain.classmaker.CompletionNotificationAdapter)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseContribution(Contribution)","u":"caseContribution(org.enterprisedomain.classmaker.Contribution)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseCustomizer(Customizer)","u":"caseCustomizer(org.enterprisedomain.classmaker.Customizer)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseExecutor(Executor)","u":"caseExecutor(java.util.concurrent.Executor)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseFuture(Future)","u":"caseFuture(java.util.concurrent.Future)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseIAdapterFactory(IAdapterFactory)","u":"caseIAdapterFactory(org.eclipse.core.runtime.IAdapterFactory)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseISchedulingRule(ISchedulingRule)","u":"caseISchedulingRule(org.eclipse.core.runtime.jobs.ISchedulingRule)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseItem(Item)","u":"caseItem(org.enterprisedomain.classmaker.Item)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseLongToStateMapEntry(Map.Entry)","u":"caseLongToStateMapEntry(java.util.Map.Entry)"},{"p":"org.enterprisedomain.classmaker.imagesUI.util","c":"ImagesUISwitch","l":"caseMeasurement(Measurement)","u":"caseMeasurement(org.enterprisedomain.classmaker.imagesUI.Measurement)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseModels(Models)","u":"caseModels(org.enterprisedomain.classmaker.Models)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseNotification(Notification)","u":"caseNotification(org.eclipse.emf.common.notify.Notification)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseNotifier(Notifier)","u":"caseNotifier(org.eclipse.emf.common.notify.Notifier)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseProject(Project)","u":"caseProject(org.enterprisedomain.classmaker.Project)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseResource(Resource)","u":"caseResource(org.eclipse.emf.ecore.resource.Resource)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseResourceAdapter(ResourceAdapter)","u":"caseResourceAdapter(org.enterprisedomain.classmaker.ResourceAdapter)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseResourceChangeListener(ResourceChangeListener)","u":"caseResourceChangeListener(org.enterprisedomain.classmaker.ResourceChangeListener)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseRevision(Revision)","u":"caseRevision(org.enterprisedomain.classmaker.Revision)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseSCMOperator(SCMOperator)","u":"caseSCMOperator(org.enterprisedomain.classmaker.SCMOperator)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseSCMRegistry(SCMRegistry)","u":"caseSCMRegistry(org.enterprisedomain.classmaker.SCMRegistry)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseSelectRevealHandler(SelectRevealHandler)","u":"caseSelectRevealHandler(org.enterprisedomain.classmaker.SelectRevealHandler)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseStageQualifier(StageQualifier)","u":"caseStageQualifier(org.enterprisedomain.classmaker.StageQualifier)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseStageQualifierToCustomizerMapEntry(Map.Entry)","u":"caseStageQualifierToCustomizerMapEntry(java.util.Map.Entry)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseState(State)","u":"caseState(org.enterprisedomain.classmaker.State)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseStrategy(Strategy)","u":"caseStrategy(org.enterprisedomain.classmaker.Strategy)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseVersionToRevisionMapEntry(Map.Entry)","u":"caseVersionToRevisionMapEntry(java.util.Map.Entry)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseWorker(Worker)","u":"caseWorker(org.enterprisedomain.classmaker.jobs.Worker)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"caseWorkspace(Workspace)","u":"caseWorkspace(org.enterprisedomain.classmaker.Workspace)"},{"p":"org.enterprisedomain.classmaker.cdo.ui","c":"CDOEditorOpener","l":"CDOEditorOpener()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.cdo","c":"CDOGenerator","l":"CDOGenerator(int, long)","u":"%3Cinit%3E(int,long)"},{"p":"org.enterprisedomain.classmaker.images.ui","c":"ImageViewer","l":"centerZoom(double, double, double, AffineTransform)","u":"centerZoom(double,double,double,java.awt.geom.AffineTransform)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ResourceChangeListenerImpl","l":"changed(Notification)","u":"changed(org.eclipse.emf.common.notify.Notification)"},{"p":"org.enterprisedomain.classmaker","c":"ResourceChangeListener","l":"changed(Notification)","u":"changed(org.eclipse.emf.common.notify.Notification)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerService","l":"checkEquals(EObject, EObject)","u":"checkEquals(org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EObject)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerServiceImpl","l":"checkEquals(EObject, EObject)","u":"checkEquals(org.eclipse.emf.ecore.EObject,org.eclipse.emf.ecore.EObject)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"checkout()"},{"p":"org.enterprisedomain.classmaker","c":"State","l":"checkout()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"checkout(long)"},{"p":"org.enterprisedomain.classmaker.impl","c":"RevisionImpl","l":"checkout(long)"},{"p":"org.enterprisedomain.classmaker","c":"Project","l":"checkout(long)"},{"p":"org.enterprisedomain.classmaker","c":"Revision","l":"checkout(long)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"checkout(long, String)","u":"checkout(long,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"RevisionImpl","l":"checkout(long, String)","u":"checkout(long,java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"Project","l":"checkout(long, String)","u":"checkout(long,java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"Revision","l":"checkout(long, String)","u":"checkout(long,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"checkout(String)","u":"checkout(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"RevisionImpl","l":"checkout(String)","u":"checkout(java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"Project","l":"checkout(String)","u":"checkout(java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"Revision","l":"checkout(String)","u":"checkout(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"checkout(String, boolean)","u":"checkout(java.lang.String,boolean)"},{"p":"org.enterprisedomain.classmaker","c":"State","l":"checkout(String, boolean)","u":"checkout(java.lang.String,boolean)"},{"p":"org.enterprisedomain.classmaker.impl","c":"SCMOperatorImpl","l":"checkout(String, String, boolean)","u":"checkout(java.lang.String,java.lang.String,boolean)"},{"p":"org.enterprisedomain.classmaker.scm","c":"GitSCMOperator","l":"checkout(String, String, boolean)","u":"checkout(java.lang.String,java.lang.String,boolean)"},{"p":"org.enterprisedomain.classmaker","c":"SCMOperator","l":"checkout(String, String, boolean)","u":"checkout(java.lang.String,java.lang.String,boolean)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"checkout(Version)","u":"checkout(org.osgi.framework.Version)"},{"p":"org.enterprisedomain.classmaker","c":"Project","l":"checkout(Version)","u":"checkout(org.osgi.framework.Version)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"checkout(Version, long)","u":"checkout(org.osgi.framework.Version,long)"},{"p":"org.enterprisedomain.classmaker","c":"Project","l":"checkout(Version, long)","u":"checkout(org.osgi.framework.Version,long)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"checkout(Version, long, String)","u":"checkout(org.osgi.framework.Version,long,java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"Project","l":"checkout(Version, long, String)","u":"checkout(org.osgi.framework.Version,long,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"SCMOperatorImpl","l":"checkoutOrphan(String, long)","u":"checkoutOrphan(java.lang.String,long)"},{"p":"org.enterprisedomain.classmaker.scm","c":"GitSCMOperator","l":"checkoutOrphan(String, long)","u":"checkoutOrphan(java.lang.String,long)"},{"p":"org.enterprisedomain.classmaker","c":"SCMOperator","l":"checkoutOrphan(String, long)","u":"checkoutOrphan(java.lang.String,long)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CLASS_MAKER_SERVICE"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"CLASS_MAKER_SERVICE"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CLASS_MAKER_SERVICE__WORKSPACE"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"CLASS_MAKER_SERVICE__WORKSPACE"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CLASS_MAKER_SERVICE_FEATURE_COUNT"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerActionBarContributor","l":"ClassMakerActionBarContributor()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"ClassMakerAdapterFactory()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerBuilder","l":"ClassMakerBuilder()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditor","l":"ClassMakerEditor()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditorAdvisor","l":"ClassMakerEditorAdvisor()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditorPlugin","l":"ClassMakerEditorPlugin()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerEditPlugin","l":"ClassMakerEditPlugin()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"ClassMakerFactoryImpl()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"ClassMakerItemProviderAdapterFactory()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerModelWizard","l":"ClassMakerModelWizard()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerModelWizard.ClassMakerModelWizardInitialObjectCreationPage","l":"ClassMakerModelWizardInitialObjectCreationPage(String)","u":"%3Cinit%3E(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"ClassMakerPlugin()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerResourceFactoryImpl","l":"ClassMakerResourceFactoryImpl()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerResourceImpl","l":"ClassMakerResourceImpl(URI)","u":"%3Cinit%3E(org.eclipse.emf.common.util.URI)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerServiceImpl","l":"ClassMakerServiceImpl()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerServiceItemProvider","l":"ClassMakerServiceItemProvider(AdapterFactory)","u":"%3Cinit%3E(org.eclipse.emf.common.notify.AdapterFactory)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerSwitch","l":"ClassMakerSwitch()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerValidator","l":"ClassMakerValidator()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.util","c":"ResourceUtils","l":"cleanupDir()"},{"p":"org.enterprisedomain.classmaker.util","c":"ResourceUtils","l":"cleanupDir(IProject)","u":"cleanupDir(org.eclipse.core.resources.IProject)"},{"p":"org.enterprisedomain.classmaker.util","c":"ResourceUtils","l":"cleanupDir(IProject, String)","u":"cleanupDir(org.eclipse.core.resources.IProject,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.util","c":"ResourceUtils","l":"cleanupDir(IProject, String, String[])","u":"cleanupDir(org.eclipse.core.resources.IProject,java.lang.String,java.lang.String[])"},{"p":"org.enterprisedomain.classmaker.util","c":"ResourceUtils","l":"cleanupDir(String)","u":"cleanupDir(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.util","c":"ResourceUtils","l":"cleanupDir(String, String[])","u":"cleanupDir(java.lang.String,java.lang.String[])"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"close(IProgressMonitor)","u":"close(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker","c":"Project","l":"close(IProgressMonitor)","u":"close(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.jobs.codegen","c":"EcoreGenerator.CodeGenerationJob","l":"CodeGenerationJob(int, long)","u":"%3Cinit%3E(int,long)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"commit()"},{"p":"org.enterprisedomain.classmaker","c":"State","l":"commit()"},{"p":"org.enterprisedomain.classmaker.impl","c":"SCMOperatorImpl","l":"commit(String)","u":"commit(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.scm","c":"GitSCMOperator","l":"commit(String)","u":"commit(java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"SCMOperator","l":"commit(String)","u":"commit(java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"Customizer.CustomizerComparator","l":"compare(Customizer, Customizer)","u":"compare(org.enterprisedomain.classmaker.Customizer,org.enterprisedomain.classmaker.Customizer)"},{"p":"org.enterprisedomain.classmaker","c":"CompletionListener","l":"completed(Project)","u":"completed(org.enterprisedomain.classmaker.Project)"},{"p":"org.enterprisedomain.classmaker.impl","c":"CompletionListenerImpl","l":"completed(Project)","u":"completed(org.enterprisedomain.classmaker.Project)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl.MakingCompletionListener","l":"completed(Project)","u":"completed(org.enterprisedomain.classmaker.Project)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"COMPLETION_LISTENER"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"COMPLETION_LISTENER"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"COMPLETION_LISTENER_FEATURE_COUNT"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"COMPLETION_NOTIFICATION_ADAPTER"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"COMPLETION_NOTIFICATION_ADAPTER"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"COMPLETION_NOTIFICATION_ADAPTER__ERROR"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"COMPLETION_NOTIFICATION_ADAPTER__ERROR"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"COMPLETION_NOTIFICATION_ADAPTER__PROJECT"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"COMPLETION_NOTIFICATION_ADAPTER__PROJECT"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"COMPLETION_NOTIFICATION_ADAPTER_FEATURE_COUNT"},{"p":"org.enterprisedomain.classmaker.provider","c":"CompletionListenerItemProvider","l":"CompletionListenerItemProvider(AdapterFactory)","u":"%3Cinit%3E(org.eclipse.emf.common.notify.AdapterFactory)"},{"p":"org.enterprisedomain.classmaker.provider","c":"CompletionNotificationAdapterItemProvider","l":"CompletionNotificationAdapterItemProvider(AdapterFactory)","u":"%3Cinit%3E(org.eclipse.emf.common.notify.AdapterFactory)"},{"p":"org.enterprisedomain.classmaker.core","c":"ServiceFactory","l":"compute(IEclipseContext)","u":"compute(org.eclipse.e4.core.contexts.IEclipseContext)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerService","l":"computeProjectName(String)","u":"computeProjectName(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerServiceImpl","l":"computeProjectName(String)","u":"computeProjectName(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.core","c":"ContributionProjectNature","l":"configure()"},{"p":"org.enterprisedomain.classmaker.core","c":"ProjectNature","l":"configure()"},{"p":"org.enterprisedomain.classmaker.impl","c":"StrategyImpl","l":"configureJobs(boolean, IProgressMonitor)","u":"configureJobs(boolean,org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker","c":"Strategy","l":"configureJobs(boolean, IProgressMonitor)","u":"configureJobs(boolean,org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StrategyImpl","l":"configuteBuildJobs(IProgressMonitor)","u":"configuteBuildJobs(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker","c":"Strategy","l":"configuteBuildJobs(IProgressMonitor)","u":"configuteBuildJobs(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.jobs","c":"ContainerJob","l":"ContainerJob(String, int, long)","u":"%3Cinit%3E(java.lang.String,int,long)"},{"p":"org.enterprisedomain.classmaker.impl","c":"WorkspaceImpl","l":"contains(EObject)","u":"contains(org.eclipse.emf.ecore.EObject)"},{"p":"org.enterprisedomain.classmaker","c":"Workspace","l":"contains(EObject)","u":"contains(org.eclipse.emf.ecore.EObject)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"contains(ISchedulingRule)","u":"contains(org.eclipse.core.runtime.jobs.ISchedulingRule)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"contains(ISchedulingRule)","u":"contains(org.eclipse.core.runtime.jobs.ISchedulingRule)"},{"p":"org.enterprisedomain.classmaker.impl","c":"WorkspaceImpl","l":"contains(ISchedulingRule)","u":"contains(org.eclipse.core.runtime.jobs.ISchedulingRule)"},{"p":"org.enterprisedomain.classmaker.impl","c":"SCMRegistryImpl","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"SCMRegistry","l":"contains(String)","u":"contains(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"SCMRegistryImpl","l":"containsSCM(String)","u":"containsSCM(java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"SCMRegistry","l":"containsSCM(String)","u":"containsSCM(java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerService.Stages","l":"contributeStages()"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerActionBarContributor","l":"contributeToMenu(IMenuManager)","u":"contributeToMenu(org.eclipse.jface.action.IMenuManager)"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerActionBarContributor","l":"contributeToToolBar(IToolBarManager)","u":"contributeToToolBar(org.eclipse.jface.action.IToolBarManager)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"CONTRIBUTION"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__CHILDREN"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__COMPLETION_NOTIFICATION_ADAPTER"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__CUSTOMIZERS"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__DEPENDENCIES"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"CONTRIBUTION__DEPENDENCIES"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__DIRTY"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__DOMAIN_MODEL"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__LANGUAGE"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__LATEST_VERSION"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"CONTRIBUTION__LATEST_VERSION"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__LOCALE"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__MODEL_NAME"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__MODEL_RESOURCE_ADAPTER"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__NAME"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__NEED_COMPLETION_NOTIFICATION"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__PARENT"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__PHASE"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__PROJECT"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__PROJECT_NAME"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__PROJECT_VERSION"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__RESOURCE_PATH"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__RESOURCE_RELOAD_LISTENER"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__REVISION"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__REVISIONS"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__SAVING_RESOURCE"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__SELECT_REVEAL_HANDLER"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__STATE"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__VERSION"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION__WORKSPACE"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CONTRIBUTION_FEATURE_COUNT"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"CONTRIBUTION_NATURE_ID"},{"p":"org.enterprisedomain.classmaker.util","c":"ContributionAdapterFactory","l":"ContributionAdapterFactory()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ContributionItemProvider","l":"ContributionItemProvider(AdapterFactory)","u":"%3Cinit%3E(org.eclipse.emf.common.notify.AdapterFactory)"},{"p":"org.enterprisedomain.classmaker.core","c":"ContributionProjectNature","l":"ContributionProjectNature()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertCoreExceptionToString(EDataType, Object)","u":"convertCoreExceptionToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertEMFPluginToString(EDataType, Object)","u":"convertEMFPluginToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertExceptionToString(EDataType, Object)","u":"convertExceptionToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertInvocationTargetExceptionToString(EDataType, Object)","u":"convertInvocationTargetExceptionToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertIProgressMonitorToString(EDataType, Object)","u":"convertIProgressMonitorToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertIStatusToString(EDataType, Object)","u":"convertIStatusToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertLocaleToString(EDataType, Object)","u":"convertLocaleToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertNameToString(EDataType, Object)","u":"convertNameToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertOSGiVersionToString(EDataType, Object)","u":"convertOSGiVersionToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.imagesUI.impl","c":"ImagesUIFactoryImpl","l":"convertPointToString(EDataType, Object)","u":"convertPointToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertPropertiesToString(EDataType, Object)","u":"convertPropertiesToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertSemaphoreToString(EDataType, Object)","u":"convertSemaphoreToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertStageToString(EDataType, Object)","u":"convertStageToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.imagesUI.impl","c":"ImagesUIFactoryImpl","l":"convertToString(EDataType, Object)","u":"convertToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertToString(EDataType, Object)","u":"convertToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"convertURIToString(EDataType, Object)","u":"convertURIToString(org.eclipse.emf.ecore.EDataType,java.lang.Object)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerService","l":"copy(T)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerServiceImpl","l":"copy(T)"},{"p":"org.enterprisedomain.classmaker.util","c":"ResourceUtils","l":"copyFile(URI, IPath)","u":"copyFile(org.eclipse.emf.common.util.URI,org.eclipse.core.runtime.IPath)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ContributionImpl","l":"copyModel(Item)","u":"copyModel(org.enterprisedomain.classmaker.Item)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ItemImpl","l":"copyModel(Item)","u":"copyModel(org.enterprisedomain.classmaker.Item)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"copyModel(Item)","u":"copyModel(org.enterprisedomain.classmaker.Item)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StateImpl","l":"copyModel(Item)","u":"copyModel(org.enterprisedomain.classmaker.Item)"},{"p":"org.enterprisedomain.classmaker","c":"Item","l":"copyModel(Item)","u":"copyModel(org.enterprisedomain.classmaker.Item)"},{"p":"org.enterprisedomain.classmaker.impl","c":"RevisionImpl","l":"copyModel(Revision)","u":"copyModel(org.enterprisedomain.classmaker.Revision)"},{"p":"org.enterprisedomain.classmaker","c":"Revision","l":"copyModel(Revision)","u":"copyModel(org.enterprisedomain.classmaker.Revision)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage","l":"CORE_EXCEPTION"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerPackage.Literals","l":"CORE_EXCEPTION"},{"p":"org.enterprisedomain.classmaker.util","c":"ReflectiveFactory","l":"create(Class, Object...)","u":"create(java.lang.Class,java.lang.Object...)"},{"p":"org.enterprisedomain.classmaker.imagesUI.impl","c":"ImagesUIFactoryImpl","l":"create(EClass)","u":"create(org.eclipse.emf.ecore.EClass)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"create(EClass)","u":"create(org.eclipse.emf.ecore.EClass)"},{"p":"org.enterprisedomain.classmaker.edit.command","c":"ExecuteOperationCommand","l":"create(EditingDomain, Object, String, Collection>)","u":"create(org.eclipse.emf.edit.domain.EditingDomain,java.lang.Object,java.lang.String,java.util.Collection)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ContributionImpl","l":"create(IProgressMonitor)","u":"create(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"create(IProgressMonitor)","u":"create(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.impl","c":"RevisionImpl","l":"create(IProgressMonitor)","u":"create(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker","c":"Project","l":"create(IProgressMonitor)","u":"create(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker","c":"Revision","l":"create(IProgressMonitor)","u":"create(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditorAdvisor.WindowAdvisor","l":"createActionBarAdvisor(IActionBarConfigurer)","u":"createActionBarAdvisor(org.eclipse.ui.application.IActionBarConfigurer)"},{"p":"org.enterprisedomain.classmaker.jobs.export","c":"PDEBuildExporter","l":"createActions(IModel[])","u":"createActions(org.eclipse.pde.core.IModel[])"},{"p":"org.enterprisedomain.classmaker.imagesUI.util","c":"ImagesUIAdapterFactory","l":"createAdapter(Notifier)","u":"createAdapter(org.eclipse.emf.common.notify.Notifier)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createAdapter(Notifier)","u":"createAdapter(org.eclipse.emf.common.notify.Notifier)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createAdapterAdapter()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createBlueprint()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerService","l":"createBlueprint()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createBlueprint()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerServiceImpl","l":"createBlueprint()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createBlueprintAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createBlueprintAdapter()"},{"p":"org.enterprisedomain.classmaker.cdo","c":"CreateCDOGeneratorCustomizer","l":"CreateCDOGeneratorCustomizer()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createClassMakerService()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createClassMakerService()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createClassMakerServiceAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createClassMakerServiceAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createCompletionListenerAdapter()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createCompletionNotificationAdapter()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createCompletionNotificationAdapter()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createCompletionNotificationAdapterAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createCompletionNotificationAdapterAdapter()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createContribution()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createContribution()"},{"p":"org.enterprisedomain.classmaker.impl","c":"WorkspaceImpl","l":"createContribution(EObject, IProgressMonitor)","u":"createContribution(org.eclipse.emf.ecore.EObject,org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker","c":"Workspace","l":"createContribution(EObject, IProgressMonitor)","u":"createContribution(org.eclipse.emf.ecore.EObject,org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createContributionAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createContributionAdapter()"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerModelWizard.ClassMakerModelWizardInitialObjectCreationPage","l":"createControl(Composite)","u":"createControl(org.eclipse.swt.widgets.Composite)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createCoreExceptionFromString(EDataType, String)","u":"createCoreExceptionFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createCustomizer()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createCustomizer()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createCustomizerAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createCustomizerAdapter()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerService.Stages","l":"createCustomizers(String)","u":"createCustomizers(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createEMFPluginFromString(EDataType, String)","u":"createEMFPluginFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.imagesUI.util","c":"ImagesUIAdapterFactory","l":"createEObjectAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createEObjectAdapter()"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"createErrorStatus(CoreException)","u":"createErrorStatus(org.eclipse.core.runtime.CoreException)"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"createErrorStatus(String)","u":"createErrorStatus(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"createErrorStatus(Throwable)","u":"createErrorStatus(java.lang.Throwable)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createExceptionFromString(EDataType, String)","u":"createExceptionFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createExecutorAdapter()"},{"p":"org.enterprisedomain.classmaker.impl","c":"StrategyImpl","l":"createExporter()"},{"p":"org.enterprisedomain.classmaker","c":"Strategy","l":"createExporter()"},{"p":"org.enterprisedomain.classmaker.jobs.export","c":"CreateExporterCustomizer","l":"CreateExporterCustomizer()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.imagesUI.impl","c":"ImagesUIFactoryImpl","l":"createFromString(EDataType, String)","u":"createFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createFromString(EDataType, String)","u":"createFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createFutureAdapter()"},{"p":"org.enterprisedomain.classmaker.impl","c":"StrategyImpl","l":"createGenerator()"},{"p":"org.enterprisedomain.classmaker","c":"Strategy","l":"createGenerator()"},{"p":"org.enterprisedomain.classmaker.jobs.codegen","c":"CreateGeneratorCustomizer","l":"CreateGeneratorCustomizer()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createIAdapterFactoryAdapter()"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"createInfoStatus(String)","u":"createInfoStatus(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditorAdvisor.Perspective","l":"createInitialLayout(IPageLayout)","u":"createInitialLayout(org.eclipse.ui.IPageLayout)"},{"p":"org.enterprisedomain.classmaker.impl","c":"StrategyImpl","l":"createInstaller()"},{"p":"org.enterprisedomain.classmaker","c":"Strategy","l":"createInstaller()"},{"p":"org.enterprisedomain.classmaker.jobs.install","c":"CreateInstallerCustomizer","l":"CreateInstallerCustomizer()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker","c":"ReflectiveInvocationDelegateFactory","l":"createInvocationDelegate(EOperation)","u":"createInvocationDelegate(org.eclipse.emf.ecore.EOperation)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createInvocationTargetExceptionFromString(EDataType, String)","u":"createInvocationTargetExceptionFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createIProgressMonitorFromString(EDataType, String)","u":"createIProgressMonitorFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createISchedulingRuleAdapter()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createIStatusFromString(EDataType, String)","u":"createIStatusFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createItemAdapter()"},{"p":"org.enterprisedomain.classmaker.jobs.load","c":"CreateLoaderCustomizer","l":"CreateLoaderCustomizer()","u":"%3Cinit%3E()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createLocaleFromString(EDataType, String)","u":"createLocaleFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createLongToStateMapEntry()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createLongToStateMapEntryAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createLongToStateMapEntryAdapter()"},{"p":"org.enterprisedomain.classmaker.imagesUI","c":"ImagesUIFactory","l":"createMeasurement()"},{"p":"org.enterprisedomain.classmaker.imagesUI.impl","c":"ImagesUIFactoryImpl","l":"createMeasurement()"},{"p":"org.enterprisedomain.classmaker.imagesUI.provider","c":"ImagesUIItemProviderAdapterFactory","l":"createMeasurementAdapter()"},{"p":"org.enterprisedomain.classmaker.imagesUI.util","c":"ImagesUIAdapterFactory","l":"createMeasurementAdapter()"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditor","l":"createModel()"},{"p":"org.enterprisedomain.classmaker.impl","c":"StrategyImpl","l":"createModelLoader()"},{"p":"org.enterprisedomain.classmaker","c":"Strategy","l":"createModelLoader()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createModels()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createModels()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createModelsAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createModelsAdapter()"},{"p":"org.enterprisedomain.classmaker.jobs","c":"EnterpriseDomainJob.JobProgressProvider","l":"createMonitor(Job)","u":"createMonitor(org.eclipse.core.runtime.jobs.Job)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createNameFromString(EDataType, String)","u":"createNameFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createNotificationAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createNotifierAdapter()"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"createOKStatus(String)","u":"createOKStatus(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createOSGiVersionFromString(EDataType, String)","u":"createOSGiVersionFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.imagesUI.impl","c":"ImagesUIPackageImpl","l":"createPackageContents()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerPackageImpl","l":"createPackageContents()"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditor","l":"createPages()"},{"p":"org.enterprisedomain.classmaker.images.ui","c":"ImageViewer","l":"createPartControl(Composite)","u":"createPartControl(org.eclipse.swt.widgets.Composite)"},{"p":"org.enterprisedomain.classmaker.imagesUI.impl","c":"ImagesUIFactoryImpl","l":"createPointFromString(EDataType, String)","u":"createPointFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createProject()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createProject()"},{"p":"org.enterprisedomain.classmaker.util","c":"ResourceUtils","l":"createProject(IProject, String, IProgressMonitor)","u":"createProject(org.eclipse.core.resources.IProject,java.lang.String,org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.impl","c":"WorkspaceImpl","l":"createProject(String, IProgressMonitor)","u":"createProject(java.lang.String,org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker","c":"Workspace","l":"createProject(String, IProgressMonitor)","u":"createProject(java.lang.String,org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createProjectAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createProjectAdapter()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createPropertiesFromString(EDataType, String)","u":"createPropertiesFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.jobs.export","c":"PDEBuildExporter","l":"createPublisherInfo()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerResourceFactoryImpl","l":"createResource(URI)","u":"createResource(org.eclipse.emf.common.util.URI)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createResourceAdapter()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createResourceAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createResourceAdapter()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createResourceAdapterAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createResourceAdapterAdapter()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createResourceChangeListener()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createResourceChangeListener()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createResourceChangeListenerAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createResourceChangeListenerAdapter()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createRevision()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createRevision()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ProjectImpl","l":"createRevision(IProgressMonitor)","u":"createRevision(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker","c":"Project","l":"createRevision(IProgressMonitor)","u":"createRevision(org.eclipse.core.runtime.IProgressMonitor)"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createRevisionAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createRevisionAdapter()"},{"p":"org.enterprisedomain.classmaker.impl","c":"SCMRegistryImpl","l":"createSCMOperator(String)","u":"createSCMOperator(java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"SCMRegistry","l":"createSCMOperator(String)","u":"createSCMOperator(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createSCMOperatorAdapter()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createSCMRegistry()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createSCMRegistry()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createSCMRegistryAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createSCMRegistryAdapter()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createSelectRevealHandler()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createSelectRevealHandler()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createSelectRevealHandlerAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createSelectRevealHandlerAdapter()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createSemaphoreFromString(EDataType, String)","u":"createSemaphoreFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createStageFromString(EDataType, String)","u":"createStageFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createStageQualifier()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createStageQualifier()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createStageQualifierAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createStageQualifierAdapter()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createStageQualifierToCustomizerMapEntry()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createStageQualifierToCustomizerMapEntryAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createStageQualifierToCustomizerMapEntryAdapter()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createState()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createState()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createStateAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createStateAdapter()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createStrategy()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createStrategy()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createStrategyAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createStrategyAdapter()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createURIFromString(EDataType, String)","u":"createURIFromString(org.eclipse.emf.ecore.EDataType,java.lang.String)"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createVersionToRevisionMapEntry()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createVersionToRevisionMapEntryAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createVersionToRevisionMapEntryAdapter()"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"createWarningStatus(String)","u":"createWarningStatus(java.lang.String)"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"createWarningStatus(String, Throwable)","u":"createWarningStatus(java.lang.String,java.lang.Throwable)"},{"p":"org.enterprisedomain.classmaker.core","c":"ClassMakerPlugin","l":"createWarningStatus(Throwable)","u":"createWarningStatus(java.lang.Throwable)"},{"p":"org.enterprisedomain.classmaker.presentation","c":"ClassMakerEditorAdvisor","l":"createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer)","u":"createWorkbenchWindowAdvisor(org.eclipse.ui.application.IWorkbenchWindowConfigurer)"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createWorkerAdapter()"},{"p":"org.enterprisedomain.classmaker","c":"ClassMakerFactory","l":"createWorkspace()"},{"p":"org.enterprisedomain.classmaker.impl","c":"ClassMakerFactoryImpl","l":"createWorkspace()"},{"p":"org.enterprisedomain.classmaker.provider","c":"ClassMakerItemProviderAdapterFactory","l":"createWorkspaceAdapter()"},{"p":"org.enterprisedomain.classmaker.util","c":"ClassMakerAdapterFactory","l":"createWorkspaceAdapter()"},{"p":"org.enterprisedomain.classmaker.cdo","c":"CreateCDOGeneratorCustomizer","l":"customize(EList