Package org.pentaho.aggdes.model
Interface Table
public interface Table
A collection of Attributes in a star schema.
- See Also:
-
Method Summary
-
Method Details
-
getLabel
String getLabel()Returns a description of this table for tracing purposes.- Returns:
- label of this table
-
getParent
Table getParent()Returns this table's parent in the star schema.The fact table's parent is null; a dimension table's parent is either the fact table, or the table one step along the arm of the snowflake towards the fact table.
- Returns:
- parent table
-