|
Oracle® OLAP Java API Reference 11g Release 2 (11.2) E10794-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.olapi.syntax.SyntaxObject
oracle.olapi.syntax.BuildCommand
oracle.olapi.syntax.SimpleCommand
oracle.olapi.syntax.SolveStepCommand
oracle.olapi.syntax.AllocationCommand
public final class AllocationCommand
A SolveStepCommand that represents an allocation command
in a BuildSpecification.
| Constructor Summary | |
|---|---|
AllocationCommand(java.lang.String functionName,
FunctionArgument[] args,
MdmHierarchy hier)
Creates an AllocationCommand that specifies the
allocation of data to the measures of a cube for
the specified dimension hierarchy. |
|
AllocationCommand(java.lang.String functionName,
java.util.List<FunctionArgument> args,
MdmHierarchy hier)
Creates an AllocationCommand that specifies the
allocation of data to the measures of a cube for
the specified dimension hierarchy. |
|
| Method Summary | |
|---|---|
MdmHierarchy |
getHierarchy()
Gets the hierarchy that is associated with this AllocationCommand. |
java.lang.Object |
visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
Calls the visitAllocationCommand method of the
SyntaxObjectVisitor and passes that method this
AllocationCommand and an Object. |
| Methods inherited from class oracle.olapi.syntax.SolveStepCommand |
|---|
getArguments, getFunctionDescriptor, getFunctionName |
| Methods inherited from class oracle.olapi.syntax.SyntaxObject |
|---|
equals, equals, fromSyntax, fromSyntax, fromSyntax, fromSyntax, fromSyntax, isValid, toSyntax, 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 |
|---|
public AllocationCommand(java.lang.String functionName,
FunctionArgument[] args,
MdmHierarchy hier)
AllocationCommand that specifies the
allocation of data to the measures of a cube for
the specified dimension hierarchy.
functionName - A String that contains the name
of the function to use for the allocation.args - An array of FunctionArgument objects that
specify aspects of the allocation.hier - The MdmHierarchy that is the target of the
allocation.
public AllocationCommand(java.lang.String functionName,
java.util.List<FunctionArgument> args,
MdmHierarchy hier)
AllocationCommand that specifies the
allocation of data to the measures of a cube for
the specified dimension hierarchy.
functionName - A String that contains the name
of the function to use for the allocation.args - A List of FunctionArgument objects
that specify aspects of the allocation.hier - The MdmHierarchy that is the target of the
allocation.| Method Detail |
|---|
public java.lang.Object visit(SyntaxObjectVisitor visitor,
java.lang.Object context)
visitAllocationCommand method of the
SyntaxObjectVisitor and passes that method this
AllocationCommand and an Object.
visit in class SyntaxObjectvisitor - A SyntaxObjectVisitor.context - An Object.
Object returned by the
visitAllocationCommand method.public MdmHierarchy getHierarchy()
AllocationCommand.
MdmHierarchy of this
AllocationCommand.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||