com.metamatrix.query.optimizer
Class OptimizerContext

java.lang.Object
  extended by com.metamatrix.query.optimizer.OptimizerContext

public class OptimizerContext
extends java.lang.Object


Constructor Summary
OptimizerContext()
           
 
Method Summary
 CommandContext getCommandContext()
           
 java.util.Set<java.lang.String> getGroups()
           
static OptimizerContext getOptimizerContext()
           
 void setCommandContext(CommandContext commandContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptimizerContext

public OptimizerContext()
Method Detail

getOptimizerContext

public static OptimizerContext getOptimizerContext()

getGroups

public java.util.Set<java.lang.String> getGroups()

getCommandContext

public CommandContext getCommandContext()

setCommandContext

public void setCommandContext(CommandContext commandContext)


Copyright © 2009. All Rights Reserved.