|
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.fd.FD
public class FD
Java class for Tdependency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Tdependency"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="leftSidePaths" type="{}TleftSidePaths"/> <element name="rightSidePaths" type="{}TrightSidePaths"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected TleftSidePaths |
leftSidePaths
|
protected TrightSidePaths |
rightSidePaths
|
Constructor Summary | |
---|---|
FD()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
TleftSidePaths |
getLeftSidePaths()
Gets the value of the leftSidePaths property. |
TrightSidePaths |
getRightSidePaths()
Gets the value of the rightSidePaths property. |
void |
setLeftSidePaths(TleftSidePaths value)
Sets the value of the leftSidePaths property. |
void |
setRightSidePaths(TrightSidePaths value)
Sets the value of the rightSidePaths property. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected TleftSidePaths leftSidePaths
protected TrightSidePaths rightSidePaths
Constructor Detail |
---|
public FD()
Method Detail |
---|
public TleftSidePaths getLeftSidePaths()
TleftSidePaths
public void setLeftSidePaths(TleftSidePaths value)
value
- allowed object is
TleftSidePaths
public TrightSidePaths getRightSidePaths()
TrightSidePaths
public void setRightSidePaths(TrightSidePaths value)
value
- allowed object is
TrightSidePaths
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |