|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.functionalDependencies.weights.Tweight
public class Tweight
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 |
---|
protected String path
protected BigDecimal value
Constructor Detail |
---|
public Tweight()
Method Detail |
---|
public String getPath()
String
public void setPath(String value)
value
- allowed object is
String
public BigDecimal getValue()
BigDecimal
public void setValue(BigDecimal value)
value
- allowed object is
BigDecimal
public boolean equals(Object obj)
equals
in class Object
public boolean isInInterval()
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |