| Package | Description |
|---|---|
| MDSplus |
| Modifier and Type | Method and Description |
|---|---|
TreeNode |
TreeNode.addDevice(String name,
String type)
Add a devive intance to the tree open for edit.
|
void |
Tree.addDevice(String name,
String type)
Add a new device instance to the tree open for edit.
|
TreeNode |
TreeNode.addNode(String name,
String usage)
Add a node to the tree open for edit.
|
TreeNode |
Tree.addNode(String name,
String usage)
Add a new node to the tree open for edit.
|
void |
TreeNode.addTag(String tagName)
Add a tag to this node in the tree open for edit.
|
void |
TreeNode.beginSegment(Data start,
Data end,
Data dim,
Array initData)
Begin a new data segment
|
void |
TreeNode.beginTimestampedSegment(Array initData)
Begin a timestamted segment
|
void |
PutMany.checkStatus(String path) |
void |
TreeNode.clearNciFlag(int flagId) |
void |
Tree.close() |
void |
Connection.closeAllTree() |
void |
Connection.closeTree(int sockId) |
void |
Connection.closeTree(String name,
int shot) |
boolean |
TreeNode.containsVersions()
Return true if the node contains versions
|
void |
Tree.createPulse(int pulseShot)
Create a new pulse file
|
void |
TreeNode.deleteData()
Delete data associaed with this node
|
void |
Tree.deleteNode(String name)
Delete the node and its descendants from the tree open for edit.
|
void |
Tree.deletePulse(int pulseShot)
Delete a pulse file.
|
int |
TreeNode.doAction() |
void |
TreeNode.doMethod(String method)
Do specified method for this node (valid only if it belongs to a conglomerae)
|
void |
Tree.edit() |
void |
GetMany.execute() |
void |
PutMany.execute() |
String[] |
TreeNode.findTags()
Get the (list of) tags for this node
|
String[] |
Tree.findTags(String wild)
Returns the list of tags matching the specified wild name.
|
Data |
Connection.get(int sockId,
String expr,
Data[] args) |
Data |
GetMany.get(String name) |
Data |
Connection.get(String expr) |
Data |
Connection.get(String expr,
Data[] args) |
TreeNode |
TreeNode.getBrother()
Return next sibling.
|
byte |
Uint8.getByte() |
byte |
Int8.getByte() |
byte |
Ident.getByte() |
byte |
Int16.getByte() |
byte |
Data.getByte()
Convert this data into a byte.
|
byte |
Int64.getByte() |
byte |
Uint16.getByte() |
byte |
Float64.getByte() |
byte |
Float32.getByte() |
byte |
Int32.getByte() |
byte |
String.getByte() |
byte |
Uint64.getByte() |
byte |
Uint32.getByte() |
byte[] |
Uint8.getByteArray()
Convert this data into a byte array.
|
byte[] |
Int8.getByteArray()
Convert this data into a byte array.
|
byte[] |
Ident.getByteArray()
Convert this data into a byte array.
|
byte[] |
Int16.getByteArray()
Convert this data into a byte array.
|
byte[] |
Data.getByteArray()
Convert this data into a byte array.
|
byte[] |
Int64.getByteArray()
Convert this data into a byte array.
|
byte[] |
Uint16.getByteArray()
Convert this data into a byte array.
|
byte[] |
Float64.getByteArray()
Convert this data into a byte array.
|
byte[] |
Float32.getByteArray()
Convert this data into a byte array.
|
byte[] |
Int32.getByteArray()
Convert this data into a byte array.
|
byte[] |
String.getByteArray()
Convert this data into a byte array.
|
byte[] |
Uint64.getByteArray()
Convert this data into a byte array.
|
byte[] |
Uint32.getByteArray()
Convert this data into a byte array.
|
byte[] |
StringArray.getByteArray() |
TreeNode |
TreeNode.getChild()
Get the first child of this node
|
TreeNodeArray |
TreeNode.getChildren()
Get all che child nodes for this node
|
int |
TreeNode.getCompressedLength()
Return the size in bytes of (possibly compressed) associated data
|
int[] |
TreeNodeArray.getCompressedLength() |
int |
TreeNode.getConglomerateElt()
Get index of the node in the corresponding conglomerate
|
TreeNodeArray |
TreeNode.getConglomerateNodes()
Return the array of nodes corresponding to the elements of the conglomeate to
which the node belongs
|
protected long |
Tree.getCtx() |
int |
Tree.getCurrent()
Return the current shot for that tree.
|
Data |
TreeNode.getData()
Get Data for this node
|
static TreeNode |
TreeNode.getData(int nid) |
static TreeNode |
TreeNode.getData(int nid,
Data help,
Data units,
Data error,
Data validation) |
static Data |
TreePath.getData(String path,
Data help,
Data units,
Data error,
Data validation) |
long |
Tree.getDatafileSize() |
String |
TreeNode.getDclass()
return data class as a java.lang.String
|
TreeNode |
Tree.getDefault()
Get the TreeNode for the default node.
|
int |
TreeNode.getDepth()
Return the depth of the node in the tree
|
TreeNodeArray |
TreeNode.getDescendants()
Get all the descendant (members + children)for this node
|
double |
Uint8.getDouble()
Convert this data into a double.
|
double |
Int8.getDouble()
Convert this data into a double.
|
double |
Ident.getDouble()
Convert this data into a double.
|
double |
Int16.getDouble()
Convert this data into a double.
|
double |
Data.getDouble()
Convert this data into a double.
|
double |
Int64.getDouble()
Convert this data into a double.
|
double |
Uint16.getDouble()
Convert this data into a double.
|
double |
Float64.getDouble()
Convert this data into a double.
|
double |
Float32.getDouble()
Convert this data into a double.
|
double |
Int32.getDouble()
Convert this data into a double.
|
double |
String.getDouble()
Convert this data into a double.
|
double |
Uint64.getDouble()
Convert this data into a double.
|
double |
Uint32.getDouble()
Convert this data into a double.
|
double[] |
Uint8.getDoubleArray()
Convert this data into a long array.
|
double[] |
Int8.getDoubleArray()
Convert this data into a long array.
|
double[] |
Ident.getDoubleArray()
Convert this data into a long array.
|
double[] |
Int16.getDoubleArray()
Convert this data into a long array.
|
double[] |
Data.getDoubleArray()
Convert this data into a long array.
|
double[] |
Int64.getDoubleArray()
Convert this data into a long array.
|
double[] |
Uint16.getDoubleArray()
Convert this data into a long array.
|
double[] |
Float64.getDoubleArray()
Convert this data into a long array.
|
double[] |
Float32.getDoubleArray()
Convert this data into a long array.
|
double[] |
Int32.getDoubleArray()
Convert this data into a long array.
|
double[] |
String.getDoubleArray()
Convert this data into a long array.
|
double[] |
Uint64.getDoubleArray()
Convert this data into a long array.
|
double[] |
Uint32.getDoubleArray()
Convert this data into a long array.
|
double[] |
StringArray.getDoubleArray() |
String |
TreeNode.getDtype()
return data type as a java.lang.String
|
Data |
Array.getElementAt(int[] getDims)
Return a single element, if the passed number of dimension is equals to the
dimension of dims field.
|
Data |
TreeNode.getExtendedAttribute(String name)
Get Extended Attribute
|
int |
TreeNode.getFlags()
Return the flag word
|
float |
Uint8.getFloat()
Convert this data into a float.
|
float |
Int8.getFloat()
Convert this data into a float.
|
float |
Ident.getFloat()
Convert this data into a float.
|
float |
Int16.getFloat()
Convert this data into a float.
|
float |
Data.getFloat()
Convert this data into a float.
|
float |
Int64.getFloat()
Convert this data into a float.
|
float |
Uint16.getFloat()
Convert this data into a float.
|
float |
Float64.getFloat()
Convert this data into a float.
|
float |
Float32.getFloat()
Convert this data into a float.
|
float |
Int32.getFloat()
Convert this data into a float.
|
float |
String.getFloat()
Convert this data into a float.
|
float |
Uint64.getFloat()
Convert this data into a float.
|
float |
Uint32.getFloat()
Convert this data into a float.
|
float[] |
Uint8.getFloatArray()
Convert this data into a float array.
|
float[] |
Int8.getFloatArray()
Convert this data into a float array.
|
float[] |
Ident.getFloatArray()
Convert this data into a float array.
|
float[] |
Int16.getFloatArray()
Convert this data into a float array.
|
float[] |
Data.getFloatArray()
Convert this data into a float array.
|
float[] |
Int64.getFloatArray()
Convert this data into a float array.
|
float[] |
Uint16.getFloatArray()
Convert this data into a float array.
|
float[] |
Float64.getFloatArray()
Convert this data into a float array.
|
float[] |
Float32.getFloatArray()
Convert this data into a float array.
|
float[] |
Int32.getFloatArray()
Convert this data into a float array.
|
float[] |
String.getFloatArray()
Convert this data into a float array.
|
float[] |
Uint64.getFloatArray()
Convert this data into a float array.
|
float[] |
Uint32.getFloatArray()
Convert this data into a float array.
|
float[] |
StringArray.getFloatArray() |
String |
TreeNode.getFullPath()
Get the full node pathname
|
String[] |
TreeNodeArray.getFullPath() |
int |
Uint8.getInt()
Convert this data into a int.
|
int |
Int8.getInt()
Convert this data into a int.
|
int |
Ident.getInt()
Convert this data into a int.
|
int |
Int16.getInt()
Convert this data into a int.
|
int |
Data.getInt()
Convert this data into a int.
|
int |
Int64.getInt()
Convert this data into a int.
|
int |
Uint16.getInt()
Convert this data into a int.
|
int |
Float64.getInt()
Convert this data into a int.
|
int |
Float32.getInt()
Convert this data into a int.
|
int |
Int32.getInt()
Convert this data into a int.
|
int |
String.getInt()
Convert this data into a int.
|
int |
Uint64.getInt()
Convert this data into a int.
|
int |
Uint32.getInt()
Convert this data into a int.
|
int[] |
Uint8.getIntArray()
Convert this data into a int array.
|
int[] |
Int8.getIntArray()
Convert this data into a int array.
|
int[] |
Ident.getIntArray()
Convert this data into a int array.
|
int[] |
Int16.getIntArray()
Convert this data into a int array.
|
int[] |
Data.getIntArray()
Convert this data into a int array.
|
int[] |
Int64.getIntArray()
Convert this data into a int array.
|
int[] |
Uint16.getIntArray()
Convert this data into a int array.
|
int[] |
Float64.getIntArray()
Convert this data into a int array.
|
int[] |
Float32.getIntArray()
Convert this data into a int array.
|
int[] |
Int32.getIntArray()
Convert this data into a int array.
|
int[] |
String.getIntArray()
Convert this data into a int array.
|
int[] |
Uint64.getIntArray()
Convert this data into a int array.
|
int[] |
Uint32.getIntArray()
Convert this data into a int array.
|
int[] |
StringArray.getIntArray() |
int |
TreeNode.getLength()
Return the length in bytes of the contained data
|
int[] |
TreeNodeArray.getLength() |
long |
Uint8.getLong()
Convert this data into a long.
|
long |
Int8.getLong()
Convert this data into a long.
|
long |
Ident.getLong()
Convert this data into a long.
|
long |
Int16.getLong()
Convert this data into a long.
|
long |
Data.getLong()
Convert this data into a long.
|
long |
Int64.getLong()
Convert this data into a long.
|
long |
Uint16.getLong()
Convert this data into a long.
|
long |
Float64.getLong()
Convert this data into a long.
|
long |
Float32.getLong()
Convert this data into a long.
|
long |
Int32.getLong()
Convert this data into a long.
|
long |
String.getLong()
Convert this data into a long.
|
long |
Uint64.getLong()
Convert this data into a long.
|
long |
Uint32.getLong()
Convert this data into a long.
|
long[] |
Uint8.getLongArray()
Convert this data into a long array.
|
long[] |
Int8.getLongArray()
Convert this data into a long array.
|
long[] |
Ident.getLongArray()
Convert this data into a long array.
|
long[] |
Int16.getLongArray()
Convert this data into a long array.
|
long[] |
Data.getLongArray()
Convert this data into a long array.
|
long[] |
Int64.getLongArray()
Convert this data into a long array.
|
long[] |
Uint16.getLongArray()
Convert this data into a long array.
|
long[] |
Float64.getLongArray()
Convert this data into a long array.
|
long[] |
Float32.getLongArray()
Convert this data into a long array.
|
long[] |
Int32.getLongArray()
Convert this data into a long array.
|
long[] |
String.getLongArray()
Convert this data into a long array.
|
long[] |
Uint64.getLongArray()
Convert this data into a long array.
|
long[] |
Uint32.getLongArray()
Convert this data into a long array.
|
long[] |
StringArray.getLongArray() |
TreeNode |
TreeNode.getMember()
Get the first member of this node
|
TreeNodeArray |
TreeNode.getMembers()
Return all the members of this node
|
String |
TreeNode.getMinPath()
Get the minimum path name for this node
|
boolean |
TreeNode.getNciFlag(int flagId) |
int |
TreeNode.getNciFlags() |
int |
TreeNode.getNid()
Get Node Identifier
|
int[] |
TreeNodeArray.getNid() |
TreeNode |
Tree.getNode(int nid)
Returns the TreeNode for the data item whose internal address (nid) is passed
as argument.
|
TreeNode |
Tree.getNode(String path)
Return TreeNode for the data item corresponding to the passed pathname
|
TreeNode |
Tree.getNode(TreePath path)
Return the TreeNode for the data itemspecified by the passed TreePath
instance.
|
String |
TreeNode.getNodeName()
Get the name of this node (not its path)
|
TreeNodeArray |
Tree.getNodeWild(String path)
Return the TreeNode array for all the successor nodes of the specified usage
with respect of the passed path.
|
TreeNodeArray |
Tree.getNodeWild(String path,
int usage) |
TreeNodeArray |
Tree.getNodeWild(String path,
String usage) |
int |
TreeNode.getNumChildren()
Get the number of children for this node
|
int |
TreeNode.getNumDescendants()
Get the number of all descendants (members + children)fir this node
|
int |
TreeNode.getNumElts()
Return the number of the elements for the conglomerate to which the node
belongs
|
int |
TreeNode.getNumMembers()
Get the number of members for this node
|
int |
TreeNode.getNumSegments()
Get the num,ber of segments
|
String |
TreeNode.getOriginalPartName()
Return the original path within the conglomerate to thich the node belongs
|
int |
TreeNode.getOwnerId()
Return the Group/Id of the last writer for that node
|
TreeNode |
TreeNode.getParent()
Get the parent of this node
|
String |
TreeNode.getPath()
Get the path name for this node
|
String[] |
TreeNodeArray.getPath() |
protected Array |
Uint16Array.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
protected Array |
Int32Array.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
protected Array |
Int16Array.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
protected Array |
Uint32Array.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
protected abstract Array |
Array.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
protected Array |
Int8Array.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
protected Array |
Uint64Array.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
protected Array |
Int64Array.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
protected Array |
Uint8Array.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
protected Array |
Float32Array.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
protected Array |
Float64Array.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
protected Array |
StringArray.getPortionAt(int startIdx,
int[] newDims,
int newSize) |
Array |
TreeNode.getSegment(int idx)
Get data form the selectede segment
|
Data |
TreeNode.getSegmentDim(int idx) |
Data |
TreeNode.getSegmentEnd(int idx)
Get end time for that segment
|
Data |
TreeNode.getSegmentStart(int idx)
Get start time fopr that segment
|
int[] |
Data.getShape()
Get the array dimensions as an integer array.
|
short |
Uint8.getShort()
Convert this data into a short.
|
short |
Int8.getShort()
Convert this data into a short.
|
short |
Ident.getShort()
Convert this data into a short.
|
short |
Int16.getShort()
Convert this data into a short.
|
short |
Data.getShort()
Convert this data into a short.
|
short |
Int64.getShort()
Convert this data into a short.
|
short |
Uint16.getShort()
Convert this data into a short.
|
short |
Float64.getShort()
Convert this data into a short.
|
short |
Float32.getShort()
Convert this data into a short.
|
short |
Int32.getShort()
Convert this data into a short.
|
short |
String.getShort()
Convert this data into a short.
|
short |
Uint64.getShort()
Convert this data into a short.
|
short |
Uint32.getShort()
Convert this data into a short.
|
short[] |
Uint8.getShortArray()
Convert this data into a short array.
|
short[] |
Int8.getShortArray()
Convert this data into a short array.
|
short[] |
Ident.getShortArray()
Convert this data into a short array.
|
short[] |
Int16.getShortArray()
Convert this data into a short array.
|
short[] |
Data.getShortArray()
Convert this data into a short array.
|
short[] |
Int64.getShortArray()
Convert this data into a short array.
|
short[] |
Uint16.getShortArray()
Convert this data into a short array.
|
short[] |
Float64.getShortArray()
Convert this data into a short array.
|
short[] |
Float32.getShortArray()
Convert this data into a short array.
|
short[] |
Int32.getShortArray()
Convert this data into a short array.
|
short[] |
String.getShortArray()
Convert this data into a short array.
|
short[] |
Uint64.getShortArray()
Convert this data into a short array.
|
short[] |
Uint32.getShortArray()
Convert this data into a short array.
|
short[] |
StringArray.getShortArray() |
int |
TreeNode.getStatus()
Return the status of the completed action (if the node contains ActionData)
|
String |
Data.getString()
Convert this data into a STRING.
|
String[] |
Uint16Array.getStringArray() |
String[] |
Int32Array.getStringArray() |
String[] |
Int16Array.getStringArray() |
String[] |
Data.getStringArray() |
String[] |
Uint32Array.getStringArray() |
String[] |
Int8Array.getStringArray() |
String[] |
Uint64Array.getStringArray() |
String[] |
Int64Array.getStringArray() |
String[] |
Uint8Array.getStringArray() |
String[] |
Float32Array.getStringArray() |
String[] |
Float64Array.getStringArray() |
long |
TreeNode.getTimeInserted()
Get the time of the last data insertion
|
String |
TreeNode.getUsage()
Get the node usage as a string
|
String[] |
TreeNodeArray.getUsage() |
void |
Connection.initialize(String mdsipAddr) |
void |
List.insert(int idx,
Data data) |
boolean |
TreeNode.isChild()
Return true is the node is a child node
|
boolean |
TreeNode.isCompressible()
Return true if node is compressible.
|
boolean |
TreeNode.isCompressOnPut()
Return true if data has to be comressed when written.
|
boolean[] |
TreeNodeArray.isCompressOnPut() |
boolean |
TreeNode.isCompressSegments()
Return true if segmented node is compressible.
|
boolean |
TreeNode.isEssential()
Return true id the node is essential (action necessary in dispatching)
|
boolean |
TreeNode.isIncludedInPulse()
Return true if the underlying subtree is included in the pulse file
|
boolean |
TreeNode.isIncludeInPulse() |
boolean |
TreeNode.isMember()
Return true id the node is a member node
|
boolean |
Tree.isModified() |
boolean |
TreeNode.isNoWriteModel()
Return true if this node cannot be written in the model
|
boolean[] |
TreeNodeArray.isNoWriteModel() |
void |
TreeNodeArray.isNoWriteModel(boolean[] wmodel) |
boolean |
TreeNode.isNoWriteShot()
Return true if this node cannot be written in pulse files
|
boolean[] |
TreeNodeArray.isNoWriteShot() |
void |
TreeNodeArray.isNoWriteShot(boolean[] wshot) |
boolean |
TreeNode.isOn()
Return true if the node is On
|
boolean[] |
TreeNodeArray.isOn() |
boolean |
Tree.isOpenForEdit() |
boolean |
TreeNode.isParentOff()
Return true if node parent is off
|
boolean |
Tree.isReadOnly() |
boolean |
TreeNode.isSegmented()
Return true if the node contains segmented data
|
boolean |
TreeNode.isSetup()
Return true if this is setup data (i.e.
|
boolean[] |
TreeNodeArray.isSetup() |
boolean |
TreeNode.isWriteOnce()
Return true if it is only allowed to write once on this node
|
boolean[] |
TreeNodeArray.isWriteOnce() |
void |
TreeNode.makeSegment(Data start,
Data end,
Data dim,
Array initData) |
void |
TreeNode.makeTimestampedSegment(Data data,
long[] times) |
void |
TreeNode.move(TreeNode parent) |
void |
TreeNode.move(TreeNode parent,
String newName) |
void |
Tree.normal()
Open the tree for editing.
|
void |
Connection.openTree(int sockId,
String name,
int shot) |
void |
Connection.openTree(String name,
int shot) |
void |
Connection.put(int sockId,
String path,
String expr,
Data[] args) |
void |
Connection.put(String path,
Data data) |
void |
Connection.put(String path,
String expr) |
void |
Connection.put(String path,
String expr,
Data[] args) |
void |
TreeNode.putData(byte d) |
void |
TreeNode.putData(byte[] d) |
void |
TreeNode.putData(Data data)
Write data for this node
|
void |
TreeNode.putData(double d) |
void |
TreeNode.putData(double[] d) |
void |
TreeNode.putData(float d) |
void |
TreeNode.putData(float[] d) |
void |
TreeNode.putData(int d) |
void |
TreeNode.putData(int[] d) |
void |
TreeNode.putData(long d) |
void |
TreeNode.putData(long[] d) |
void |
TreeNode.putData(short d) |
void |
TreeNode.putData(short[] d) |
void |
TreeNode.putData(String d) |
void |
TreeNode.putData(String[] d) |
void |
TreeNode.putRow(Data row,
long time) |
void |
TreeNode.putRow(Data row,
long time,
int size)
Writre a single row of timestamped data
|
void |
TreeNode.putSegment(Array data,
int offset)
Write (part of) data segment
|
void |
TreeNode.putTimestampedSegment(Data data,
long[] times)
Write (part of)data in a timestamped segment
|
void |
Tree.quit()
quit editing session.
|
void |
Tree.readonly() |
void |
TreeNode.remove(String name)
Removes a node and its descendands from the tree open for edit.
|
void |
TreeNode.removeTag(String tagName)
Remove a tag to this node in the tree open for edit.
|
void |
Tree.removeTag(String tag) |
void |
TreeNode.rename(String newName)
Rename a node in edit.
|
protected void |
TreeNode.resolveNid() |
protected void |
TreePath.resolveNid() |
static void |
Tree.setActiveTree(Tree tree)
Set the oassed tree as the active one
|
void |
TreeNode.setCompressible(boolean flag)
Node is compressible
|
void |
TreeNode.setCompressOnPut(boolean flag)
Node is compressible
|
void |
TreeNodeArray.setCompressOnPut(boolean[] compress) |
void |
TreeNode.setCompressSegments(boolean flag)
Segmented Node is compressible
|
void |
Tree.setCurrent()
Set the current tree and shot.
|
static void |
Tree.setCurrent(String name,
int shot) |
void |
Connection.setDefault(int sockId,
String path) |
void |
Connection.setDefault(String path) |
void |
Tree.setDefault(TreeNode node)
Set the default position in the tree.
|
void |
Array.setElementAt(int[] setDims,
Data data) |
void |
Uint16Array.setElementAt(int idx,
Data data) |
void |
Int32Array.setElementAt(int idx,
Data data) |
void |
Int16Array.setElementAt(int idx,
Data data) |
void |
Uint32Array.setElementAt(int idx,
Data data) |
abstract void |
Array.setElementAt(int idx,
Data data) |
void |
Int8Array.setElementAt(int idx,
Data data) |
void |
Uint64Array.setElementAt(int idx,
Data data) |
void |
Int64Array.setElementAt(int idx,
Data data) |
void |
Uint8Array.setElementAt(int idx,
Data data) |
void |
Float32Array.setElementAt(int idx,
Data data) |
void |
Float64Array.setElementAt(int idx,
Data data) |
void |
StringArray.setElementAt(int idx,
Data data) |
void |
TreeNode.setEssential(boolean flag)
Set essential flag
|
void |
TreeNode.setExtendedAttribute(String name,
Data val)
Set Extended Attribute
|
void |
TreeNode.setIncludedInPulse(boolean flag)
Set includeInPulse flag
|
void |
TreeNode.setIncludeInPulse(boolean flag) |
void |
TreeNode.setNciFlag(int flagId) |
void |
TreeNode.setNciFlags(int flags) |
void |
TreeNode.setNoWriteModel(boolean noWriteModel)
Set NoWriteModel flag
|
void |
TreeNode.setNoWriteShot(boolean noWriteShot) |
void |
TreeNode.setOn(boolean on)
Set on/off for that node
|
void |
TreeNodeArray.setOn(boolean[] on) |
protected void |
Uint16Array.setPortionAt(Array data,
int startIdx,
int size) |
protected void |
Int32Array.setPortionAt(Array data,
int startIdx,
int size) |
protected void |
Int16Array.setPortionAt(Array data,
int startIdx,
int size) |
protected void |
Uint32Array.setPortionAt(Array data,
int startIdx,
int size) |
protected abstract void |
Array.setPortionAt(Array data,
int startIdx,
int size) |
protected void |
Int8Array.setPortionAt(Array data,
int startIdx,
int size) |
protected void |
Uint64Array.setPortionAt(Array data,
int startIdx,
int size) |
protected void |
Int64Array.setPortionAt(Array data,
int startIdx,
int size) |
protected void |
Uint8Array.setPortionAt(Array data,
int startIdx,
int size) |
protected void |
Float32Array.setPortionAt(Array data,
int startIdx,
int size) |
protected void |
Float64Array.setPortionAt(Array data,
int startIdx,
int size) |
protected void |
StringArray.setPortionAt(Array data,
int startIdx,
int size) |
void |
Array.setShape(int[] newDims) |
void |
TreeNode.setSubtree(boolean isSubtree)
Derclare this node to be a reference to a (separate) subtree in the tree open
for edit.
|
void |
Tree.setTimeContext(Data start,
Data end,
Data delta)
Set the current time context.
|
void |
Tree.setVersionsInModel(boolean enabled) |
void |
Tree.setVersionsInPulse(boolean enabled) |
void |
Tree.setViewDate(Date date)
Set the version date: all read data will refer to the version active to that
date.
|
void |
TreeNode.setWriteOnce(boolean writeOnce)
Set WriteOnce flag
|
void |
TreeNodeArray.setWriteOnce(boolean[] wonce) |
void |
TreeNode.updateSegment(int segmentOffset,
Data start,
Data end,
Data dim)
Update start, end time and dimension for the specified segment
|
boolean |
Tree.versionsInModelEnabled()
Returns true if the tree supports versioning in model.
|
boolean |
Tree.versionsInPulseEnabled()
Returns true if the tree supports versioning in pulse.
|
Data |
Event.waitData(int milliseconds) |
void |
Tree.write()
Write the tree under edit.
|
| Constructor and Description |
|---|
Connection(String mdsipAddr) |
Event(String name) |
EventStream() |
EventStream(String streamName) |
Float32Array(float[][] inDatum) |
Float32Array(float[][][] inDatum) |
Float32Array(float[] inDatum,
int[] dims) |
Float32Array(float[] inDatum,
int[] dims,
Data help,
Data units,
Data error,
Data validation) |
Float64Array(double[][] inDatum) |
Float64Array(double[][][] inDatum) |
Float64Array(double[] inDatum,
int[] dims) |
Float64Array(double[] inDatum,
int[] dims,
Data help,
Data units,
Data error,
Data validation) |
Int16Array(short[][] inDatum) |
Int16Array(short[][][] inDatum) |
Int16Array(short[] inDatum,
int[] dims) |
Int16Array(short[] inDatum,
int[] dims,
Data help,
Data units,
Data error,
Data validation) |
Int32Array(int[][] inDatum) |
Int32Array(int[][][] inDatum) |
Int32Array(int[] inDatum,
int[] dims) |
Int32Array(int[] inDatum,
int[] dims,
Data help,
Data units,
Data error,
Data validation) |
Int64Array(long[][] inDatum) |
Int64Array(long[][][] inDatum) |
Int64Array(long[] inDatum,
int[] dims) |
Int64Array(long[] inDatum,
int[] dims,
Data help,
Data units,
Data error,
Data validation) |
Int8Array(byte[][] inDatum) |
Int8Array(byte[][][] inDatum) |
Int8Array(byte[] inDatum,
int[] dims) |
Int8Array(byte[] inDatum,
int[] dims,
Data help,
Data units,
Data error,
Data validation) |
REvent(String evName) |
StringArray(String[] inDatum,
int[] dims) |
StringArray(String[] inDatum,
int[] dims,
Data help,
Data units,
Data error,
Data validation) |
Tree(String name,
int shot) |
Tree(String name,
int shot,
String mode) |
TreeNode(Data help,
Data units,
Data error,
Data validation) |
TreeNode(int nid) |
TreeNode(int nid,
Data help,
Data units,
Data error,
Data validation) |
TreeNode(int nid,
Tree tree) |
TreeNodeArray(int[] nids,
Tree tree) |
TreePath(String path) |
TreePath(String path,
Data help,
Data units,
Data error,
Data validation) |
TreePath(String path,
Tree tree) |
TreePath(String path,
Tree tree,
Data help,
Data units,
Data error,
Data validation) |
Uint16Array(short[] inDatum,
int[] dims) |
Uint16Array(short[] inDatum,
int[] dims,
Data help,
Data units,
Data error,
Data validation) |
Uint32Array(int[] inDatum,
int[] dims) |
Uint32Array(int[] inDatum,
int[] dims,
Data help,
Data units,
Data error,
Data validation) |
Uint64Array(long[] inDatum,
int[] dims) |
Uint64Array(long[] inDatum,
int[] dims,
Data help,
Data units,
Data error,
Data validation) |
Uint8Array(byte[] inDatum,
int[] dims) |
Uint8Array(byte[] inDatum,
int[] dims,
Data help,
Data units,
Data error,
Data validation) |
Copyright © 2021. All rights reserved.