Uses of Class
org.episteme.social.economics.MaterialResource
Packages that use MaterialResource
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.
Provides the
org.episteme.social.law module.-
Uses of MaterialResource in org.episteme.social.architecture
Subclasses of MaterialResource in org.episteme.social.architectureModifier and TypeClassDescriptionclassRepresents a building or architectural structure, integrating historical, geographical, and stylistic dimensions. -
Uses of MaterialResource in org.episteme.social.architecture.traffic
Subclasses of MaterialResource in org.episteme.social.architecture.trafficModifier and TypeClassDescriptionclassRepresents a generic vehicle entity within a macro or microscopic traffic system. -
Uses of MaterialResource in org.episteme.social.arts
Subclasses of MaterialResource 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 MaterialResource in org.episteme.social.arts.music
Subclasses of MaterialResource in org.episteme.social.arts.musicModifier and TypeClassDescriptionclassRepresents a musical composition with multiple tracks and signatures. -
Uses of MaterialResource in org.episteme.social.arts.theater
Subclasses of MaterialResource in org.episteme.social.arts.theater -
Uses of MaterialResource in org.episteme.social.economics
Methods in org.episteme.social.economics that return MaterialResourceModifier and TypeMethodDescriptionFunctional manufacturing step producing a material resource.Methods in org.episteme.social.economics with parameters of type MaterialResourceModifier and TypeMethodDescriptionvoidFactory.addResource(MaterialResource resource) Adds a resource to the factory's inventory. -
Uses of MaterialResource in org.episteme.social.economics.resources
Subclasses of MaterialResource 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 large-scale structure or artwork installed in a specific location.classRepresents a complex tool (machine) that consumes energy to perform work.classRepresents 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 a tool used to build or repair other objects.classRepresents a machine capable of transporting entities. -
Uses of MaterialResource in org.episteme.social.history.archeology
Subclasses of MaterialResource in org.episteme.social.history.archeologyModifier and TypeClassDescriptionclassRepresents an archaeological item (fossil, artifact, etc.) found at a site. -
Uses of MaterialResource in org.episteme.social.law
Methods in org.episteme.social.law that return types with arguments of type MaterialResourceModifier and TypeMethodDescriptionLawSuitSituation.getEvidences()Returns the set of evidences (material resources) associated with the case.Method parameters in org.episteme.social.law with type arguments of type MaterialResourceModifier and TypeMethodDescriptionvoidLawSuitSituation.setEvidences(Set<MaterialResource> evidences) Sets the set of evidences for this case.