jInfer

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

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

public class TleftSidePaths
extends Object
implements SidePaths

Java class for TleftSidePaths complex type.

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

 <complexType name="TleftSidePaths">
   <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  List<String> path
           
 
Constructor Summary
TleftSidePaths()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<String> getPath()
          Gets the value of the path property.
 List<Path> getPaths()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected List<String> path
Constructor Detail

TleftSidePaths

public TleftSidePaths()
Method Detail

getPath

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

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the path property.

For example, to add a new item, do as follows:

    getPath().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getPaths

public List<Path> getPaths()

equals

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

jInfer

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