|
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.SideAnswers
public class SideAnswers
Class representing path answers of the left and right side of the functional dependency.
Constructor Summary | |
---|---|
SideAnswers()
|
Method Summary | |
---|---|
List<PathAnswer> |
getLeftside()
Get path answers for the left side. |
List<PathAnswer> |
getRightside()
Get path answers for the right side. |
List<PathAnswer> |
getSide(boolean left)
Get path answers of some side. |
boolean |
hasLeft()
Check if have answers for the left side. |
boolean |
hasRight()
Check if have answers for the right side. |
void |
setLeftside(List<PathAnswer> leftside)
Set path answers of the left side of the functional dependency. |
void |
setRightside(List<PathAnswer> rightside)
Set path answers of the rights side of the functional dependency. |
void |
setSide(List<PathAnswer> fDSidePathAnswers,
boolean isLeft)
Set answers of particular side. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SideAnswers()
Method Detail |
---|
public void setLeftside(List<PathAnswer> leftside)
leftside
- Path answers for the left side.public void setRightside(List<PathAnswer> rightside)
rightside
- Path answers for the right side.public List<PathAnswer> getLeftside()
public List<PathAnswer> getRightside()
public List<PathAnswer> getSide(boolean left)
left
- flag indicating if the left answer will be returned.
public boolean hasLeft()
public boolean hasRight()
public void setSide(List<PathAnswer> fDSidePathAnswers, boolean isLeft)
fDSidePathAnswers
- answers to be set.isLeft
- flag indicating if the left side will be set.
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |