edu.iris.Fissures.dataSetMgr
Class MotionVectorNodeImpl
java.lang.Object
edu.iris.Fissures.IfDataSetMgr.MotionVectorNode
edu.iris.Fissures.dataSetMgr.MotionVectorNodeImpl
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity, org.omg.CORBA.portable.Streamable, org.omg.CORBA.portable.StreamableValue, org.omg.CORBA.portable.ValueBase
public class MotionVectorNodeImpl
- extends edu.iris.Fissures.IfDataSetMgr.MotionVectorNode
MotionVectorNodeImpl.java
Created: Thu Dec 6 19:10:19 2001
- See Also:
- Serialized Form
Fields inherited from class edu.iris.Fissures.IfDataSetMgr.MotionVectorNode |
id, parm_ids, seismograms |
Constructor Summary |
protected |
MotionVectorNodeImpl()
|
|
MotionVectorNodeImpl(java.lang.String id,
edu.iris.Fissures.IfSeismogramMgr.Seismogram[] seismograms,
edu.iris.Fissures.IfParameterMgr.ParameterRef[] parm_ids)
|
Method Summary |
static java.io.Serializable |
createEmpty()
A factory method to create an empty LocalDataSetImpl. |
java.lang.String |
get_id()
|
Methods inherited from class edu.iris.Fissures.IfDataSetMgr.MotionVectorNode |
_read, _truncatable_ids, _type, _write |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MotionVectorNodeImpl
protected MotionVectorNodeImpl()
MotionVectorNodeImpl
public MotionVectorNodeImpl(java.lang.String id,
edu.iris.Fissures.IfSeismogramMgr.Seismogram[] seismograms,
edu.iris.Fissures.IfParameterMgr.ParameterRef[] parm_ids)
createEmpty
public static java.io.Serializable createEmpty()
- A factory method to create an empty LocalDataSetImpl.
This is to be used only by the ORB for unmarshelling
valuetypes that have been sent via IIOP.
get_id
public java.lang.String get_id()
- Specified by:
get_id
in class edu.iris.Fissures.IfDataSetMgr.MotionVectorNode