mondrian.olap
Interface NameResolver


public interface NameResolver

Interface for a class which can lookup dimensions, hierarchies, levels, members. Cube is the most typical implementor, but Query also implements this interface, looking at members defined in its WITH clause before looking to its cube.

 

Method Summary
 Cube getCube()
           
 OlapElement lookupChild(OlapElement parent, String s)
          Looks up the child of parent called s; returns null if no element is found.
 

Method Detail

getCube

Cube getCube()

lookupChild

OlapElement lookupChild(OlapElement parent,
                        String s)
Looks up the child of parent called s; returns null if no element is found.


SourceForge.net_Logo