Uses of Class
org.episteme.social.economics.money.Account
Packages that use Account
Package
Description
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
Provides classes for monetary and financial operations.
Provides the
org.episteme.social.politics module.-
Uses of Account in org.episteme.social.economics
Methods in org.episteme.social.economics that return types with arguments of type AccountModifier and TypeMethodDescriptionBank.getClientAccounts()Returns unmodifiable set of client accounts.Methods in org.episteme.social.economics with parameters of type AccountModifier and TypeMethodDescriptionvoidBank.addClientAccount(Account account) Registers a new account with this bank.voidBank.removeClientAccount(Account account) -
Uses of Account in org.episteme.social.economics.money
Methods in org.episteme.social.economics.money that return AccountConstructors in org.episteme.social.economics.money with parameters of type AccountModifierConstructorDescriptionCheck(Identification identification, Account emitter, Organization receiver, TimeCoordinate emission, double amount, Currency currency) Creates a new Check from amount and currency.Check(Identification id, Account emitter, Organization receiver, TimeCoordinate emission, Money value) Creates a new Check. -
Uses of Account in org.episteme.social.politics
Constructor parameters in org.episteme.social.politics with type arguments of type AccountModifierConstructorDescriptionAdministration(String name, Identification identification, Country country, BusinessPlace place, Set<Account> accounts) Creates an Administration with explicit identification.Administration(String name, Country country, BusinessPlace place, Set<Account> accounts) Creates an Administration using a default identification strategy.