wt.epm.familytable
Class CompatibleFamilyTables

java.lang.Object
  extended bywt.epm.familytable.CompatibleFamilyTables
All Implemented Interfaces:
Serializable

public class CompatibleFamilyTables
extends Object
implements Serializable

Contains information about compatible and complete family tables for given list of the family table members.

See Also:
Serialized Form

Field Summary
private  WTCollection compatibleFamilyTables
           
private  WTCollection completeFamilyTables
           
private  WTCollection members
           
 
Constructor Summary
CompatibleFamilyTables()
          Creates object with empty member and family table collections.
CompatibleFamilyTables(WTCollection members, WTCollection compatibleFamilyTables, WTCollection completeFamilyTables)
          Creates object and initializes member and family table collections.
 
Method Summary
 WTCollection getCompatibleFamilyTables()
          Returns compatible family fable collection.
 WTCollection getCompleteFamilyTables()
          Returns complete family table collection.
 WTCollection getMembers()
          Returns member collection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

members

private WTCollection members

compatibleFamilyTables

private WTCollection compatibleFamilyTables

completeFamilyTables

private WTCollection completeFamilyTables
Constructor Detail

CompatibleFamilyTables

public CompatibleFamilyTables()
Creates object with empty member and family table collections.


CompatibleFamilyTables

public CompatibleFamilyTables(WTCollection members,
                              WTCollection compatibleFamilyTables,
                              WTCollection completeFamilyTables)
Creates object and initializes member and family table collections. If "null" will be passed as value empty collection will be created.

Parameters:
members - WTCollection
compatibleFamilyTables - WTCollection
completeFamilyTables - WTCollection
Method Detail

getMembers

public WTCollection getMembers()
Returns member collection. Result collection can be used for modification.

Returns:
WTCollection

getCompatibleFamilyTables

public WTCollection getCompatibleFamilyTables()
Returns compatible family fable collection. Result collection can be used for modification.

Returns:
WTCollection

getCompleteFamilyTables

public WTCollection getCompleteFamilyTables()
Returns complete family table collection. Result collection can be used for modification.

Returns:
WTCollection