Uses of Class
org.episteme.social.economics.Bank
Packages that use Bank
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
Provides classes for monetary and financial operations.
-
Uses of Bank in org.episteme.social.economics
Methods in org.episteme.social.economics that return BankConstructors in org.episteme.social.economics with parameters of type BankModifierConstructorDescriptionEconomy(Set<Organization> orgs, Bank centralBank) Initializes a new Economy with its constituent organizations and a mandatory central bank.Economy(Identification id, Set<Organization> orgs, Bank centralBank) FreeMarketEconomy(Set<Organization> orgs, Bank centralBank) PlannedEconomy(Set<Organization> orgs, Bank centralBank) -
Uses of Bank in org.episteme.social.economics.money
Methods in org.episteme.social.economics.money that return BankMethods in org.episteme.social.economics.money with parameters of type BankModifier and TypeMethodDescriptionCalculates the total value in a target currency.Constructors in org.episteme.social.economics.money with parameters of type BankModifierConstructorDescriptionAccount(Bank bank, Set<EconomicAgent> owners, Identification identification, String name, Money amount) Creates a new Account with full details.Account(Bank bank, Set<EconomicAgent> owners, Identification id, String name, Money amount, Map<Share, Integer> shares) Creates a new Account with shares.