Skip to content

Commit

Permalink
#23 Update EGF generated sources
Browse files Browse the repository at this point in the history
Rely on EGF 1.6.3

Change-Id: I0000000000000000000000000000000000000000
Signed-off-by: Arnaud Dieumegard <[email protected]>
  • Loading branch information
arnauddieumegard committed Dec 21, 2021
1 parent 0953aae commit 771323d
Show file tree
Hide file tree
Showing 56 changed files with 1,722 additions and 745 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Generated with EGF 1.3.0.v20150924-1035
//Generated with EGF 1.6.3.202110291409
package org.polarsys.kitalpha.pdt.docgen.content;

import java.util.*;
Expand Down Expand Up @@ -36,11 +36,7 @@ public static synchronized eclipseModelsContent create(String lineSeparator) {
protected final String TEXT_7 = "</h1>" + NL + "<hr style=\"width:98%; align : center; \" /> " + NL + "</div>" + NL
+ "" + NL + "<div style=\"position: absolute; top: 160px; left: 1%; z-index: 1; width: 98%;\">" + NL;
protected final String TEXT_8 = NL;
protected final String TEXT_9 = NL;
protected final String TEXT_10 = NL;
protected final String TEXT_11 = NL + NL + NL + NL;
protected final String TEXT_12 = NL;
protected final String TEXT_13 = NL;
protected final String TEXT_9 = NL + NL + NL + NL;

public eclipseModelsContent() {
//Here is the constructor
Expand Down Expand Up @@ -76,8 +72,8 @@ public String generate(Object argument) throws Exception {
ctx.getReporter().executionFinished(OutputManager.computeExecutionOutput(ctx), ctx);
}

stringBuffer.append(TEXT_12);
stringBuffer.append(TEXT_13);
stringBuffer.append(TEXT_8);
stringBuffer.append(TEXT_8);
return stringBuffer.toString();
}

Expand Down Expand Up @@ -171,10 +167,10 @@ protected void method_content(final StringBuffer stringBuffer, final PatternCont
String eclipseModelPage = org.polarsys.kitalpha.pdt.docgen.helpers.EclipseModelHelpers
.getEclipseModelPage((EclipseModel) element, projectName, outputFolder, 1);

stringBuffer.append(TEXT_9);
stringBuffer.append(TEXT_10);
stringBuffer.append(TEXT_8);
stringBuffer.append(TEXT_8);
stringBuffer.append(eclipseModelPage);
stringBuffer.append(TEXT_11);
stringBuffer.append(TEXT_9);
InternalPatternContext ictx = (InternalPatternContext) ctx;
new Node.DataLeaf(ictx.getNode(), getClass(), "content", stringBuffer.toString());
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Generated with EGF 1.6.2.202001031546
//Generated with EGF 1.6.3.202110291409
package org.polarsys.kitalpha.pdt.docgen.content;

import org.polarsys.kitalpha.pdt.docgen.wizard.general.HTMLDocGenContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Generated with EGF 1.6.2.202001031546
//Generated with EGF 1.6.3.202110291409
package org.polarsys.kitalpha.pdt.docgen.content;

import org.polarsys.kitalpha.pdt.docgen.wizard.general.HTMLDocGenContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Generated with EGF 1.3.0.v20150924-1035
//Generated with EGF 1.6.3.202110291409
package org.polarsys.kitalpha.pdt.docgen.content;

import java.util.*;
Expand Down Expand Up @@ -36,19 +36,11 @@ public static synchronized featureContent create(String lineSeparator) {
protected final String TEXT_5 = NL + "<hr style=\"width:98%; align : center; \" /> " + NL + "</div>" + NL + "" + NL
+ "<div style=\"position: absolute; top: 160px; left: 1%; z-index: 1; width: 98%;\">" + NL;
protected final String TEXT_6 = NL;
protected final String TEXT_7 = NL;
protected final String TEXT_8 = NL;
protected final String TEXT_9 = NL + NL;
protected final String TEXT_10 = NL + "<h2>Representations</h2>";
protected final String TEXT_11 = NL;
protected final String TEXT_12 = NL + "<p><strong>";
protected final String TEXT_13 = "</strong></p>";
protected final String TEXT_14 = NL;
protected final String TEXT_15 = NL;
protected final String TEXT_16 = "</p>" + NL + NL;
protected final String TEXT_17 = NL;
protected final String TEXT_18 = NL;
protected final String TEXT_19 = NL;
protected final String TEXT_7 = NL + NL;
protected final String TEXT_8 = NL + "<h2>Representations</h2>";
protected final String TEXT_9 = NL + "<p><strong>";
protected final String TEXT_10 = "</strong></p>";
protected final String TEXT_11 = "</p>" + NL + NL;

public featureContent() {
//Here is the constructor
Expand Down Expand Up @@ -84,8 +76,8 @@ public String generate(Object argument) throws Exception {
ctx.getReporter().executionFinished(OutputManager.computeExecutionOutput(ctx), ctx);
}

stringBuffer.append(TEXT_18);
stringBuffer.append(TEXT_19);
stringBuffer.append(TEXT_6);
stringBuffer.append(TEXT_6);
return stringBuffer.toString();
}

Expand Down Expand Up @@ -182,29 +174,29 @@ protected void method_content(final StringBuffer stringBuffer, final PatternCont
String featurePage = org.polarsys.kitalpha.pdt.docgen.helpers.FeatureHelpers.getFeaturePage((Feature) element,
projectName, outputFolder, 1);

stringBuffer.append(TEXT_7);
stringBuffer.append(TEXT_6);
stringBuffer.append(featurePage);
stringBuffer.append(TEXT_8);
stringBuffer.append(TEXT_6);

if (diagramsInclusion) {
diagramList = org.polarsys.kitalpha.pdt.docgen.services.GenerateDiagramsService
.generateDiagramsForTheGivenObject((Feature) element);
}

stringBuffer.append(TEXT_9);
stringBuffer.append(TEXT_7);

if (diagramList.size() >= 1) {
stringBuffer.append(TEXT_10);
stringBuffer.append(TEXT_8);
}
stringBuffer.append(TEXT_11);
stringBuffer.append(TEXT_6);
for (DRepresentation diagram : diagramList) {
if (diagram instanceof DSemanticDiagram
&& ((DSemanticDiagram) diagram).getDescription().getName().equals("Features and Plugins")) {
String generatedFolder = fileNameService.getFileName(((DSemanticDiagram) diagram).getTarget());
stringBuffer.append(TEXT_12);
stringBuffer.append(TEXT_9);
stringBuffer.append(((DSemanticDiagram) diagram).getDescription().getName());
stringBuffer.append(TEXT_13);
stringBuffer.append(TEXT_14);
stringBuffer.append(TEXT_10);
stringBuffer.append(TEXT_6);
{
//<%@ egf:patternCall patternId="platform:/plugin/org.polarsys.kitalpha.doc.gen.business.core/egf/HTMLDocGenCommon.fcore#LogicalName=org.polarsys.kitalpha.doc.gen.business.core.sirius.DiagramGenerator" args="diagram:diagram, outputFolder:outputFolder, projectName:projectName, generatedFolder:generatedFolder, fileNameService:fileNameService, helper:helper"%>

Expand All @@ -227,16 +219,16 @@ protected void method_content(final StringBuffer stringBuffer, final PatternCont

}
}
stringBuffer.append(TEXT_15);
stringBuffer.append(TEXT_6);

stringBuffer.append(TEXT_16);
stringBuffer.append(TEXT_11);

if (diagramsInclusion) {
AIRDHelpers.INSTANCE.clearCurrentAird();
AIRDHelpers.INSTANCE.cleanAllMaps();
}

stringBuffer.append(TEXT_17);
stringBuffer.append(TEXT_6);
InternalPatternContext ictx = (InternalPatternContext) ctx;
new Node.DataLeaf(ictx.getNode(), getClass(), "content", stringBuffer.toString());
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Generated with EGF 1.3.0.v20150924-1035
//Generated with EGF 1.6.3.202110291409
package org.polarsys.kitalpha.pdt.docgen.content;

import java.util.*;
Expand Down Expand Up @@ -36,11 +36,7 @@ public static synchronized packagesContent create(String lineSeparator) {
protected final String TEXT_7 = "</h1>" + NL + "<hr style=\"width:98%; align : center; \" /> " + NL + "</div>" + NL
+ "" + NL + "<div style=\"position: absolute; top: 160px; left: 1%; z-index: 1; width: 98%;\">" + NL;
protected final String TEXT_8 = NL;
protected final String TEXT_9 = NL;
protected final String TEXT_10 = NL;
protected final String TEXT_11 = NL + NL + NL + NL;
protected final String TEXT_12 = NL;
protected final String TEXT_13 = NL;
protected final String TEXT_9 = NL + NL + NL + NL;

public packagesContent() {
//Here is the constructor
Expand Down Expand Up @@ -76,8 +72,8 @@ public String generate(Object argument) throws Exception {
ctx.getReporter().executionFinished(OutputManager.computeExecutionOutput(ctx), ctx);
}

stringBuffer.append(TEXT_12);
stringBuffer.append(TEXT_13);
stringBuffer.append(TEXT_8);
stringBuffer.append(TEXT_8);
return stringBuffer.toString();
}

Expand Down Expand Up @@ -171,10 +167,10 @@ protected void method_content(final StringBuffer stringBuffer, final PatternCont
String packagePage = org.polarsys.kitalpha.pdt.docgen.helpers.PackagesHelpers.getPackagePage((Package) element,
projectName, outputFolder, 1);

stringBuffer.append(TEXT_9);
stringBuffer.append(TEXT_10);
stringBuffer.append(TEXT_8);
stringBuffer.append(TEXT_8);
stringBuffer.append(packagePage);
stringBuffer.append(TEXT_11);
stringBuffer.append(TEXT_9);
InternalPatternContext ictx = (InternalPatternContext) ctx;
new Node.DataLeaf(ictx.getNode(), getClass(), "content", stringBuffer.toString());
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Generated with EGF 1.6.1.201906060805
//Generated with EGF 1.6.3.202110291409
package org.polarsys.kitalpha.pdt.docgen.content;

import org.eclipse.sirius.viewpoint.DRepresentationDescriptor;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Generated with EGF 1.3.0.v20150924-1035
//Generated with EGF 1.6.3.202110291409
package org.polarsys.kitalpha.pdt.docgen.content;

import java.util.*;
Expand Down Expand Up @@ -36,11 +36,7 @@ public static synchronized repositoriesContent create(String lineSeparator) {
protected final String TEXT_7 = "</h1>" + NL + "<hr style=\"width:98%; align : center; \" /> " + NL + "</div>" + NL
+ "" + NL + "<div style=\"position: absolute; top: 160px; left: 1%; z-index: 1; width: 98%;\">" + NL;
protected final String TEXT_8 = NL;
protected final String TEXT_9 = NL;
protected final String TEXT_10 = NL;
protected final String TEXT_11 = NL + NL + NL + NL;
protected final String TEXT_12 = NL;
protected final String TEXT_13 = NL;
protected final String TEXT_9 = NL + NL + NL + NL;

public repositoriesContent() {
//Here is the constructor
Expand Down Expand Up @@ -76,8 +72,8 @@ public String generate(Object argument) throws Exception {
ctx.getReporter().executionFinished(OutputManager.computeExecutionOutput(ctx), ctx);
}

stringBuffer.append(TEXT_12);
stringBuffer.append(TEXT_13);
stringBuffer.append(TEXT_8);
stringBuffer.append(TEXT_8);
return stringBuffer.toString();
}

Expand Down Expand Up @@ -171,10 +167,10 @@ protected void method_content(final StringBuffer stringBuffer, final PatternCont
String repositoryPage = org.polarsys.kitalpha.pdt.docgen.helpers.RepositoryHelpers
.getRepositoryPage((Repository) element, projectName, outputFolder, 1);

stringBuffer.append(TEXT_9);
stringBuffer.append(TEXT_10);
stringBuffer.append(TEXT_8);
stringBuffer.append(TEXT_8);
stringBuffer.append(repositoryPage);
stringBuffer.append(TEXT_11);
stringBuffer.append(TEXT_9);
InternalPatternContext ictx = (InternalPatternContext) ctx;
new Node.DataLeaf(ictx.getNode(), getClass(), "content", stringBuffer.toString());
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Generated with EGF 1.3.0.v20150924-1035
//Generated with EGF 1.6.3.202110291409
package org.polarsys.kitalpha.pdt.docgen.index;

import org.eclipse.egf.common.helper.*;
Expand Down Expand Up @@ -36,8 +36,6 @@ public static synchronized generalIndexBuilder create(String lineSeparator) {
+ "\t\t<link rel=\"stylesheet\" type=\"text/css\" href=\"../css/generalindex.css\" />" + NL + " </head>"
+ NL + " " + NL + " <body>" + NL + " <ul class=\"generalIndex\">";
protected final String TEXT_9 = " ";
protected final String TEXT_10 = NL;
protected final String TEXT_11 = NL;

public generalIndexBuilder() {
//Here is the constructor
Expand Down Expand Up @@ -65,8 +63,8 @@ public String generate(Object argument) throws Exception {
ctx.getReporter().executionFinished(OutputManager.computeExecutionOutput(ctx), ctx);
}

stringBuffer.append(TEXT_10);
stringBuffer.append(TEXT_11);
stringBuffer.append(TEXT_6);
stringBuffer.append(TEXT_6);
return stringBuffer.toString();
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Generated with EGF 1.3.0.v20150924-1035
//Generated with EGF 1.6.3.202110291409
package org.polarsys.kitalpha.pdt.docgen.index;

import org.eclipse.egf.common.helper.*;
Expand Down Expand Up @@ -35,7 +35,6 @@ public static synchronized indexBuilder create(String lineSeparator) {
+ "document.write('Oops ! Your browser cannot display this page !');" + NL
+ "document.write('</noframes>');" + NL + "document.write('</frameset>');" + NL + "</script>" + NL;
protected final String TEXT_3 = NL;
protected final String TEXT_4 = NL;

public indexBuilder() {
//Here is the constructor
Expand All @@ -62,7 +61,7 @@ public String generate(Object argument) throws Exception {
}

stringBuffer.append(TEXT_3);
stringBuffer.append(TEXT_4);
stringBuffer.append(TEXT_3);
return stringBuffer.toString();
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//Generated with EGF 1.3.0.v20150924-1035
//Generated with EGF 1.6.3.202110291409
package org.polarsys.kitalpha.pdt.docgen.sidebar;

import java.util.*;
Expand Down Expand Up @@ -34,7 +34,6 @@ public static synchronized platformElementSideBar create(String lineSeparator) {
protected final String TEXT_6 = ".html\" target=\"content\">";
protected final String TEXT_7 = "</a>" + NL + NL;
protected final String TEXT_8 = NL;
protected final String TEXT_9 = NL;

public platformElementSideBar() {
//Here is the constructor
Expand Down Expand Up @@ -71,7 +70,7 @@ public String generate(Object argument) throws Exception {
}

stringBuffer.append(TEXT_8);
stringBuffer.append(TEXT_9);
stringBuffer.append(TEXT_8);
return stringBuffer.toString();
}

Expand Down
Loading

0 comments on commit 771323d

Please sign in to comment.