|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.economics.Barter
public class Barter
A class representing a transfer of property from one entity to another without the use of money.
| Constructor Summary | |
|---|---|
Barter(EconomicAgent economicAgent1,
java.util.Set agent1Resources,
EconomicAgent economicAgent2,
java.util.Set agent2Resources)
Creates a new Barter object. |
|
| Method Summary | |
|---|---|
void |
barterResources()
DOCUMENT ME! |
java.util.Set |
getAgent1Resources()
DOCUMENT ME! |
java.util.Set |
getAgent2Resources()
DOCUMENT ME! |
EconomicAgent |
getEconomicAgent1()
DOCUMENT ME! |
EconomicAgent |
getEconomicAgent2()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Barter(EconomicAgent economicAgent1,
java.util.Set agent1Resources,
EconomicAgent economicAgent2,
java.util.Set agent2Resources)
economicAgent1 - DOCUMENT ME!agent1Resources - DOCUMENT ME!economicAgent2 - DOCUMENT ME!agent2Resources - DOCUMENT ME!| Method Detail |
|---|
public EconomicAgent getEconomicAgent1()
public java.util.Set getAgent1Resources()
public EconomicAgent getEconomicAgent2()
public java.util.Set getAgent2Resources()
public void barterResources()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||