|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.epm.familytable.CompatibleFamilyTables
Contains information about compatible and complete family tables for given list of the family table members.
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 |
private WTCollection members
private WTCollection compatibleFamilyTables
private WTCollection completeFamilyTables
Constructor Detail |
public CompatibleFamilyTables()
public CompatibleFamilyTables(WTCollection members, WTCollection compatibleFamilyTables, WTCollection completeFamilyTables)
members
- WTCollectioncompatibleFamilyTables
- WTCollectioncompleteFamilyTables
- WTCollectionMethod Detail |
public WTCollection getMembers()
public WTCollection getCompatibleFamilyTables()
public WTCollection getCompleteFamilyTables()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |