jInfer

cz.cuni.mff.ksi.jinfer.functionalDependencies.weights
Class Tweights

java.lang.Object
  extended by cz.cuni.mff.ksi.jinfer.functionalDependencies.weights.Tweights

public class Tweights
extends Object

Java class for Tweights complex type.

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

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


Field Summary
protected  List<Tweight> weight
           
 
Constructor Summary
Tweights()
           
 
Method Summary
 List<Tweight> getWeight()
          Gets the value of the weight property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

weight

protected List<Tweight> weight
Constructor Detail

Tweights

public Tweights()
Method Detail

getWeight

public List<Tweight> getWeight()
Gets the value of the weight 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 weight property.

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

    getWeight().add(newItem);
 

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


jInfer

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