public class DatabaseCorrelation extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
CORRELATIONMETHOD_CYCLECORRELATION |
static int |
CORRELATIONMETHOD_INDEXFORINDEXCORRELATION |
static int |
CORRELATIONMETHOD_STRETCHEDINDEXCORRELATION |
static int |
CORRELATIONMETHOD_TIMECORRELATION |
static int |
CORRELATIONMETHOD_USERDEFINEDCORRELATION |
Constructor and Description |
---|
DatabaseCorrelation() |
DatabaseCorrelation(DatabaseCorrelation obj) |
DatabaseCorrelation(int nMoreFields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(DatabaseCorrelation obj) |
java.util.Vector |
GetCondensedCycles() |
java.util.Vector |
GetCondensedTimes() |
java.util.Vector |
GetDatabaseCycles() |
java.util.Vector |
GetDatabaseNames() |
java.util.Vector |
GetDatabaseNStates() |
java.util.Vector |
GetDatabaseTimes() |
java.util.Vector |
GetIndices() |
int |
GetMethod() |
java.lang.String |
GetName() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetNumStates() |
int |
Offset()
Returns the offset into the selected table where this state object's fields begin.
|
void |
ReadAtts(int index,
CommunicationBuffer buf)
Reads the specified index's data from the buffer into the object.
|
void |
SetCondensedCycles(java.util.Vector condensedCycles_) |
void |
SetCondensedTimes(java.util.Vector condensedTimes_) |
void |
SetDatabaseCycles(java.util.Vector databaseCycles_) |
void |
SetDatabaseNames(java.util.Vector databaseNames_) |
void |
SetDatabaseNStates(java.util.Vector databaseNStates_) |
void |
SetDatabaseTimes(java.util.Vector databaseTimes_) |
void |
SetIndices(java.util.Vector indices_) |
void |
SetMethod(int method_) |
void |
SetName(java.lang.String name_) |
void |
SetNumStates(int numStates_) |
java.lang.String |
toString(java.lang.String indent) |
void |
WriteAtts(CommunicationBuffer buf)
Writes the selected fields of the object to the buffer.
|
Attach, boolArrayToString, boolToString, boolVectorToString, Detach, doubleArrayToString, doubleToString, doubleVectorToString, floatArrayToString, floatToString, floatVectorToString, GetAttributeId, GetClassName, intArrayToString, intToString, intVectorToString, IsSelected, Notify, NumAttributes, NumAttributesSelected, Read, Select, SelectAll, SetAttributeId, stringToString, stringVectorToString, toString, ucharArrayToString, ucharToString, ucharVectorToString, UnSelectAll, Write, WriteSelect
public static final int CORRELATIONMETHOD_INDEXFORINDEXCORRELATION
public static final int CORRELATIONMETHOD_STRETCHEDINDEXCORRELATION
public static final int CORRELATIONMETHOD_TIMECORRELATION
public static final int CORRELATIONMETHOD_CYCLECORRELATION
public static final int CORRELATIONMETHOD_USERDEFINEDCORRELATION
public DatabaseCorrelation()
public DatabaseCorrelation(int nMoreFields)
public DatabaseCorrelation(DatabaseCorrelation obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(DatabaseCorrelation obj)
public void SetName(java.lang.String name_)
public void SetNumStates(int numStates_)
public void SetMethod(int method_)
public void SetDatabaseNames(java.util.Vector databaseNames_)
public void SetDatabaseNStates(java.util.Vector databaseNStates_)
public void SetDatabaseTimes(java.util.Vector databaseTimes_)
public void SetDatabaseCycles(java.util.Vector databaseCycles_)
public void SetIndices(java.util.Vector indices_)
public void SetCondensedTimes(java.util.Vector condensedTimes_)
public void SetCondensedCycles(java.util.Vector condensedCycles_)
public java.lang.String GetName()
public int GetNumStates()
public int GetMethod()
public java.util.Vector GetDatabaseNames()
public java.util.Vector GetDatabaseNStates()
public java.util.Vector GetDatabaseTimes()
public java.util.Vector GetDatabaseCycles()
public java.util.Vector GetIndices()
public java.util.Vector GetCondensedTimes()
public java.util.Vector GetCondensedCycles()
public void WriteAtts(CommunicationBuffer buf)
AttributeSubject
WriteAtts
in class AttributeSubject
buf
- The communication buffer to which the object will be written.public void ReadAtts(int index, CommunicationBuffer buf)
AttributeSubject
ReadAtts
in class AttributeSubject
buf
- The communication buffer to from which the object will be read.public java.lang.String toString(java.lang.String indent)
toString
in class AttributeSubject