Uses of Interface org.objectweb.medor.tuple.api.Tuple

Uses in package org.objectweb.medor.tuple.api

Methods with parameter type org.objectweb.medor.tuple.api.Tuple

void
TupleLoader.loadTuple(Tuple source, VariableOperand[] destination, ParameterOperand[] parameters)
Loads a source Tuple into an array of Operands.

Methods with return type org.objectweb.medor.tuple.api.Tuple

Tuple
Returns the Tuple value of the current row of this TupleCollection object.
Tuple
Returns the Tuple value of the designeted row of this TupleCollection object.

Uses in package org.objectweb.medor.tuple.lib

Classes implementing org.objectweb.medor.tuple.api.Tuple

class
This class represent a tuple interface in a memory.

Methods with parameter type org.objectweb.medor.tuple.api.Tuple

boolean
Some operations of researchs and iterations.
void
Insert the tuple T at the designated row number of the TupleCollection
void
Insert the tuple T at the last of this TupleCollection object
void
GeneralTupleLoader.loadTuple(Tuple sourceBuffer, VariableOperand[] temp, ParameterOperand[] parameters)
Loads a source Tuple into an array of Operands.

Methods with return type org.objectweb.medor.tuple.api.Tuple

Tuple
Returns the Tuple value of the current row of this TupleCollection object.
Tuple
Tuple
Returns the Tuple value of the designeted row of this TupleCollection object.
Tuple
Returns the value of the designated row number of the TupleCollection as a Tuple Object.

Uses in package org.objectweb.medor.filter.api

Methods with parameter type org.objectweb.medor.tuple.api.Tuple

Operand
ExpressionHelper.evaluate(Expression[] stack, ParameterOperand[] parameters, Tuple t)
boolean

Uses in package org.objectweb.medor.eval.cache.api

Methods with parameter type org.objectweb.medor.tuple.api.Tuple

boolean
CollectionCache.putTuple(int indexTuple, Tuple t)

Methods with return type org.objectweb.medor.tuple.api.Tuple

Tuple
CollectionCache.getTuple(int tupleIndex)

Uses in package org.objectweb.medor.eval.cache.lib

Methods with parameter type org.objectweb.medor.tuple.api.Tuple

boolean
TupleCache.putTuple(int index, Tuple t)

Methods with return type org.objectweb.medor.tuple.api.Tuple

Tuple
Tuple
TupleCache.getTuple(int index)
Tuple

Uses in package org.objectweb.medor.datasource.rdb.lib

Methods with return type org.objectweb.medor.tuple.api.Tuple

Tuple
Tuple

Uses in package org.objectweb.medor.filter.lib

Methods with parameter type org.objectweb.medor.tuple.api.Tuple

boolean

Uses in package org.objectweb.medor.eval.prefetch.lib

Methods with parameter type org.objectweb.medor.tuple.api.Tuple

String

Methods with return type org.objectweb.medor.tuple.api.Tuple

Tuple
PrefetchCacheImpl.getPrefetchTuple(Object index, Object cat, Object ctxt)
Retrieves the prefetched tuple from this cache associated with this index information, within the given caching context.
Tuple
Tuple

Uses in package org.objectweb.medor.filter.postfix

Methods with parameter type org.objectweb.medor.tuple.api.Tuple

Operand
PostfixExpressionHelper.evaluate(Expression[] stack, ParameterOperand[] parameters, Tuple t)

Uses in package org.objectweb.medor.eval.lib

Methods with return type org.objectweb.medor.tuple.api.Tuple

Tuple
Tuple
Tuple
Tuple
Tuple
Tuple
Tuple
BinaryImplicitTC.getTuple(int numTuple)
Tuple
Tuple
NestEvaluatedTC.getTuple(int numTuple)
Tuple
Tuple
Tuple

Uses in package org.objectweb.medor.eval.prefetch.api

Methods with return type org.objectweb.medor.tuple.api.Tuple

Tuple
PrefetchCache.getPrefetchTuple(Object index, Object cat, Object ctxt)
Retrieves the prefetched tuple from this cache associated with this index information, within the given caching context.
Tuple
PrefetchBuffer.getTuple(Object index)