Skip navigation links
oracle.olapi.syntax
Class ConsistentSolveSpecification
java.lang.Object
oracle.olapi.syntax.SyntaxObject
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.
| 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 |
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.
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