Style Intelligence v12.0

inetsoft.uql.erm
Class ModelTrapHelper

java.lang.Object
  extended by inetsoft.uql.erm.ModelTrapHelper

public class ModelTrapHelper
extends Object

Helper class for checking model trap.


Constructor Summary
ModelTrapHelper(String[] tables, XPartition partition)
          Constructor.
ModelTrapHelper(String[] tables, XPartition partition, XRelationship[] relations)
          Constructor.
ModelTrapHelper(XRelationship[] relations)
          Constructor.
 
Method Summary
 String[] getTables()
          Get tables.
 String getTrapTables()
           
 boolean isChasmTrap()
          Return true if chasm trap exists.
 boolean isFanTrap(String table, String[] tables)
          Return true if the specified table is in a fan trap.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelTrapHelper

public ModelTrapHelper(String[] tables,
                       XPartition partition)
Constructor.


ModelTrapHelper

public ModelTrapHelper(XRelationship[] relations)
Constructor.


ModelTrapHelper

public ModelTrapHelper(String[] tables,
                       XPartition partition,
                       XRelationship[] relations)
Constructor.

Method Detail

getTables

public String[] getTables()
Get tables.


isChasmTrap

public boolean isChasmTrap()
Return true if chasm trap exists.


isFanTrap

public boolean isFanTrap(String table,
                         String[] tables)
Return true if the specified table is in a fan trap.


getTrapTables

public String getTrapTables()

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.