Uses of Class
org.episteme.social.economics.Organization
Packages that use Organization
Package
Description
- artworks, music, literature classification.
Provides comprehensive mathematical models for economic systems, agent-based
modeling, and financial analysis.
Provides classes for monetary and financial operations.
Provides classes for social geography, human settlements, and mapping.
Provides classes and interfaces for archaeological research and analysis.
Provides the
org.episteme.social.law module.Core functionality for the org.episteme.social.medicine.consultation package in the Episteme library.
Provides the
org.episteme.social.politics module.- social structures, persons, and cultural modeling.
-
Uses of Organization in org.episteme.social.arts
Constructors in org.episteme.social.arts with parameters of type OrganizationModifierConstructorDescriptionArtist(Individual individual, Organization organization) Creates a new Artist role with "Artist" as the default function.Artist(Individual individual, Organization organization, String function) Creates a new Artist role. -
Uses of Organization in org.episteme.social.economics
Subclasses of Organization in org.episteme.social.economicsModifier and TypeClassDescriptionclassRepresents a banking institution capable of managing accounts and providing currency conversion services.classAn organization specialized in mass production and transformation of resources.classAn organization that owns and controls multiple other companies (organizations).Methods in org.episteme.social.economics that return OrganizationModifier and TypeMethodDescriptionWorker.getOrganization()Returns the organization this worker is employed by.Methods in org.episteme.social.economics that return types with arguments of type OrganizationModifier and TypeMethodDescriptionOrganization.getDepartments()Economy.getOrganizations()Holding.getOrganizations()Returns unmodifiable set of owned organizations.Methods in org.episteme.social.economics with parameters of type OrganizationModifier and TypeMethodDescriptionvoidOrganization.addDepartment(Organization dept) voidEconomy.addOrganization(Organization org) voidHolding.addOrganization(Organization org) voidWorkSituation.addWorker(Individual individual, String function, Organization organization) Adds an individual as a worker to this work situation.voidEconomy.removeOrganization(Organization org) voidHolding.removeOrganization(Organization org) voidWorker.setOrganization(Organization organization) Sets the organization for this worker.Constructors in org.episteme.social.economics with parameters of type OrganizationModifierConstructorDescriptionWorker(Individual individual, Organization organization, String function, Money annualIncome) Creates a new worker.Worker(Individual individual, WorkSituation workSituation, String function, Organization organization) Legacy constructor for work situation compatibility.Constructor parameters in org.episteme.social.economics with type arguments of type OrganizationModifierConstructorDescriptionEconomy(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 Organization in org.episteme.social.economics.money
Methods in org.episteme.social.economics.money that return OrganizationModifier and TypeMethodDescriptionReceipt.getBuyer()Transaction.getBuyer()Share.getCompany()Returns the issuing company.Share.getOrganization()Returns the issuing company.Check.getReceiver()Returns the receiver organization.Receipt.getSeller()Transaction.getSeller()Constructors in org.episteme.social.economics.money with parameters of type OrganizationModifierConstructorDescriptionCheck(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.Receipt(Organization seller, Organization buyer, TimeCoordinate date, Identification id, String description, Money amount) Creates a receipt for a money transaction.Receipt(Organization seller, Organization buyer, TimeCoordinate date, Identification id, String description, Share share, int quantity) Creates a receipt for a share transaction.Share(Set<EconomicAgent> owners, String symbol, Organization company, Money currentValue) Creates a new Share.Transaction(Organization seller, Organization buyer, TimeCoordinate date, Identification id, String description, Money amount) Creates a money transaction.Transaction(Organization seller, Organization buyer, TimeCoordinate date, Identification id, String description, Share share, int quantity) Creates a share transaction. -
Uses of Organization in org.episteme.social.geography
Methods in org.episteme.social.geography that return OrganizationMethods in org.episteme.social.geography with parameters of type Organization -
Uses of Organization in org.episteme.social.history.archeology
Constructors in org.episteme.social.history.archeology with parameters of type OrganizationModifierConstructorDescriptionItem(String name, String description, Organization organization, TimeCoordinate dating, Identification identification, Set<Human> discoverers, TimeCoordinate discoveryDate, Place originalPosition) -
Uses of Organization in org.episteme.social.law
Methods in org.episteme.social.law that return OrganizationModifier and TypeMethodDescriptionLicense.getAuthority()Returns the authority that issued this license.Contract.getFirstParty()Contract.getSecondParty()Methods in org.episteme.social.law with parameters of type OrganizationModifier and TypeMethodDescriptionvoidContract.setFirstParty(Organization firstParty) voidContract.setSecondParty(Organization secondParty) Constructors in org.episteme.social.law with parameters of type OrganizationModifierConstructorDescriptionContract(Organization firstParty, Organization secondParty, String title, TimeCoordinate date, List<String> contents) Creates a new Contract with parties and contents.License(EconomicAgent owner, Organization authority, Identification identification, String right) Creates a new License object with a single initial right.License(EconomicAgent owner, Organization authority, Identification identification, List<String> rights) Creates a new License object with multiple rights. -
Uses of Organization in org.episteme.social.medicine.consultation
Methods in org.episteme.social.medicine.consultation with parameters of type OrganizationModifier and TypeMethodDescriptionvoidMedicalSituation.addDoctor(Individual individual, Organization organization) Adds a doctor to the medical situation.Constructors in org.episteme.social.medicine.consultation with parameters of type OrganizationModifierConstructorDescriptionDoctor(Individual individual, MedicalSituation medicalSituation, String function, Organization organization) Initializes a new Doctor instance with a specific medical function.Doctor(Individual individual, MedicalSituation medicalSituation, Organization organization) Initializes a new Doctor instance with the default function "Doctor". -
Uses of Organization in org.episteme.social.politics
Subclasses of Organization in org.episteme.social.politicsModifier and TypeClassDescriptionclassRepresents a state-managed administrative organization (agency, ministry, police, etc.).classRepresents a political party organized for democratic participation and governance.Methods in org.episteme.social.politics that return types with arguments of type OrganizationModifier and TypeMethodDescriptionNation.getOrganizations()Returns an unmodifiable set of affiliated organizations.Methods in org.episteme.social.politics with parameters of type OrganizationModifier and TypeMethodDescriptionvoidNation.addOrganization(Organization organization) Registers a new organization under the nation's jurisdiction.voidNation.removeOrganization(Organization organization) Unregisters an organization from the nation's jurisdiction.Method parameters in org.episteme.social.politics with type arguments of type OrganizationModifier and TypeMethodDescriptionvoidNation.setOrganizations(Set<Organization> organizations) Overwrites the set of nation-affiliated organizations. -
Uses of Organization in org.episteme.social.sociology
Methods in org.episteme.social.sociology that return OrganizationModifier and TypeMethodDescriptionMasterOfCeremony.getOrganization()Returns the sponsoring organization, if any.Constructors in org.episteme.social.sociology with parameters of type OrganizationModifierConstructorDescriptionMasterOfCeremony(Individual individual, Situation situation, Organization organization) Creates a new MasterOfCeremony.