edu.iris.Fissures.IfDataSetMgr
Interface DataSetAccess

All Superinterfaces:
AuditSystemAccess, org.omg.CORBA.portable.IDLEntity, java.io.Serializable
All Known Subinterfaces:
DataSet, RemoteDataSet, RemoteDataSetAccess, RemoteDataSetAccessOperations, RemoteDataSetOperations
All Known Implementing Classes:
_DataSetAccessStub, _DataSetStub, _RemoteDataSetAccessStub, _RemoteDataSetStub, LocalDataSet, RemoteDataSetAccessPOA, RemoteDataSetAccessPOATie, RemoteDataSetPOA, RemoteDataSetPOATie

public interface DataSetAccess
extends AuditSystemAccess, org.omg.CORBA.portable.IDLEntity


Method Summary
 DataSet a_writeable()
          Navigation to a reference that allows updates
 DataSetAttr get_attributes()
          Retrieve the attributes
 DataSetAccess[] get_datasets()
          Retrieve the dataset that are children of this dataset
 MotionVectorNode[] get_motion_vectors()
          Retrieve the motion vectors that are children of this dataset.
 SeismogramNode[] get_seismograms()
          Retrieve the seismograms that are children of this dataset
 LocalDataSet localize()
          Retrieve a local copy of this dataset
 ParameterComponent parm_svc()
          Defines the ParameterMgr where parameters for this DataSet reside
 
Methods inherited from interface edu.iris.Fissures.AuditSystemAccess
get_audit_trail
 

Method Detail

a_writeable

DataSet a_writeable()
Navigation to a reference that allows updates


parm_svc

ParameterComponent parm_svc()
Defines the ParameterMgr where parameters for this DataSet reside


localize

LocalDataSet localize()
Retrieve a local copy of this dataset


get_attributes

DataSetAttr get_attributes()
Retrieve the attributes


get_datasets

DataSetAccess[] get_datasets()
Retrieve the dataset that are children of this dataset


get_motion_vectors

MotionVectorNode[] get_motion_vectors()
Retrieve the motion vectors that are children of this dataset.


get_seismograms

SeismogramNode[] get_seismograms()
Retrieve the seismograms that are children of this dataset