Uses of Class
org.episteme.social.economics.Resource
Packages that use Resource
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
Provides models and simulation engines for urban traffic flow analysis.
- artworks, music, literature classification.
- musical notes, instruments, compositions.
- plays, performances, dramatic arts.
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
Provides classes and interfaces for representing economic resources.
Provides classes and interfaces for archaeological research and analysis.
-
Uses of Resource in org.episteme.social.architecture
Subclasses of Resource in org.episteme.social.architectureModifier and TypeClassDescriptionclassRepresents a building or architectural structure, integrating historical, geographical, and stylistic dimensions. -
Uses of Resource in org.episteme.social.architecture.traffic
Subclasses of Resource in org.episteme.social.architecture.trafficModifier and TypeClassDescriptionclassRepresents a generic vehicle entity within a macro or microscopic traffic system. -
Uses of Resource in org.episteme.social.arts
Subclasses of Resource in org.episteme.social.artsModifier and TypeClassDescriptionclassRepresents a piece of art (Artwork), integrating historical, geographical, economic, and scientific dimensions.classRepresents a book or publication within the literary arts.classRepresents a film or motion picture within the cinematic arts.classRepresents a visual artwork such as a painting, drawing, or photograph. -
Uses of Resource in org.episteme.social.arts.music
Subclasses of Resource in org.episteme.social.arts.musicModifier and TypeClassDescriptionclassRepresents a musical composition with multiple tracks and signatures. -
Uses of Resource in org.episteme.social.arts.theater
Subclasses of Resource in org.episteme.social.arts.theater -
Uses of Resource in org.episteme.social.economics
Subclasses of Resource in org.episteme.social.economicsModifier and TypeClassDescriptionclassModels human labor and expertise as an economic resource. * @version 1.1classRepresents a physical or tangible resource with a unique identification (serial number).Methods in org.episteme.social.economics that return ResourceModifier and TypeMethodDescriptionEarthEcosource.generateResource(String name, String description, Quantity<?> amount) Generates a new resource from the Earth.Methods in org.episteme.social.economics that return types with arguments of type ResourceModifier and TypeMethodDescriptionTrade.getAgent1Resources()Returns an unmodifiable view of resources from agent 1.Trade.getAgent2Resources()Returns an unmodifiable view of resources from agent 2.EconomicAgent.getBelongings()Returns the set of resources currently owned by this agent.Factory.getInventory()Returns the set of resources currently held by the factory.Task.getProducts()Community.getResources()Organization.getResources()Task.getResources()TaskProcessor.getResources()Returns the set of resources available to this processor.Barter.getResources1()Barter.getResources2()Methods in org.episteme.social.economics with parameters of type ResourceModifier and TypeMethodDescriptionvoidEconomicAgent.addBelonging(Resource belonging) Transfers ownership of a resource to this agent.voidTask.addProduct(Resource product) voidCommunity.addResource(Resource resource) voidTask.addResource(Resource resource) Quantity<?> Economy.getNumberOfUnits(Resource resource) Aggregates the total quantity of a specific resource across all organizations in the current economy.voidEconomicAgent.removeBelonging(Resource belonging) Relinquishes ownership of a resource.voidCommunity.removeResource(Resource resource) Method parameters in org.episteme.social.economics with type arguments of type ResourceModifier and TypeMethodDescriptionvoidPerforms a direct resource swap with another community.voidEconomicAgent.setBelongings(Set<Resource> belongings) Sets the resources owned by this agent.voidCommunity.setResources(Set<Resource> resources) voidOrganization.setResources(Set<Resource> resources) Constructor parameters in org.episteme.social.economics with type arguments of type ResourceModifierConstructorDescriptionBarter(EconomicAgent agent1, Set<Resource> resources1, EconomicAgent agent2, Set<Resource> resources2) Initializes a barter contract.Creates a new OrganizationTask object.Creates a new Task object.Trade(EconomicAgent economicAgent1, Set<Resource> agent1Resources, Money pricePaidBy1To2, EconomicAgent economicAgent2, Set<Resource> agent2Resources) Creates a new Trade transaction. -
Uses of Resource in org.episteme.social.economics.resources
Subclasses of Resource in org.episteme.social.economics.resourcesModifier and TypeClassDescriptionclassRepresents a resource created by human craftsmanship (an artifact).classRepresents a human-made physical structure such as a house, factory, or skyscraper. * @version 1.1classRepresents wearable items. * @version 1.1classRepresents a living biological resource (animal, plant, etc.). * @version 1.1classRepresents fossilized remains of ancient organisms. * @version 1.1classRepresents natural resources in gaseous form. * @version 1.1classRepresents a large-scale structure or artwork installed in a specific location.classRepresents natural resources in liquid form. * @version 1.1classRepresents a complex tool (machine) that consumes energy to perform work.classA class representing Minerals.classRepresents resources found naturally in the environment (planets, stars, living organisms, minerals). * @version 1.1classRepresents a crafted object that can be moved and used (e.g., tools, appliances, small structures).classRepresents a constructed path or road infrastructure.classRepresents an autonomous machine (Robot).classRepresents natural resources in solid form (e.g., stones, rocks). * @version 1.1classRepresents a tangible physical object that occupies space and may have a 3D representation.classRepresents a tool used to build or repair other objects.classRepresents a machine capable of transporting entities.Methods in org.episteme.social.economics.resources with parameters of type Resource -
Uses of Resource in org.episteme.social.history.archeology
Subclasses of Resource in org.episteme.social.history.archeologyModifier and TypeClassDescriptionclassRepresents an archaeological item (fossil, artifact, etc.) found at a site.