public class Lambda extends MathBase
Java class for Lambda complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Lambda">
<complexContent>
<extension base="{http://www.w3.org/1998/Math/MathML}MathBase">
<sequence>
<element name="bvar" type="{http://www.w3.org/1998/Math/MathML}Bvar" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.w3.org/1998/Math/MathML}Node"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MathBase |
_false |
protected MathBase |
_true |
protected Apply |
apply |
protected List<Bvar> |
bvar |
protected Ci |
ci |
protected Cn |
cn |
protected Csymbol |
csymbol |
protected MathBase |
exponentiale |
protected MathBase |
infinity |
protected MathBase |
notanumber |
protected MathBase |
pi |
protected Piecewise |
piecewise |
protected Semantics |
semantics |
| Constructor and Description |
|---|
Lambda() |
| Modifier and Type | Method and Description |
|---|---|
Apply |
getApply()
Gets the value of the apply property.
|
List<Bvar> |
getBvar()
Gets the value of the bvar property.
|
Ci |
getCi()
Gets the value of the ci property.
|
Cn |
getCn()
Gets the value of the cn property.
|
Csymbol |
getCsymbol()
Gets the value of the csymbol property.
|
MathBase |
getExponentiale()
Gets the value of the exponentiale property.
|
MathBase |
getFalse()
Gets the value of the false property.
|
MathBase |
getInfinity()
Gets the value of the infinity property.
|
MathBase |
getNotanumber()
Gets the value of the notanumber property.
|
MathBase |
getPi()
Gets the value of the pi property.
|
Piecewise |
getPiecewise()
Gets the value of the piecewise property.
|
Semantics |
getSemantics()
Gets the value of the semantics property.
|
MathBase |
getTrue()
Gets the value of the true property.
|
void |
setApply(Apply value)
Sets the value of the apply property.
|
void |
setCi(Ci value)
Sets the value of the ci property.
|
void |
setCn(Cn value)
Sets the value of the cn property.
|
void |
setCsymbol(Csymbol value)
Sets the value of the csymbol property.
|
void |
setExponentiale(MathBase value)
Sets the value of the exponentiale property.
|
void |
setFalse(MathBase value)
Sets the value of the false property.
|
void |
setInfinity(MathBase value)
Sets the value of the infinity property.
|
void |
setNotanumber(MathBase value)
Sets the value of the notanumber property.
|
void |
setPi(MathBase value)
Sets the value of the pi property.
|
void |
setPiecewise(Piecewise value)
Sets the value of the piecewise property.
|
void |
setSemantics(Semantics value)
Sets the value of the semantics property.
|
void |
setTrue(MathBase value)
Sets the value of the true property.
|
protected Apply apply
protected Cn cn
protected Ci ci
protected Csymbol csymbol
protected MathBase _true
protected MathBase _false
protected MathBase notanumber
protected MathBase pi
protected MathBase infinity
protected MathBase exponentiale
protected Semantics semantics
protected Piecewise piecewise
public List<Bvar> getBvar()
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 bvar property.
For example, to add a new item, do as follows:
getBvar().add(newItem);
Objects of the following type(s) are allowed in the list
Bvar
public Apply getApply()
Applypublic void setApply(Apply value)
value - allowed object is
Applypublic void setCn(Cn value)
value - allowed object is
Cnpublic void setCi(Ci value)
value - allowed object is
Cipublic Csymbol getCsymbol()
Csymbolpublic void setCsymbol(Csymbol value)
value - allowed object is
Csymbolpublic MathBase getTrue()
MathBasepublic void setTrue(MathBase value)
value - allowed object is
MathBasepublic MathBase getFalse()
MathBasepublic void setFalse(MathBase value)
value - allowed object is
MathBasepublic MathBase getNotanumber()
MathBasepublic void setNotanumber(MathBase value)
value - allowed object is
MathBasepublic MathBase getPi()
MathBasepublic void setPi(MathBase value)
value - allowed object is
MathBasepublic MathBase getInfinity()
MathBasepublic void setInfinity(MathBase value)
value - allowed object is
MathBasepublic MathBase getExponentiale()
MathBasepublic void setExponentiale(MathBase value)
value - allowed object is
MathBasepublic Semantics getSemantics()
Semanticspublic void setSemantics(Semantics value)
value - allowed object is
Semanticspublic Piecewise getPiecewise()
PiecewiseCopyright © 2018. All rights reserved.