Uses of Interface org.objectweb.medor.eval.api.NodeEvaluator

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

Methods with parameter type org.objectweb.medor.eval.api.NodeEvaluator

NodeEvaluator
This methods creates a NodeEvaluator.

Methods with return type org.objectweb.medor.eval.api.NodeEvaluator

NodeEvaluator
This methods creates a NodeEvaluator.

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

Classes implementing org.objectweb.medor.eval.api.NodeEvaluator

class
MEDOR: Middleware Enabling Distributed Object Requests Copyright (C) 2001-2004 France Telecom R&D Contact: alexandre.lefebvre@rd.francetelecom.com This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
class
Just a simple class that encapsulates a TupleCollection.
class
MEDOR: Middleware Enabling Distributed Object Requests Copyright (C) 2001-2004 France Telecom R&D Contact: alexandre.lefebvre@rd.francetelecom.com This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

Constructors with parameter type org.objectweb.medor.eval.api.NodeEvaluator

BinaryImplicitTC.BinaryImplicitTC(QueryNode query, NodeEvaluator leftNodeEvaluator, NodeEvaluator rightNodeEvaluator, ParameterOperand[] parameters)
BinaryIteratifNodeEvaluator.BinaryIteratifNodeEvaluator(QueryNode query, NodeEvaluator leftNodeEvaluator, NodeEvaluator rightNodeEvaluator, EvaluationMetaData evaluationMetaData)
CartesianEvaluatedTC.CartesianEvaluatedTC(QueryNode query, NodeEvaluator leftNodeEvaluator, NodeEvaluator rightNodeEvaluator, ParameterOperand[] parameters)
NestEvaluatedTC.NestEvaluatedTC(NestQueryNode query, NodeEvaluator subNodeEvaluator, ParameterOperand[] parameters, EvaluationMetaData evaluationMetaData)
ProjectEvaluatedTC.ProjectEvaluatedTC(QueryNode query, NodeEvaluator subNodeEvaluator, ParameterOperand[] parameters, PrefetchBuffer pb)
SelProjEvaluatedTC.SelProjEvaluatedTC(QueryNode query, NodeEvaluator subNodeEvaluator, ParameterOperand[] parameters, PrefetchBuffer pb)
UnnestEvaluatedTC.UnnestEvaluatedTC(UnnestQueryNode unnestQueryTree, NodeEvaluator subNodeEvaluator, ParameterOperand[] parameters)

Methods with parameter type org.objectweb.medor.eval.api.NodeEvaluator

NodeEvaluator

Methods with return type org.objectweb.medor.eval.api.NodeEvaluator

NodeEvaluator