jInfer

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

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.functionalDependencies.fd.TrightSidePaths
All Implemented Interfaces:
SidePaths

public class TrightSidePaths
extends Object
implements SidePaths

Java class for TrightSidePaths complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TrightSidePaths">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="path" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String path
           
 
Constructor Summary
TrightSidePaths()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getPath()
          Gets the value of the path property.
 Path getPathObj()
           
 void setPath(String value)
          Sets the value of the path property.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected String path
Constructor Detail

TrightSidePaths

public TrightSidePaths()
Method Detail

getPath

public String getPath()
Gets the value of the path property.

Returns:
possible object is String

getPathObj

public Path getPathObj()

setPath

public void setPath(String value)
Sets the value of the path property.

Parameters:
value - allowed object is String

equals

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

jInfer

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