|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceException | |
---|---|
org.mars_sim.msp.simulation.resource | Contains classes for resource specific items. |
Uses of ResourceException in org.mars_sim.msp.simulation.resource |
---|
Methods in org.mars_sim.msp.simulation.resource that throw ResourceException | |
---|---|
void |
AmountResourceStorage.addAmountResourcePhaseCapacity(Phase phase,
double capacity)
Adds capacity for a resource phase. |
void |
AmountResourceStorage.addAmountResourceTypeCapacity(AmountResource resource,
double capacity)
Adds capacity for a resource type. |
static AmountResource |
AmountResource.findAmountResource(java.lang.String name)
Finds an amount resource by name. |
static ItemResource |
ItemResource.findItemResource(java.lang.String name)
Finds an item resource by name. |
void |
AmountResourceStorage.retrieveAmountResource(AmountResource resource,
double amount)
Retrieves an amount of a resource from storage. |
void |
AmountResourceStorage.storeAmountResource(AmountResource resource,
double amount)
Store an amount of a resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |