|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.measure.MeasureInstrument
public class MeasureInstrument
The MeasureInstrument class is the base class for physical instruments.
| Constructor Summary | |
|---|---|
MeasureInstrument(java.lang.String name,
Identification identification,
Place place)
Creates a new MeasureInstrument object. |
|
| Method Summary | |
|---|---|
Identification |
getIdentification()
DOCUMENT ME! |
java.lang.String |
getName()
DOCUMENT ME! |
Place |
getPosition()
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MeasureInstrument(java.lang.String name,
Identification identification,
Place place)
name - DOCUMENT ME!identification - DOCUMENT ME!place - DOCUMENT ME!
java.lang.IllegalArgumentException - DOCUMENT ME!| Method Detail |
|---|
public java.lang.String getName()
getName in interface Namedpublic Identification getIdentification()
getIdentification in interface Identifiedpublic Place getPosition()
getPosition in interface Positioned
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||