jInfer

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

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

public class Tweight
extends Object

Java class for Tweight complex type.

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

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


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

Field Detail

path

protected String path

value

protected BigDecimal value
Constructor Detail

Tweight

public Tweight()
Method Detail

getPath

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

Returns:
possible object is String

setPath

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

Parameters:
value - allowed object is String

getValue

public BigDecimal getValue()
Gets the value of the value property.

Returns:
possible object is BigDecimal

setValue

public void setValue(BigDecimal value)
Sets the value of the value property.

Parameters:
value - allowed object is BigDecimal

equals

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

isInInterval

public boolean isInInterval()

jInfer

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