edu.udo.cs.miningmart.m4.utils
Class M4Info

java.lang.Object
  extended byedu.udo.cs.miningmart.m4.utils.M4Info

public class M4Info
extends java.lang.Object

Version:
$Id: M4Info.java,v 1.3 2006/04/11 14:10:10 euler Exp $
Author:
Martin Scholz

Constructor Summary
M4Info(java.util.Collection m4e)
           
M4Info(M4InfoEntry[] m4e)
           
 
Method Summary
 M4InfoEntry getInfo(java.lang.String dbAttribute)
          Getter method for a database attribute info object
 java.util.Collection getInfos()
          Getter method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

M4Info

public M4Info(M4InfoEntry[] m4e)
Parameters:
m4e - an array of M4InfoEntry objects in an order that allows to load the objects correctly

M4Info

public M4Info(java.util.Collection m4e)
Parameters:
m4e - a Collection of M4InfoEntry objects in an order that allows to load the objects correctly
Method Detail

getInfos

public java.util.Collection getInfos()
Getter method

Returns:
the ordered Collection of M4InfoEntry objects

getInfo

public M4InfoEntry getInfo(java.lang.String dbAttribute)
Getter method for a database attribute info object

Parameters:
dbAttribute - the name of a database attribute
Returns:
the M4InfoEntry corresponding to the attribute name specified, or null if no such info object exitsts for that name.


Copyright © 2001-2005