org.mars_sim.msp.core.resource
Interface Resource

All Superinterfaces:
Comparable<Resource>
All Known Implementing Classes:
AmountResource, ItemResource, Part

public interface Resource
extends Comparable<Resource>

A resource used in the simulation.


Method Summary
 String getName()
          Gets the resource's name
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getName

String getName()
Gets the resource's name

Returns:
name


Copyright © 2009-2013. All Rights Reserved.