Skip navigation links

Oracle® OLAP Java API Reference
11g Release 1 (11.1)

B28128-01


oracle.olapi.syntax
Class ConsistentSolveSpecification

java.lang.Object
  extended by oracle.olapi.syntax.SyntaxObject
      extended by oracle.olapi.syntax.ConsistentSolveSpecification


public class ConsistentSolveSpecification
extends SyntaxObject

A SyntaxObject that represents a specification for generating data for an MdmMeasure or for all of the MdmMeasure objects of an MdmCube.


Constructor Summary
ConsistentSolveSpecification(ConsistentSolveCommand[] commands)
          Creates a ConsistentSolveSpecification that has the the specified commands.
ConsistentSolveSpecification(java.util.List<ConsistentSolveCommand> commands)
          Creates a ConsistentSolveSpecification that has the the specified commands.

 

Method Summary
 ConsistentSolveCommand[] getCommands()
          Gets the ConsistentSolveCommand objects of this ConsistentSolveSpecification.
 java.lang.Object visit(SyntaxObjectVisitor visitor, java.lang.Object context)
          Calls the visitConsistentSolveSpecification method of the SyntaxObjectVisitor and passes that method this ConsistentSolveSpecification and an Object.

 

Methods inherited from class oracle.olapi.syntax.SyntaxObject
fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, toSyntax, toSyntax, toSyntax, toSyntax

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ConsistentSolveSpecification

public ConsistentSolveSpecification(ConsistentSolveCommand[] commands)
Creates a ConsistentSolveSpecification that has the the specified commands.
Parameters:
commands - An array of ConsistentSolveCommand objects.

ConsistentSolveSpecification

public ConsistentSolveSpecification(java.util.List<ConsistentSolveCommand> commands)
Creates a ConsistentSolveSpecification that has the the specified commands.
Parameters:
commands - A List of ConsistentSolveCommand objects.

Method Detail

visit

public java.lang.Object visit(SyntaxObjectVisitor visitor,
                              java.lang.Object context)
Calls the visitConsistentSolveSpecification method of the SyntaxObjectVisitor and passes that method this ConsistentSolveSpecification and an Object.
Specified by:
visit in class SyntaxObject
Parameters:
visitor - A SyntaxObjectVisitor.
context - An Object.
Returns:
The Object returned by the visitConsistentSolveSpecification method.

getCommands

public ConsistentSolveCommand[] getCommands()
Gets the ConsistentSolveCommand objects of this ConsistentSolveSpecification.
Returns:
An array of the ConsistentSolveCommand objects of this ConsistentSolveSpecification.

Skip navigation links

Copyright © 2002, 2007, Oracle. All rights reserved.