Uses of Class
org.episteme.social.economics.Task
Packages that use Task
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
-
Uses of Task in org.episteme.social.economics
Subclasses of Task in org.episteme.social.economicsModifier and TypeClassDescriptionclassA class representing the transformation of some materials and some human ressources into a finished something that can be sold.Methods in org.episteme.social.economics that return types with arguments of type TaskMethods in org.episteme.social.economics with parameters of type TaskModifier and TypeMethodDescriptionvoidTask.addSubTask(Task task) booleanCommunity.consumeResources(Task task) booleanTaskProcessor.consumeResources(Task task) Consumes the necessary resources to perform the given task.voidTask.removeSubTask(Task task) Method parameters in org.episteme.social.economics with type arguments of type Task