mds.data.CTX Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mdsplus-api Show documentation
Show all versions of mdsplus-api Show documentation
MDSplus interface (via lib or mdsip).
package mds.data;
import mds.Mds;
import mds.data.descriptor_s.Pointer;
public interface CTX
{
public Pointer getDbid();
public Mds getMds();
}