org.jscience.economics.resources
Class Road
java.lang.Object
org.jscience.economics.PotentialResource
org.jscience.economics.Resource
org.jscience.economics.MaterialResource
org.jscience.economics.resources.Artifact
org.jscience.economics.resources.Road
- All Implemented Interfaces:
- java.io.Serializable, Property, Named, Positioned
public class Road
- extends Artifact
A class representing a built track, namely a road.
- See Also:
- Serialized Form
|
Constructor Summary |
Road(java.lang.String name,
java.lang.String description,
Amount amount,
Community producer,
Place productionPlace,
java.util.Date productionDate,
Identification identification,
Amount<Money> value)
Creates a new Road object. |
|
Method Summary |
com.sun.j3d.utils.behaviors.interpolators.KBRotPosScaleSplinePathInterpolator |
getPath()
DOCUMENT ME! |
void |
setPath(com.sun.j3d.utils.behaviors.interpolators.KBRotPosScaleSplinePathInterpolator path)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Road
public Road(java.lang.String name,
java.lang.String description,
Amount amount,
Community producer,
Place productionPlace,
java.util.Date productionDate,
Identification identification,
Amount<Money> value)
- Creates a new Road object.
- Parameters:
name - DOCUMENT ME!description - DOCUMENT ME!amount - DOCUMENT ME!producer - DOCUMENT ME!productionPlace - DOCUMENT ME!productionDate - DOCUMENT ME!identification - DOCUMENT ME!value - DOCUMENT ME!
getPath
public com.sun.j3d.utils.behaviors.interpolators.KBRotPosScaleSplinePathInterpolator getPath()
- DOCUMENT ME!
- Returns:
- DOCUMENT ME!
setPath
public void setPath(com.sun.j3d.utils.behaviors.interpolators.KBRotPosScaleSplinePathInterpolator path)
- DOCUMENT ME!
- Parameters:
path - DOCUMENT ME!