From 0451ffe33916c52e53aef74739901cb2ce5cca03 Mon Sep 17 00:00:00 2001 From: AlexisDrogoul Date: Tue, 7 Sep 2021 23:48:03 +0700 Subject: [PATCH] Gets rid of local files that should not be committed --- .../doc/msi_gama_core_gama.create.html | 50 ------------------- .../doc/msi_gama_core_gama.display.html | 50 ------------------- .../doc/msi_gama_core_gama.event_layer.html | 50 ------------------- .../doc/msi_gama_core_gama.experiment.html | 50 ------------------- .../doc/msi_gama_core_gama.models.html | 46 ----------------- .../doc/msi_gama_core_gaml.extension.html | 39 --------------- .../msi_gama_core_gaml.grammar.addition.html | 48 ------------------ 7 files changed, 333 deletions(-) delete mode 100644 msi.gama.core/doc/msi_gama_core_gama.create.html delete mode 100644 msi.gama.core/doc/msi_gama_core_gama.display.html delete mode 100644 msi.gama.core/doc/msi_gama_core_gama.event_layer.html delete mode 100644 msi.gama.core/doc/msi_gama_core_gama.experiment.html delete mode 100644 msi.gama.core/doc/msi_gama_core_gama.models.html delete mode 100644 msi.gama.core/doc/msi_gama_core_gaml.extension.html delete mode 100644 msi.gama.core/doc/msi_gama_core_gaml.grammar.addition.html diff --git a/msi.gama.core/doc/msi_gama_core_gama.create.html b/msi.gama.core/doc/msi_gama_core_gama.create.html deleted file mode 100644 index c41fca33fa..0000000000 --- a/msi.gama.core/doc/msi_gama_core_gama.create.html +++ /dev/null @@ -1,50 +0,0 @@ - - - -Implementations of ICreateDelegate - - - - -

Implementations of ICreateDelegate

-

-
Identifier:
gama.create

-
Since:
[Enter the first release in which this extension point appears.] -

- -
Description:
Allows plug-in developers to add new implementations of ICreateDelegate, so that the "create" statement can be extended.

-
Configuration Markup:
-

-

<!ELEMENT extension (implementation)+>

-

<!ATTLIST extension

-

point CDATA #REQUIRED

-

id    CDATA #IMPLIED

-

name  CDATA #IMPLIED>

-

- -

<!ELEMENT implementation EMPTY>

-

<!ATTLIST implementation

-

class       CDATA #REQUIRED

-

description CDATA #IMPLIED>

-

- -
Examples:
[Enter extension point usage example here.] -

- -
API Information:
[Enter API information here.] - -see ICreateDelegate -

- -
Supplied Implementation:
[Enter information about supplied implementation of this extension point.] -

- -
-

-

- - diff --git a/msi.gama.core/doc/msi_gama_core_gama.display.html b/msi.gama.core/doc/msi_gama_core_gama.display.html deleted file mode 100644 index 19c855fe39..0000000000 --- a/msi.gama.core/doc/msi_gama_core_gama.display.html +++ /dev/null @@ -1,50 +0,0 @@ - - - -Implementations of IDisplaySurface - - - - -

Implementations of IDisplaySurface

-

-
Identifier:
gama.display

-
Since:
[Enter the first release in which this extension point appears.] -

- -
Description:
Allows the plugin to declare that a type of display is made available to GAMA.

-
Configuration Markup:
-

-

<!ELEMENT extension (implementation)+>

-

<!ATTLIST extension

-

point CDATA #REQUIRED

-

id    CDATA #IMPLIED

-

name  CDATA #IMPLIED>

-

- -

<!ELEMENT implementation EMPTY>

-

<!ATTLIST implementation

-

class   CDATA #REQUIRED

-

keyword CDATA #REQUIRED>

-

- -
Examples:
[Enter extension point usage example here.] -

- -
API Information:
[Enter API information here.] - -see IDisplaySurface -

- -
Supplied Implementation:
[Enter information about supplied implementation of this extension point.] -

- -
-

-

- - diff --git a/msi.gama.core/doc/msi_gama_core_gama.event_layer.html b/msi.gama.core/doc/msi_gama_core_gama.event_layer.html deleted file mode 100644 index b4bfa23005..0000000000 --- a/msi.gama.core/doc/msi_gama_core_gama.event_layer.html +++ /dev/null @@ -1,50 +0,0 @@ - - - -Implementations of IEventLayerDelegate - - - - -

Implementations of IEventLayerDelegate

-

-
Identifier:
gama.event_layer

-
Since:
GAMA 1.7 -

- -
Description:
Allows plug-in developers to add new implementations of IEventLayerDelegate, so that the "event" layer can be extended with new inputs

-
Configuration Markup:
-

-

<!ELEMENT extension (implementation)+>

-

<!ATTLIST extension

-

point CDATA #REQUIRED

-

id    CDATA #IMPLIED

-

name  CDATA #IMPLIED>

-

- -

<!ELEMENT implementation EMPTY>

-

<!ATTLIST implementation

-

class       CDATA #REQUIRED

-

description CDATA #IMPLIED>

-

- -
Examples:
[Enter extension point usage example here.] -

- -
API Information:
[Enter API information here.] - -see IEventLayerDelegate -

- -
Supplied Implementation:
[Enter information about supplied implementation of this extension point.] -

- -
-

-

- - diff --git a/msi.gama.core/doc/msi_gama_core_gama.experiment.html b/msi.gama.core/doc/msi_gama_core_gama.experiment.html deleted file mode 100644 index b6edaca261..0000000000 --- a/msi.gama.core/doc/msi_gama_core_gama.experiment.html +++ /dev/null @@ -1,50 +0,0 @@ - - - -Implementations of IExperimentAgent - - - - -

Implementations of IExperimentAgent

-

-
Identifier:
gama.experiment

-
Since:
GAMA 1.7 -

- -
Description:
Allows the plugin to define new ExperimentAgent

-
Configuration Markup:
-

-

<!ELEMENT extension (implementation)+>

-

<!ATTLIST extension

-

point CDATA #REQUIRED

-

id    CDATA #IMPLIED

-

name  CDATA #IMPLIED>

-

- -

<!ELEMENT implementation EMPTY>

-

<!ATTLIST implementation

-

keyword CDATA #REQUIRED

-

class   CDATA #REQUIRED>

-

- -
Examples:
[Enter extension point usage example here.] -

- -
API Information:
[Enter API information here.] - -see IExperimentAgent -

- -
Supplied Implementation:
[Enter information about supplied implementation of this extension point.] -

- -
-

-

- - diff --git a/msi.gama.core/doc/msi_gama_core_gama.models.html b/msi.gama.core/doc/msi_gama_core_gama.models.html deleted file mode 100644 index a48de12f45..0000000000 --- a/msi.gama.core/doc/msi_gama_core_gama.models.html +++ /dev/null @@ -1,46 +0,0 @@ - - - -Addition to the grammar of GAML - - - - -

Addition to the grammar of GAML

-

-
Identifier:
gaml.grammar.addition

-
Since:
version 1.5 -

- -
Description:
Indicates that this plugin provides models that should be made available to the user in GAMA. The path should be provided. If not, model projects are considered to be inside a folder named 'models' at the root of the plugin.

-
Configuration Markup:
-

-

<!ELEMENT extension (path)>

-

<!ATTLIST extension

-

point CDATA #REQUIRED

-

id    CDATA #IMPLIED

-

name  CDATA #IMPLIED>

-

- -

<!ELEMENT path EMPTY>

-

<!ATTLIST path

-

name CDATA "models">

-

- -
Examples:
[Enter extension point usage example here.] -

- -
API Information:
[Enter API information here.] -

- -
Supplied Implementation:
[Enter information about supplied implementation of this extension point.] -

- -
-

-

- - diff --git a/msi.gama.core/doc/msi_gama_core_gaml.extension.html b/msi.gama.core/doc/msi_gama_core_gaml.extension.html deleted file mode 100644 index 8b133203e3..0000000000 --- a/msi.gama.core/doc/msi_gama_core_gaml.extension.html +++ /dev/null @@ -1,39 +0,0 @@ - - - -Addition to the grammar of GAML - - - - -

Addition to the grammar of GAML

-

-
Identifier:
gaml.extension

-
Since:
version 1.5 -

- -
Description:
Indicates that this plugin provides additions to GAML (either types, skills, species, operators, etc.). Extensions like types of displays or extensions of create should be declared using their respective extension points. The additions will be searched for in the source folder created by the annotation processor (plugin > gaml > ...).

-
Configuration Markup:
-

-

<!ELEMENT extension EMPTY>

-

<!ATTLIST extension

-

point CDATA #REQUIRED

-

id    CDATA #IMPLIED

-

name  CDATA #IMPLIED>

-

- -
Examples:
[Enter extension point usage example here.] -

- -
API Information:
[Enter API information here.] -

- -
Supplied Implementation:
[Enter information about supplied implementation of this extension point.] -

- -
-

-

- - diff --git a/msi.gama.core/doc/msi_gama_core_gaml.grammar.addition.html b/msi.gama.core/doc/msi_gama_core_gaml.grammar.addition.html deleted file mode 100644 index 54dfcae95a..0000000000 --- a/msi.gama.core/doc/msi_gama_core_gaml.grammar.addition.html +++ /dev/null @@ -1,48 +0,0 @@ - - - -Addition to the grammar of GAML - - - - -

Addition to the grammar of GAML

-
This extension point is deprecated, use gaml.extension as a replacement.
-

-
Identifier:
gaml.grammar.addition

-
Since:
version 1.5 -

- -
Description:
*** Deprecated. Use gaml.extension instead. -Indicates that this plugin provides additions to GAML (either types, skills, species, operators, etc.). Extensions like types of displays or extensions of create should be declared using their respective extension points.

-
Configuration Markup:
-

-

<!ELEMENT extension (path)>

-

<!ATTLIST extension

-

point CDATA #REQUIRED

-

id    CDATA #IMPLIED

-

name  CDATA #IMPLIED>

-

- -

<!ELEMENT path EMPTY>

-

<!ATTLIST path

-

name CDATA "gaml">

-

- -
Examples:
[Enter extension point usage example here.] -

- -
API Information:
[Enter API information here.] -

- -
Supplied Implementation:
[Enter information about supplied implementation of this extension point.] -

- -
-

-

- -