From ab8e8aa80ad2fa0671fa907c851fbd5d3fafebd4 Mon Sep 17 00:00:00 2001 From: crowdosNWPU <154038066+crowdosNWPU@users.noreply.github.com> Date: Mon, 25 Dec 2023 21:45:44 +0800 Subject: [PATCH] Add files via upload --- .../Incentive/CredibilityBasedIncentive.html | 358 +++++++ .../CredibilityBasedIncentiveImpl.html | 483 +++++++++ .../class-use/CredibilityBasedIncentive.html | 185 ++++ .../CredibilityBasedIncentiveImpl.html | 126 +++ .../kernel/Incentive/package-frame.html | 25 + .../kernel/Incentive/package-summary.html | 163 +++ .../kernel/Incentive/package-tree.html | 147 +++ .../crowdos/kernel/Incentive/package-use.html | 161 +++ .../kernel/resource/AbstractParticipant.html | 439 ++++++++ .../crowdos/kernel/resource/AbstractTask.html | 562 ++++++++++ .../Participant.ParticipantStatus.html | 359 +++++++ .../crowdos/kernel/resource/Participant.html | 337 ++++++ .../kernel/resource/SimpleParticipant.html | 360 +++++++ .../crowdos/kernel/resource/SimpleTask.html | 333 ++++++ .../resource/Task.TaskDistributionType.html | 347 +++++++ .../kernel/resource/Task.TaskStatus.html | 359 +++++++ .../cn/crowdos/kernel/resource/Task.html | 391 +++++++ .../cn/crowdos/kernel/resource/ability.html | 167 +++ .../class-use/AbstractParticipant.html | 166 +++ .../resource/class-use/AbstractTask.html | 166 +++ .../Participant.ParticipantStatus.html | 254 +++++ .../resource/class-use/Participant.html | 957 ++++++++++++++++++ .../resource/class-use/SimpleParticipant.html | 126 +++ .../kernel/resource/class-use/SimpleTask.html | 126 +++ .../class-use/Task.TaskDistributionType.html | 249 +++++ .../resource/class-use/Task.TaskStatus.html | 254 +++++ .../kernel/resource/class-use/Task.html | 705 +++++++++++++ .../kernel/resource/class-use/ability.html | 126 +++ .../kernel/resource/package-frame.html | 39 + .../kernel/resource/package-summary.html | 213 ++++ .../crowdos/kernel/resource/package-tree.html | 175 ++++ .../crowdos/kernel/resource/package-use.html | 284 ++++++ .../DuplicateResourceNameException.html | 264 +++++ .../system/SystemResourceCollection.html | 326 ++++++ .../kernel/system/SystemResourceHandler.html | 236 +++++ .../DuplicateResourceNameException.html | 180 ++++ .../class-use/SystemResourceCollection.html | 260 +++++ .../class-use/SystemResourceHandler.html | 304 ++++++ .../crowdos/kernel/system/package-frame.html | 29 + .../kernel/system/package-summary.html | 174 ++++ .../crowdos/kernel/system/package-tree.html | 152 +++ .../cn/crowdos/kernel/system/package-use.html | 241 +++++ .../kernel/system/resource/AlgoContainer.html | 303 ++++++ .../kernel/system/resource/Mission.html | 419 ++++++++ .../system/resource/MissionHistory.html | 401 ++++++++ .../resource/MissionUpdateException.html | 264 +++++ .../system/resource/ParticipantPool.html | 377 +++++++ .../kernel/system/resource/Resource.html | 231 +++++ .../system/resource/ResourceContainer.html | 324 ++++++ .../kernel/system/resource/TaskPool.html | 377 +++++++ .../resource/class-use/AlgoContainer.html | 126 +++ .../system/resource/class-use/Mission.html | 210 ++++ .../resource/class-use/MissionHistory.html | 176 ++++ .../class-use/MissionUpdateException.html | 188 ++++ .../resource/class-use/ParticipantPool.html | 170 ++++ .../system/resource/class-use/Resource.html | 308 ++++++ .../resource/class-use/ResourceContainer.html | 166 +++ .../system/resource/class-use/TaskPool.html | 170 ++++ .../kernel/system/resource/package-frame.html | 34 + .../system/resource/package-summary.html | 199 ++++ .../kernel/system/resource/package-tree.html | 176 ++++ .../kernel/system/resource/package-use.html | 239 +++++ 62 files changed, 16166 insertions(+) create mode 100644 target/staging/apidocs/cn/crowdos/kernel/Incentive/CredibilityBasedIncentive.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/Incentive/CredibilityBasedIncentiveImpl.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/Incentive/class-use/CredibilityBasedIncentive.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/Incentive/class-use/CredibilityBasedIncentiveImpl.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/Incentive/package-frame.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/Incentive/package-summary.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/Incentive/package-tree.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/Incentive/package-use.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/AbstractParticipant.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/AbstractTask.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/Participant.ParticipantStatus.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/Participant.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/SimpleParticipant.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/SimpleTask.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/Task.TaskDistributionType.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/Task.TaskStatus.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/Task.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/ability.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/class-use/AbstractParticipant.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/class-use/AbstractTask.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Participant.ParticipantStatus.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Participant.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/class-use/SimpleParticipant.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/class-use/SimpleTask.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.TaskDistributionType.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.TaskStatus.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/class-use/ability.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/package-frame.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/package-summary.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/package-tree.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/resource/package-use.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/DuplicateResourceNameException.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/SystemResourceCollection.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/SystemResourceHandler.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/class-use/DuplicateResourceNameException.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/class-use/SystemResourceCollection.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/class-use/SystemResourceHandler.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/package-frame.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/package-summary.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/package-tree.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/package-use.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/AlgoContainer.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/Mission.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/MissionHistory.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/MissionUpdateException.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/ParticipantPool.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/Resource.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/ResourceContainer.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/TaskPool.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/AlgoContainer.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/Mission.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/MissionHistory.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/MissionUpdateException.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/ParticipantPool.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/Resource.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/ResourceContainer.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/TaskPool.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/package-frame.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/package-summary.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/package-tree.html create mode 100644 target/staging/apidocs/cn/crowdos/kernel/system/resource/package-use.html diff --git a/target/staging/apidocs/cn/crowdos/kernel/Incentive/CredibilityBasedIncentive.html b/target/staging/apidocs/cn/crowdos/kernel/Incentive/CredibilityBasedIncentive.html new file mode 100644 index 0000000..5e71227 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/Incentive/CredibilityBasedIncentive.html @@ -0,0 +1,358 @@ + + + + + + +CredibilityBasedIncentive (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.Incentive
+

Interface CredibilityBasedIncentive

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/Incentive/CredibilityBasedIncentiveImpl.html b/target/staging/apidocs/cn/crowdos/kernel/Incentive/CredibilityBasedIncentiveImpl.html new file mode 100644 index 0000000..ba1b7f0 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/Incentive/CredibilityBasedIncentiveImpl.html @@ -0,0 +1,483 @@ + + + + + + +CredibilityBasedIncentiveImpl (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.Incentive
+

Class CredibilityBasedIncentiveImpl

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/Incentive/class-use/CredibilityBasedIncentive.html b/target/staging/apidocs/cn/crowdos/kernel/Incentive/class-use/CredibilityBasedIncentive.html new file mode 100644 index 0000000..6952297 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/Incentive/class-use/CredibilityBasedIncentive.html @@ -0,0 +1,185 @@ + + + + + + +Uses of Interface cn.crowdos.kernel.Incentive.CredibilityBasedIncentive (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
cn.crowdos.kernel.Incentive.CredibilityBasedIncentive

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/Incentive/class-use/CredibilityBasedIncentiveImpl.html b/target/staging/apidocs/cn/crowdos/kernel/Incentive/class-use/CredibilityBasedIncentiveImpl.html new file mode 100644 index 0000000..939df90 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/Incentive/class-use/CredibilityBasedIncentiveImpl.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class cn.crowdos.kernel.Incentive.CredibilityBasedIncentiveImpl (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.Incentive.CredibilityBasedIncentiveImpl

+
+
No usage of cn.crowdos.kernel.Incentive.CredibilityBasedIncentiveImpl
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-frame.html b/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-frame.html new file mode 100644 index 0000000..f0f5af1 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-frame.html @@ -0,0 +1,25 @@ + + + + + + +cn.crowdos.kernel.Incentive (crowdos 1.0.3 API) + + + + + +

cn.crowdos.kernel.Incentive

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-summary.html b/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-summary.html new file mode 100644 index 0000000..0636fa7 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-summary.html @@ -0,0 +1,163 @@ + + + + + + +cn.crowdos.kernel.Incentive (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package cn.crowdos.kernel.Incentive

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-tree.html b/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-tree.html new file mode 100644 index 0000000..8191675 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-tree.html @@ -0,0 +1,147 @@ + + + + + + +cn.crowdos.kernel.Incentive Class Hierarchy (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package cn.crowdos.kernel.Incentive

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-use.html b/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-use.html new file mode 100644 index 0000000..14cbc8e --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/Incentive/package-use.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Package cn.crowdos.kernel.Incentive (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
cn.crowdos.kernel.Incentive

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/AbstractParticipant.html b/target/staging/apidocs/cn/crowdos/kernel/resource/AbstractParticipant.html new file mode 100644 index 0000000..dea7332 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/AbstractParticipant.html @@ -0,0 +1,439 @@ + + + + + + +AbstractParticipant (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.resource
+

Class AbstractParticipant

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/AbstractTask.html b/target/staging/apidocs/cn/crowdos/kernel/resource/AbstractTask.html new file mode 100644 index 0000000..d74e5f4 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/AbstractTask.html @@ -0,0 +1,562 @@ + + + + + + +AbstractTask (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.resource
+

Class AbstractTask

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/Participant.ParticipantStatus.html b/target/staging/apidocs/cn/crowdos/kernel/resource/Participant.ParticipantStatus.html new file mode 100644 index 0000000..cac4341 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/Participant.ParticipantStatus.html @@ -0,0 +1,359 @@ + + + + + + +Participant.ParticipantStatus (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.resource
+

Enum Participant.ParticipantStatus

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/Participant.html b/target/staging/apidocs/cn/crowdos/kernel/resource/Participant.html new file mode 100644 index 0000000..53e1739 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/Participant.html @@ -0,0 +1,337 @@ + + + + + + +Participant (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.resource
+

Interface Participant

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/SimpleParticipant.html b/target/staging/apidocs/cn/crowdos/kernel/resource/SimpleParticipant.html new file mode 100644 index 0000000..80e43fb --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/SimpleParticipant.html @@ -0,0 +1,360 @@ + + + + + + +SimpleParticipant (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.resource
+

Class SimpleParticipant

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/SimpleTask.html b/target/staging/apidocs/cn/crowdos/kernel/resource/SimpleTask.html new file mode 100644 index 0000000..5882cec --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/SimpleTask.html @@ -0,0 +1,333 @@ + + + + + + +SimpleTask (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.resource
+

Class SimpleTask

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/Task.TaskDistributionType.html b/target/staging/apidocs/cn/crowdos/kernel/resource/Task.TaskDistributionType.html new file mode 100644 index 0000000..c65c2c4 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/Task.TaskDistributionType.html @@ -0,0 +1,347 @@ + + + + + + +Task.TaskDistributionType (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.resource
+

Enum Task.TaskDistributionType

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/Task.TaskStatus.html b/target/staging/apidocs/cn/crowdos/kernel/resource/Task.TaskStatus.html new file mode 100644 index 0000000..abf9a20 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/Task.TaskStatus.html @@ -0,0 +1,359 @@ + + + + + + +Task.TaskStatus (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.resource
+

Enum Task.TaskStatus

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/Task.html b/target/staging/apidocs/cn/crowdos/kernel/resource/Task.html new file mode 100644 index 0000000..b8a4574 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/Task.html @@ -0,0 +1,391 @@ + + + + + + +Task (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.resource
+

Interface Task

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/ability.html b/target/staging/apidocs/cn/crowdos/kernel/resource/ability.html new file mode 100644 index 0000000..ef4605e --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/ability.html @@ -0,0 +1,167 @@ + + + + + + +ability (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.resource
+

Annotation Type ability

+
+
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/AbstractParticipant.html b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/AbstractParticipant.html new file mode 100644 index 0000000..e1862e8 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/AbstractParticipant.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class cn.crowdos.kernel.resource.AbstractParticipant (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.resource.AbstractParticipant

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/AbstractTask.html b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/AbstractTask.html new file mode 100644 index 0000000..d8ad971 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/AbstractTask.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class cn.crowdos.kernel.resource.AbstractTask (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.resource.AbstractTask

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Participant.ParticipantStatus.html b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Participant.ParticipantStatus.html new file mode 100644 index 0000000..bcd680f --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Participant.ParticipantStatus.html @@ -0,0 +1,254 @@ + + + + + + +Uses of Class cn.crowdos.kernel.resource.Participant.ParticipantStatus (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.resource.Participant.ParticipantStatus

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Participant.html b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Participant.html new file mode 100644 index 0000000..e65ba02 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Participant.html @@ -0,0 +1,957 @@ + + + + + + +Uses of Interface cn.crowdos.kernel.resource.Participant (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
cn.crowdos.kernel.resource.Participant

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/SimpleParticipant.html b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/SimpleParticipant.html new file mode 100644 index 0000000..06aa006 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/SimpleParticipant.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class cn.crowdos.kernel.resource.SimpleParticipant (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.resource.SimpleParticipant

+
+
No usage of cn.crowdos.kernel.resource.SimpleParticipant
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/SimpleTask.html b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/SimpleTask.html new file mode 100644 index 0000000..a388417 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/SimpleTask.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class cn.crowdos.kernel.resource.SimpleTask (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.resource.SimpleTask

+
+
No usage of cn.crowdos.kernel.resource.SimpleTask
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.TaskDistributionType.html b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.TaskDistributionType.html new file mode 100644 index 0000000..1cab0f2 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.TaskDistributionType.html @@ -0,0 +1,249 @@ + + + + + + +Uses of Class cn.crowdos.kernel.resource.Task.TaskDistributionType (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.resource.Task.TaskDistributionType

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.TaskStatus.html b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.TaskStatus.html new file mode 100644 index 0000000..49fe1db --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.TaskStatus.html @@ -0,0 +1,254 @@ + + + + + + +Uses of Class cn.crowdos.kernel.resource.Task.TaskStatus (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.resource.Task.TaskStatus

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.html b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.html new file mode 100644 index 0000000..2a28944 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/Task.html @@ -0,0 +1,705 @@ + + + + + + +Uses of Interface cn.crowdos.kernel.resource.Task (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
cn.crowdos.kernel.resource.Task

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/ability.html b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/ability.html new file mode 100644 index 0000000..cabf835 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/class-use/ability.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class cn.crowdos.kernel.resource.ability (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.resource.ability

+
+
No usage of cn.crowdos.kernel.resource.ability
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/package-frame.html b/target/staging/apidocs/cn/crowdos/kernel/resource/package-frame.html new file mode 100644 index 0000000..5e9f8ad --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/package-frame.html @@ -0,0 +1,39 @@ + + + + + + +cn.crowdos.kernel.resource (crowdos 1.0.3 API) + + + + + +

cn.crowdos.kernel.resource

+
+

Interfaces

+ +

Classes

+ +

Enums

+ +

Annotation Types

+ +
+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/package-summary.html b/target/staging/apidocs/cn/crowdos/kernel/resource/package-summary.html new file mode 100644 index 0000000..68a7a12 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/package-summary.html @@ -0,0 +1,213 @@ + + + + + + +cn.crowdos.kernel.resource (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package cn.crowdos.kernel.resource

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/package-tree.html b/target/staging/apidocs/cn/crowdos/kernel/resource/package-tree.html new file mode 100644 index 0000000..1ea4823 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/package-tree.html @@ -0,0 +1,175 @@ + + + + + + +cn.crowdos.kernel.resource Class Hierarchy (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package cn.crowdos.kernel.resource

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +

Annotation Type Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/resource/package-use.html b/target/staging/apidocs/cn/crowdos/kernel/resource/package-use.html new file mode 100644 index 0000000..4102992 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/resource/package-use.html @@ -0,0 +1,284 @@ + + + + + + +Uses of Package cn.crowdos.kernel.resource (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
cn.crowdos.kernel.resource

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/DuplicateResourceNameException.html b/target/staging/apidocs/cn/crowdos/kernel/system/DuplicateResourceNameException.html new file mode 100644 index 0000000..bc0c273 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/DuplicateResourceNameException.html @@ -0,0 +1,264 @@ + + + + + + +DuplicateResourceNameException (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.system
+

Class DuplicateResourceNameException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/SystemResourceCollection.html b/target/staging/apidocs/cn/crowdos/kernel/system/SystemResourceCollection.html new file mode 100644 index 0000000..90d2820 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/SystemResourceCollection.html @@ -0,0 +1,326 @@ + + + + + + +SystemResourceCollection (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.system
+

Class SystemResourceCollection

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/SystemResourceHandler.html b/target/staging/apidocs/cn/crowdos/kernel/system/SystemResourceHandler.html new file mode 100644 index 0000000..2ce9fb0 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/SystemResourceHandler.html @@ -0,0 +1,236 @@ + + + + + + +SystemResourceHandler (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.system
+

Interface SystemResourceHandler<T>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/class-use/DuplicateResourceNameException.html b/target/staging/apidocs/cn/crowdos/kernel/system/class-use/DuplicateResourceNameException.html new file mode 100644 index 0000000..9036645 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/class-use/DuplicateResourceNameException.html @@ -0,0 +1,180 @@ + + + + + + +Uses of Class cn.crowdos.kernel.system.DuplicateResourceNameException (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.system.DuplicateResourceNameException

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/class-use/SystemResourceCollection.html b/target/staging/apidocs/cn/crowdos/kernel/system/class-use/SystemResourceCollection.html new file mode 100644 index 0000000..eeb51c1 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/class-use/SystemResourceCollection.html @@ -0,0 +1,260 @@ + + + + + + +Uses of Class cn.crowdos.kernel.system.SystemResourceCollection (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.system.SystemResourceCollection

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/class-use/SystemResourceHandler.html b/target/staging/apidocs/cn/crowdos/kernel/system/class-use/SystemResourceHandler.html new file mode 100644 index 0000000..73f6535 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/class-use/SystemResourceHandler.html @@ -0,0 +1,304 @@ + + + + + + +Uses of Interface cn.crowdos.kernel.system.SystemResourceHandler (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
cn.crowdos.kernel.system.SystemResourceHandler

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/package-frame.html b/target/staging/apidocs/cn/crowdos/kernel/system/package-frame.html new file mode 100644 index 0000000..d898930 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/package-frame.html @@ -0,0 +1,29 @@ + + + + + + +cn.crowdos.kernel.system (crowdos 1.0.3 API) + + + + + +

cn.crowdos.kernel.system

+
+

Interfaces

+ +

Classes

+ +

Exceptions

+ +
+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/package-summary.html b/target/staging/apidocs/cn/crowdos/kernel/system/package-summary.html new file mode 100644 index 0000000..986aa7c --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/package-summary.html @@ -0,0 +1,174 @@ + + + + + + +cn.crowdos.kernel.system (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package cn.crowdos.kernel.system

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/package-tree.html b/target/staging/apidocs/cn/crowdos/kernel/system/package-tree.html new file mode 100644 index 0000000..b9e0095 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/package-tree.html @@ -0,0 +1,152 @@ + + + + + + +cn.crowdos.kernel.system Class Hierarchy (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package cn.crowdos.kernel.system

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/package-use.html b/target/staging/apidocs/cn/crowdos/kernel/system/package-use.html new file mode 100644 index 0000000..72a1f42 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/package-use.html @@ -0,0 +1,241 @@ + + + + + + +Uses of Package cn.crowdos.kernel.system (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
cn.crowdos.kernel.system

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/AlgoContainer.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/AlgoContainer.html new file mode 100644 index 0000000..fcc5ee8 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/AlgoContainer.html @@ -0,0 +1,303 @@ + + + + + + +AlgoContainer (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.system.resource
+

Class AlgoContainer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/Mission.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/Mission.html new file mode 100644 index 0000000..455a343 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/Mission.html @@ -0,0 +1,419 @@ + + + + + + +Mission (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.system.resource
+

Class Mission

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/MissionHistory.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/MissionHistory.html new file mode 100644 index 0000000..3b200d6 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/MissionHistory.html @@ -0,0 +1,401 @@ + + + + + + +MissionHistory (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.system.resource
+

Class MissionHistory

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/MissionUpdateException.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/MissionUpdateException.html new file mode 100644 index 0000000..78cd26a --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/MissionUpdateException.html @@ -0,0 +1,264 @@ + + + + + + +MissionUpdateException (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.system.resource
+

Class MissionUpdateException

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/ParticipantPool.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/ParticipantPool.html new file mode 100644 index 0000000..5f40b9f --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/ParticipantPool.html @@ -0,0 +1,377 @@ + + + + + + +ParticipantPool (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.system.resource
+

Class ParticipantPool

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/Resource.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/Resource.html new file mode 100644 index 0000000..b886d87 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/Resource.html @@ -0,0 +1,231 @@ + + + + + + +Resource (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.system.resource
+

Interface Resource<T>

+
+
+
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/ResourceContainer.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/ResourceContainer.html new file mode 100644 index 0000000..0d33ab0 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/ResourceContainer.html @@ -0,0 +1,324 @@ + + + + + + +ResourceContainer (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.system.resource
+

Class ResourceContainer<T>

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/TaskPool.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/TaskPool.html new file mode 100644 index 0000000..26fd1ff --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/TaskPool.html @@ -0,0 +1,377 @@ + + + + + + +TaskPool (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
cn.crowdos.kernel.system.resource
+

Class TaskPool

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/AlgoContainer.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/AlgoContainer.html new file mode 100644 index 0000000..bdf702f --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/AlgoContainer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class cn.crowdos.kernel.system.resource.AlgoContainer (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.system.resource.AlgoContainer

+
+
No usage of cn.crowdos.kernel.system.resource.AlgoContainer
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/Mission.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/Mission.html new file mode 100644 index 0000000..7022aae --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/Mission.html @@ -0,0 +1,210 @@ + + + + + + +Uses of Class cn.crowdos.kernel.system.resource.Mission (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.system.resource.Mission

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/MissionHistory.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/MissionHistory.html new file mode 100644 index 0000000..d673184 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/MissionHistory.html @@ -0,0 +1,176 @@ + + + + + + +Uses of Class cn.crowdos.kernel.system.resource.MissionHistory (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.system.resource.MissionHistory

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/MissionUpdateException.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/MissionUpdateException.html new file mode 100644 index 0000000..a459733 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/MissionUpdateException.html @@ -0,0 +1,188 @@ + + + + + + +Uses of Class cn.crowdos.kernel.system.resource.MissionUpdateException (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.system.resource.MissionUpdateException

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/ParticipantPool.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/ParticipantPool.html new file mode 100644 index 0000000..cb850fe --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/ParticipantPool.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class cn.crowdos.kernel.system.resource.ParticipantPool (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.system.resource.ParticipantPool

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/Resource.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/Resource.html new file mode 100644 index 0000000..eb644ad --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/Resource.html @@ -0,0 +1,308 @@ + + + + + + +Uses of Interface cn.crowdos.kernel.system.resource.Resource (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Interface
cn.crowdos.kernel.system.resource.Resource

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/ResourceContainer.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/ResourceContainer.html new file mode 100644 index 0000000..3122789 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/ResourceContainer.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class cn.crowdos.kernel.system.resource.ResourceContainer (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.system.resource.ResourceContainer

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/TaskPool.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/TaskPool.html new file mode 100644 index 0000000..3a72a53 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/class-use/TaskPool.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class cn.crowdos.kernel.system.resource.TaskPool (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
cn.crowdos.kernel.system.resource.TaskPool

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-frame.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-frame.html new file mode 100644 index 0000000..87dc0e9 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +cn.crowdos.kernel.system.resource (crowdos 1.0.3 API) + + + + + +

cn.crowdos.kernel.system.resource

+
+

Interfaces

+ +

Classes

+ +

Exceptions

+ +
+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-summary.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-summary.html new file mode 100644 index 0000000..6dd1b62 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-summary.html @@ -0,0 +1,199 @@ + + + + + + +cn.crowdos.kernel.system.resource (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package cn.crowdos.kernel.system.resource

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-tree.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-tree.html new file mode 100644 index 0000000..375d0a1 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-tree.html @@ -0,0 +1,176 @@ + + + + + + +cn.crowdos.kernel.system.resource Class Hierarchy (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package cn.crowdos.kernel.system.resource

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ + diff --git a/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-use.html b/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-use.html new file mode 100644 index 0000000..7e52a50 --- /dev/null +++ b/target/staging/apidocs/cn/crowdos/kernel/system/resource/package-use.html @@ -0,0 +1,239 @@ + + + + + + +Uses of Package cn.crowdos.kernel.system.resource (crowdos 1.0.3 API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
cn.crowdos.kernel.system.resource

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2023. All rights reserved.

+ +