From 1d2b38480b513cb42073306dcf7a223fbdb4d215 Mon Sep 17 00:00:00 2001 From: AndresGarcia15 Date: Wed, 29 Oct 2025 22:28:01 -0500 Subject: [PATCH] Add search functionality and update documentation for BDIBESA 3.6.0 - Introduced a new search.js script to handle search operations in the API documentation. - Updated search.html to reflect changes in script paths and metadata. - Modified serialized-form.html to include new script paths and updated metadata. - Updated Javadoc generation to version 22 with new timestamps. - Adjusted paths in maven-javadoc-plugin-stale-data.txt to reflect new project structure. - Updated inputFiles.lst to point to the correct source files in the new directory structure. - Updated binary files for javadoc and sources to reflect the latest changes. --- pom.xml | 71 ++++------- .../AgentStructuralModel/Agent/AgentBDI.html | 48 ++++--- .../Agent/Builder/BDIAgentBuilder.html | 58 ++++++--- .../Agent/Builder/BDIBuilderDirector.html | 38 +++--- .../Builder/class-use/BDIAgentBuilder.html | 20 ++- .../Builder/class-use/BDIBuilderDirector.html | 20 ++- .../Agent/Builder/package-summary.html | 24 ++-- .../Agent/Builder/package-tree.html | 20 ++- .../Agent/Builder/package-use.html | 20 ++- .../Agent/class-use/AgentBDI.html | 20 ++- .../Agent/package-summary.html | 24 ++-- .../Agent/package-tree.html | 20 ++- .../Agent/package-use.html | 20 ++- .../AgentStructuralModel/BDIEvaluable.html | 40 +++--- .../BDIMachineParams.html | 80 +++++++++--- .../DesireHierarchyPyramid.html | 74 ++++++++--- .../Functions/ContributionComparator.html | 32 ++--- .../class-use/ContributionComparator.html | 20 ++- .../Functions/package-summary.html | 24 ++-- .../Functions/package-tree.html | 20 ++- .../Functions/package-use.html | 20 ++- .../BDI/AgentStructuralModel/GoalBDI.html | 74 ++++++++--- .../AgentStructuralModel/GoalBDITypes.html | 54 +++++--- .../PotencialGoalStructure.html | 56 ++++++--- .../BDI/AgentStructuralModel/StateBDI.html | 50 +++++--- .../class-use/BDIEvaluable.html | 20 ++- .../class-use/BDIMachineParams.html | 20 ++- .../class-use/DesireHierarchyPyramid.html | 20 ++- .../class-use/GoalBDI.html | 20 ++- .../class-use/GoalBDITypes.html | 20 ++- .../class-use/PotencialGoalStructure.html | 20 ++- .../class-use/StateBDI.html | 20 ++- .../AgentStructuralModel/package-summary.html | 28 ++--- .../AgentStructuralModel/package-tree.html | 20 ++- .../BDI/AgentStructuralModel/package-use.html | 20 ++- .../Data/DataGarbageCollection.html | 26 ++-- .../Data/class-use/DataGarbageCollection.html | 20 ++- .../Data/package-summary.html | 24 ++-- .../DBIDecisionMachine/Data/package-tree.html | 20 ++- .../DBIDecisionMachine/Data/package-use.html | 20 ++- .../DesireToIntentionInstantiationGuard.html | 32 ++--- .../EndedTheDesiresMachineGuard.html | 32 ++--- .../GarbageCollectionGuard.html | 32 ++--- ...rmediateBehaviorToDesiresMachineGuard.html | 32 ++--- .../Timer/GarbageCollectorTimerTask.html | 32 ++--- .../class-use/GarbageCollectorTimerTask.html | 20 ++- .../Timer/package-summary.html | 24 ++-- .../Timer/package-tree.html | 20 ++- .../DBIDecisionMachine/Timer/package-use.html | 20 ++- .../DesireToIntentionInstantiationGuard.html | 20 ++- .../EndedTheDesiresMachineGuard.html | 20 ++- .../class-use/GarbageCollectionGuard.html | 20 ++- ...rmediateBehaviorToDesiresMachineGuard.html | 20 ++- .../DBIDecisionMachine/package-summary.html | 24 ++-- .../BDI/DBIDecisionMachine/package-tree.html | 20 ++- .../BDI/DBIDecisionMachine/package-use.html | 20 ++- target/apidocs/allclasses-index.html | 24 ++-- target/apidocs/allpackages-index.html | 20 ++- target/apidocs/copy.svg | 33 ----- target/apidocs/help-doc.html | 22 ++-- target/apidocs/index-all.html | 20 ++- target/apidocs/index.html | 20 ++- target/apidocs/legal/ADDITIONAL_LICENSE_INFO | 1 - target/apidocs/legal/ASSEMBLY_EXCEPTION | 1 - target/apidocs/legal/COPYRIGHT | 69 ++++++++++ target/apidocs/legal/LICENSE | 119 +++++++++++++++++- target/apidocs/legal/jquery.md | 50 +++++++- target/apidocs/link.svg | 31 ----- target/apidocs/overview-summary.html | 6 +- target/apidocs/overview-tree.html | 20 ++- target/apidocs/resource-files/copy.svg | 33 +++++ .../{resources => resource-files}/glass.png | Bin .../jquery-ui.min.css | 0 target/apidocs/resource-files/link.svg | 31 +++++ .../{ => resource-files}/stylesheet.css | 83 ++++++------ .../{resources => resource-files}/x.png | Bin target/apidocs/script-dir/jquery-3.7.1.min.js | 2 - .../apidocs/script-files/jquery-3.6.1.min.js | 2 + .../jquery-ui.min.js | 0 target/apidocs/{ => script-files}/script.js | 73 +++++------ .../apidocs/{ => script-files}/search-page.js | 34 ++--- target/apidocs/{ => script-files}/search.js | 93 +++++++++----- target/apidocs/search.html | 24 ++-- target/apidocs/serialized-form.html | 22 ++-- target/bdi-besa-3.6.0-javadoc.jar | Bin 211321 -> 213440 bytes target/bdi-besa-3.6.0-sources.jar | Bin 21186 -> 20815 bytes target/bdi-besa-3.6.0.jar | Bin 30414 -> 30209 bytes target/maven-javadoc-plugin-stale-data.txt | 50 ++++---- .../compile/default-compile/inputFiles.lst | 34 ++--- 89 files changed, 1444 insertions(+), 1126 deletions(-) delete mode 100644 target/apidocs/copy.svg delete mode 100644 target/apidocs/legal/ADDITIONAL_LICENSE_INFO delete mode 100644 target/apidocs/legal/ASSEMBLY_EXCEPTION create mode 100644 target/apidocs/legal/COPYRIGHT delete mode 100644 target/apidocs/link.svg create mode 100644 target/apidocs/resource-files/copy.svg rename target/apidocs/{resources => resource-files}/glass.png (100%) rename target/apidocs/{script-dir => resource-files}/jquery-ui.min.css (100%) create mode 100644 target/apidocs/resource-files/link.svg rename target/apidocs/{ => resource-files}/stylesheet.css (95%) rename target/apidocs/{resources => resource-files}/x.png (100%) delete mode 100644 target/apidocs/script-dir/jquery-3.7.1.min.js create mode 100644 target/apidocs/script-files/jquery-3.6.1.min.js rename target/apidocs/{script-dir => script-files}/jquery-ui.min.js (100%) rename target/apidocs/{ => script-files}/script.js (78%) rename target/apidocs/{ => script-files}/search-page.js (89%) rename target/apidocs/{ => script-files}/search.js (88%) diff --git a/pom.xml b/pom.xml index db14496..7849c69 100644 --- a/pom.xml +++ b/pom.xml @@ -42,57 +42,28 @@ UTF-8 - - - - local-dev - - true - - - - io.github.iscoutb - kernel-besa - 3.5.1 - system - ${project.basedir}/../KernelBESA/target/kernel-besa-3.6.0.jar - - - io.github.iscoutb - rational-besa - 3.5 - system - ${project.basedir}/../RationalBESA/target/rational-besa-3.6.0.jar - - - + + + github + https://maven.pkg.github.com/ISCOUTB/* + + true + + + - - - github-packages - - - github - https://maven.pkg.github.com/ISCOUTB/* - - true - - - - - - io.github.iscoutb - kernel-besa - 3.5.1 - - - io.github.iscoutb - rational-besa - 3.5 - - - - + + + io.github.iscoutb + kernel-besa + 3.6.0 + + + io.github.iscoutb + rational-besa + 3.6.0 + + src/main/java diff --git a/target/apidocs/BESA/BDI/AgentStructuralModel/Agent/AgentBDI.html b/target/apidocs/BESA/BDI/AgentStructuralModel/Agent/AgentBDI.html index f635d44..1c4170e 100644 --- a/target/apidocs/BESA/BDI/AgentStructuralModel/Agent/AgentBDI.html +++ b/target/apidocs/BESA/BDI/AgentStructuralModel/Agent/AgentBDI.html @@ -1,18 +1,18 @@ - + AgentBDI (BDIBESA 3.6.0 API) - + - - - - - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + + - - + + + + +