jInfer

cz.cuni.mff.ksi.jinfer.functionalDependencies.fd
Class FD

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.functionalDependencies.fd.FD

public class FD
extends Object

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

leftSidePaths

protected TleftSidePaths leftSidePaths

rightSidePaths

protected TrightSidePaths rightSidePaths
Constructor Detail

FD

public FD()
Method Detail

getLeftSidePaths

public TleftSidePaths getLeftSidePaths()
Gets the value of the leftSidePaths property.

Returns:
possible object is TleftSidePaths

setLeftSidePaths

public void setLeftSidePaths(TleftSidePaths value)
Sets the value of the leftSidePaths property.

Parameters:
value - allowed object is TleftSidePaths

getRightSidePaths

public TrightSidePaths getRightSidePaths()
Gets the value of the rightSidePaths property.

Returns:
possible object is TrightSidePaths

setRightSidePaths

public void setRightSidePaths(TrightSidePaths value)
Sets the value of the rightSidePaths property.

Parameters:
value - allowed object is TrightSidePaths

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011