Uses of Class
org.episteme.social.economics.money.Share
Packages that use Share
Package
Description
Provides classes for monetary and financial operations.
-
Uses of Share in org.episteme.social.economics.money
Methods in org.episteme.social.economics.money that return ShareMethods in org.episteme.social.economics.money that return types with arguments of type ShareModifier and TypeMethodDescriptionAccount.getShares()Returns an unmodifiable map of share holdings.Methods in org.episteme.social.economics.money with parameters of type ShareModifier and TypeMethodDescriptionvoidAdds shares to the account.voidAccount.removeShare(Share share, int quantity) Removes shares from the account.Method parameters in org.episteme.social.economics.money with type arguments of type ShareModifier and TypeMethodDescriptionvoidReplaces all share holdings.Constructors in org.episteme.social.economics.money with parameters of type ShareModifierConstructorDescriptionReceipt(Organization seller, Organization buyer, TimeCoordinate date, Identification id, String description, Share share, int quantity) Creates a receipt for a share transaction.Transaction(Organization seller, Organization buyer, TimeCoordinate date, Identification id, String description, Share share, int quantity) Creates a share transaction.Constructor parameters in org.episteme.social.economics.money with type arguments of type ShareModifierConstructorDescriptionAccount(Bank bank, Set<EconomicAgent> owners, Identification id, String name, Money amount, Map<Share, Integer> shares) Creates a new Account with shares.