|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthep.aida.ref.event.AIDAObservable
hep.aida.ref.ManagedObject
hep.aida.ref.tuple.AbstractTuple
hep.aida.ref.tuple.ReadOnlyAbstractTuple
public abstract class ReadOnlyAbstractTuple
Base class for read only tuples. This implements all methods which modify the tuple to throw exceptions.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class hep.aida.ref.tuple.AbstractTuple |
|---|
AbstractTuple.AbstractTupleColumnFactory |
| Field Summary |
|---|
| Fields inherited from interface hep.aida.ref.tuple.FTuple |
|---|
ROWS_UNKNOWN |
| Constructor Summary | |
|---|---|
ReadOnlyAbstractTuple(String name,
String options)
|
|
ReadOnlyAbstractTuple(String name,
String title,
String options)
|
|
| Method Summary | |
|---|---|
void |
addRow()
Add the current row to the ITuple. |
void |
fill(int index,
org.freehep.util.Value value)
|
void |
reset()
Reset the ITuple. |
void |
resetRow()
Clear the current(not yet added) row. |
| Methods inherited from class hep.aida.ref.ManagedObject |
|---|
isFillable, name, setFillable, setName, type, typeForClass |
| Methods inherited from class hep.aida.ref.event.AIDAObservable |
|---|
addListener, isConnected, removeAllListeners, removeListener, setConnected, setValid, setValidForAll |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface hep.aida.ref.tuple.FTuple |
|---|
name |
| Methods inherited from interface hep.aida.ref.event.Connectable |
|---|
isConnected, setConnected |
| Constructor Detail |
|---|
public ReadOnlyAbstractTuple(String name,
String options)
public ReadOnlyAbstractTuple(String name,
String title,
String options)
| Method Detail |
|---|
public void addRow()
throws OutOfStorageException
ITuple
addRow in interface ITupleaddRow in class AbstractTupleOutOfStorageException - When the ITuple runs out of storage space.
public void fill(int index,
org.freehep.util.Value value)
fill in class AbstractTuplepublic void reset()
ITuple
reset in interface ITuplereset in class AbstractTuplepublic void resetRow()
ITuple
resetRow in interface ITupleresetRow in class AbstractTuple
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||