|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.functionalDependencies.InitialModel
public class InitialModel
Model for initial data needed for repairing.
This model contains list of RXMLTree
and functional dependencies.
Constructor Summary | |
---|---|
InitialModel()
Default constructor of initial model. |
Method Summary | |
---|---|
void |
addFD(List<FD> fDs)
Add list of functional dependencies into the model. |
void |
addTree(List<RXMLTree> xmlTrees)
Add list of RXMLTree into the model. |
int |
getFDsCount()
Get number of functional dependencies contained in this model. |
List<FD> |
getFunctionalDependencies()
Get list of functional dependencies contained in this model. |
List<RXMLTree> |
getTrees()
Get list of trees contained in this model. |
int |
getTreesCount()
Get number of RXMLTree contained in this model. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InitialModel()
Method Detail |
---|
public void addFD(List<FD> fDs)
fDs
- List to be added to initial model.public List<FD> getFunctionalDependencies()
public List<RXMLTree> getTrees()
public void addTree(List<RXMLTree> xmlTrees)
RXMLTree
into the model.
xmlTrees
- List of trees to be added to the model.public int getFDsCount()
public int getTreesCount()
RXMLTree
contained in this model.
RXMLTree
.
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |