public class Apply extends MathBase
Java class for Apply complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Apply">
<complexContent>
<extension base="{http://www.w3.org/1998/Math/MathML}MathBase">
<sequence>
<choice>
<element name="ci" type="{http://www.w3.org/1998/Math/MathML}Ci"/>
<element name="csymbol" type="{http://www.w3.org/1998/Math/MathML}Csymbol"/>
<element name="eq" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="neq" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="gt" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="lt" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="geq" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="leq" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="plus" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="minus" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="times" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="divide" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="power" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<sequence>
<element name="root" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="degree" type="{http://www.w3.org/1998/Math/MathML}NodeContainer" minOccurs="0"/>
</sequence>
<element name="abs" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="exp" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="ln" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<sequence>
<element name="log" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="logbase" type="{http://www.w3.org/1998/Math/MathML}NodeContainer" minOccurs="0"/>
</sequence>
<element name="floor" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="ceiling" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="factorial" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="and" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="or" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="xor" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="not" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="sin" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="cos" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="tan" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="sec" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="csc" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="cot" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="sinh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="cosh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="tanh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="sech" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="csch" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="coth" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arcsin" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arccos" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arctan" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arcsec" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arccsc" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arccot" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arcsinh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arccosh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arctanh" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arcsech" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arccsch" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
<element name="arccoth" type="{http://www.w3.org/1998/Math/MathML}MathBase"/>
</choice>
<group ref="{http://www.w3.org/1998/Math/MathML}Node" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MathBase |
abs |
protected MathBase |
and |
protected MathBase |
arccos |
protected MathBase |
arccosh |
protected MathBase |
arccot |
protected MathBase |
arccoth |
protected MathBase |
arccsc |
protected MathBase |
arccsch |
protected MathBase |
arcsec |
protected MathBase |
arcsech |
protected MathBase |
arcsin |
protected MathBase |
arcsinh |
protected MathBase |
arctan |
protected MathBase |
arctanh |
protected MathBase |
ceiling |
protected Ci |
ci |
protected MathBase |
cos |
protected MathBase |
cosh |
protected MathBase |
cot |
protected MathBase |
coth |
protected MathBase |
csc |
protected MathBase |
csch |
protected Csymbol |
csymbol |
protected NodeContainer |
degree |
protected MathBase |
divide |
protected MathBase |
eq |
protected MathBase |
exp |
protected MathBase |
factorial |
protected MathBase |
floor |
protected MathBase |
geq |
protected MathBase |
gt |
protected MathBase |
leq |
protected MathBase |
ln |
protected MathBase |
log |
protected NodeContainer |
logbase |
protected MathBase |
lt |
protected MathBase |
minus |
protected MathBase |
neq |
protected List<JAXBElement<?>> |
node |
protected MathBase |
not |
protected MathBase |
or |
protected MathBase |
plus |
protected MathBase |
power |
protected MathBase |
root |
protected MathBase |
sec |
protected MathBase |
sech |
protected MathBase |
sin |
protected MathBase |
sinh |
protected MathBase |
tan |
protected MathBase |
tanh |
protected MathBase |
times |
protected MathBase |
xor |
| Constructor and Description |
|---|
Apply() |
| Modifier and Type | Method and Description |
|---|---|
MathBase |
getAbs()
Gets the value of the abs property.
|
MathBase |
getAnd()
Gets the value of the and property.
|
MathBase |
getArccos()
Gets the value of the arccos property.
|
MathBase |
getArccosh()
Gets the value of the arccosh property.
|
MathBase |
getArccot()
Gets the value of the arccot property.
|
MathBase |
getArccoth()
Gets the value of the arccoth property.
|
MathBase |
getArccsc()
Gets the value of the arccsc property.
|
MathBase |
getArccsch()
Gets the value of the arccsch property.
|
MathBase |
getArcsec()
Gets the value of the arcsec property.
|
MathBase |
getArcsech()
Gets the value of the arcsech property.
|
MathBase |
getArcsin()
Gets the value of the arcsin property.
|
MathBase |
getArcsinh()
Gets the value of the arcsinh property.
|
MathBase |
getArctan()
Gets the value of the arctan property.
|
MathBase |
getArctanh()
Gets the value of the arctanh property.
|
MathBase |
getCeiling()
Gets the value of the ceiling property.
|
Ci |
getCi()
Gets the value of the ci property.
|
MathBase |
getCos()
Gets the value of the cos property.
|
MathBase |
getCosh()
Gets the value of the cosh property.
|
MathBase |
getCot()
Gets the value of the cot property.
|
MathBase |
getCoth()
Gets the value of the coth property.
|
MathBase |
getCsc()
Gets the value of the csc property.
|
MathBase |
getCsch()
Gets the value of the csch property.
|
Csymbol |
getCsymbol()
Gets the value of the csymbol property.
|
NodeContainer |
getDegree()
Gets the value of the degree property.
|
MathBase |
getDivide()
Gets the value of the divide property.
|
MathBase |
getEq()
Gets the value of the eq property.
|
MathBase |
getExp()
Gets the value of the exp property.
|
MathBase |
getFactorial()
Gets the value of the factorial property.
|
MathBase |
getFloor()
Gets the value of the floor property.
|
MathBase |
getGeq()
Gets the value of the geq property.
|
MathBase |
getGt()
Gets the value of the gt property.
|
MathBase |
getLeq()
Gets the value of the leq property.
|
MathBase |
getLn()
Gets the value of the ln property.
|
MathBase |
getLog()
Gets the value of the log property.
|
NodeContainer |
getLogbase()
Gets the value of the logbase property.
|
MathBase |
getLt()
Gets the value of the lt property.
|
MathBase |
getMinus()
Gets the value of the minus property.
|
MathBase |
getNeq()
Gets the value of the neq property.
|
List<JAXBElement<?>> |
getNode()
Gets the value of the node property.
|
MathBase |
getNot()
Gets the value of the not property.
|
MathBase |
getOr()
Gets the value of the or property.
|
MathBase |
getPlus()
Gets the value of the plus property.
|
MathBase |
getPower()
Gets the value of the power property.
|
MathBase |
getRoot()
Gets the value of the root property.
|
MathBase |
getSec()
Gets the value of the sec property.
|
MathBase |
getSech()
Gets the value of the sech property.
|
MathBase |
getSin()
Gets the value of the sin property.
|
MathBase |
getSinh()
Gets the value of the sinh property.
|
MathBase |
getTan()
Gets the value of the tan property.
|
MathBase |
getTanh()
Gets the value of the tanh property.
|
MathBase |
getTimes()
Gets the value of the times property.
|
MathBase |
getXor()
Gets the value of the xor property.
|
void |
setAbs(MathBase value)
Sets the value of the abs property.
|
void |
setAnd(MathBase value)
Sets the value of the and property.
|
void |
setArccos(MathBase value)
Sets the value of the arccos property.
|
void |
setArccosh(MathBase value)
Sets the value of the arccosh property.
|
void |
setArccot(MathBase value)
Sets the value of the arccot property.
|
void |
setArccoth(MathBase value)
Sets the value of the arccoth property.
|
void |
setArccsc(MathBase value)
Sets the value of the arccsc property.
|
void |
setArccsch(MathBase value)
Sets the value of the arccsch property.
|
void |
setArcsec(MathBase value)
Sets the value of the arcsec property.
|
void |
setArcsech(MathBase value)
Sets the value of the arcsech property.
|
void |
setArcsin(MathBase value)
Sets the value of the arcsin property.
|
void |
setArcsinh(MathBase value)
Sets the value of the arcsinh property.
|
void |
setArctan(MathBase value)
Sets the value of the arctan property.
|
void |
setArctanh(MathBase value)
Sets the value of the arctanh property.
|
void |
setCeiling(MathBase value)
Sets the value of the ceiling property.
|
void |
setCi(Ci value)
Sets the value of the ci property.
|
void |
setCos(MathBase value)
Sets the value of the cos property.
|
void |
setCosh(MathBase value)
Sets the value of the cosh property.
|
void |
setCot(MathBase value)
Sets the value of the cot property.
|
void |
setCoth(MathBase value)
Sets the value of the coth property.
|
void |
setCsc(MathBase value)
Sets the value of the csc property.
|
void |
setCsch(MathBase value)
Sets the value of the csch property.
|
void |
setCsymbol(Csymbol value)
Sets the value of the csymbol property.
|
void |
setDegree(NodeContainer value)
Sets the value of the degree property.
|
void |
setDivide(MathBase value)
Sets the value of the divide property.
|
void |
setEq(MathBase value)
Sets the value of the eq property.
|
void |
setExp(MathBase value)
Sets the value of the exp property.
|
void |
setFactorial(MathBase value)
Sets the value of the factorial property.
|
void |
setFloor(MathBase value)
Sets the value of the floor property.
|
void |
setGeq(MathBase value)
Sets the value of the geq property.
|
void |
setGt(MathBase value)
Sets the value of the gt property.
|
void |
setLeq(MathBase value)
Sets the value of the leq property.
|
void |
setLn(MathBase value)
Sets the value of the ln property.
|
void |
setLog(MathBase value)
Sets the value of the log property.
|
void |
setLogbase(NodeContainer value)
Sets the value of the logbase property.
|
void |
setLt(MathBase value)
Sets the value of the lt property.
|
void |
setMinus(MathBase value)
Sets the value of the minus property.
|
void |
setNeq(MathBase value)
Sets the value of the neq property.
|
void |
setNot(MathBase value)
Sets the value of the not property.
|
void |
setOr(MathBase value)
Sets the value of the or property.
|
void |
setPlus(MathBase value)
Sets the value of the plus property.
|
void |
setPower(MathBase value)
Sets the value of the power property.
|
void |
setRoot(MathBase value)
Sets the value of the root property.
|
void |
setSec(MathBase value)
Sets the value of the sec property.
|
void |
setSech(MathBase value)
Sets the value of the sech property.
|
void |
setSin(MathBase value)
Sets the value of the sin property.
|
void |
setSinh(MathBase value)
Sets the value of the sinh property.
|
void |
setTan(MathBase value)
Sets the value of the tan property.
|
void |
setTanh(MathBase value)
Sets the value of the tanh property.
|
void |
setTimes(MathBase value)
Sets the value of the times property.
|
void |
setXor(MathBase value)
Sets the value of the xor property.
|
protected Ci ci
protected Csymbol csymbol
protected MathBase eq
protected MathBase neq
protected MathBase gt
protected MathBase lt
protected MathBase geq
protected MathBase leq
protected MathBase plus
protected MathBase minus
protected MathBase times
protected MathBase divide
protected MathBase power
protected MathBase root
protected NodeContainer degree
protected MathBase abs
protected MathBase exp
protected MathBase ln
protected MathBase log
protected NodeContainer logbase
protected MathBase floor
protected MathBase ceiling
protected MathBase factorial
protected MathBase and
protected MathBase or
protected MathBase xor
protected MathBase not
protected MathBase sin
protected MathBase cos
protected MathBase tan
protected MathBase sec
protected MathBase csc
protected MathBase cot
protected MathBase sinh
protected MathBase cosh
protected MathBase tanh
protected MathBase sech
protected MathBase csch
protected MathBase coth
protected MathBase arcsin
protected MathBase arccos
protected MathBase arctan
protected MathBase arcsec
protected MathBase arccsc
protected MathBase arccot
protected MathBase arcsinh
protected MathBase arccosh
protected MathBase arctanh
protected MathBase arcsech
protected MathBase arccsch
protected MathBase arccoth
protected List<JAXBElement<?>> node
public void setCi(Ci value)
value - allowed object is
Cipublic Csymbol getCsymbol()
Csymbolpublic void setCsymbol(Csymbol value)
value - allowed object is
Csymbolpublic MathBase getEq()
MathBasepublic void setEq(MathBase value)
value - allowed object is
MathBasepublic MathBase getNeq()
MathBasepublic void setNeq(MathBase value)
value - allowed object is
MathBasepublic MathBase getGt()
MathBasepublic void setGt(MathBase value)
value - allowed object is
MathBasepublic MathBase getLt()
MathBasepublic void setLt(MathBase value)
value - allowed object is
MathBasepublic MathBase getGeq()
MathBasepublic void setGeq(MathBase value)
value - allowed object is
MathBasepublic MathBase getLeq()
MathBasepublic void setLeq(MathBase value)
value - allowed object is
MathBasepublic MathBase getPlus()
MathBasepublic void setPlus(MathBase value)
value - allowed object is
MathBasepublic MathBase getMinus()
MathBasepublic void setMinus(MathBase value)
value - allowed object is
MathBasepublic MathBase getTimes()
MathBasepublic void setTimes(MathBase value)
value - allowed object is
MathBasepublic MathBase getDivide()
MathBasepublic void setDivide(MathBase value)
value - allowed object is
MathBasepublic MathBase getPower()
MathBasepublic void setPower(MathBase value)
value - allowed object is
MathBasepublic MathBase getRoot()
MathBasepublic void setRoot(MathBase value)
value - allowed object is
MathBasepublic NodeContainer getDegree()
NodeContainerpublic void setDegree(NodeContainer value)
value - allowed object is
NodeContainerpublic MathBase getAbs()
MathBasepublic void setAbs(MathBase value)
value - allowed object is
MathBasepublic MathBase getExp()
MathBasepublic void setExp(MathBase value)
value - allowed object is
MathBasepublic MathBase getLn()
MathBasepublic void setLn(MathBase value)
value - allowed object is
MathBasepublic MathBase getLog()
MathBasepublic void setLog(MathBase value)
value - allowed object is
MathBasepublic NodeContainer getLogbase()
NodeContainerpublic void setLogbase(NodeContainer value)
value - allowed object is
NodeContainerpublic MathBase getFloor()
MathBasepublic void setFloor(MathBase value)
value - allowed object is
MathBasepublic MathBase getCeiling()
MathBasepublic void setCeiling(MathBase value)
value - allowed object is
MathBasepublic MathBase getFactorial()
MathBasepublic void setFactorial(MathBase value)
value - allowed object is
MathBasepublic MathBase getAnd()
MathBasepublic void setAnd(MathBase value)
value - allowed object is
MathBasepublic MathBase getOr()
MathBasepublic void setOr(MathBase value)
value - allowed object is
MathBasepublic MathBase getXor()
MathBasepublic void setXor(MathBase value)
value - allowed object is
MathBasepublic MathBase getNot()
MathBasepublic void setNot(MathBase value)
value - allowed object is
MathBasepublic MathBase getSin()
MathBasepublic void setSin(MathBase value)
value - allowed object is
MathBasepublic MathBase getCos()
MathBasepublic void setCos(MathBase value)
value - allowed object is
MathBasepublic MathBase getTan()
MathBasepublic void setTan(MathBase value)
value - allowed object is
MathBasepublic MathBase getSec()
MathBasepublic void setSec(MathBase value)
value - allowed object is
MathBasepublic MathBase getCsc()
MathBasepublic void setCsc(MathBase value)
value - allowed object is
MathBasepublic MathBase getCot()
MathBasepublic void setCot(MathBase value)
value - allowed object is
MathBasepublic MathBase getSinh()
MathBasepublic void setSinh(MathBase value)
value - allowed object is
MathBasepublic MathBase getCosh()
MathBasepublic void setCosh(MathBase value)
value - allowed object is
MathBasepublic MathBase getTanh()
MathBasepublic void setTanh(MathBase value)
value - allowed object is
MathBasepublic MathBase getSech()
MathBasepublic void setSech(MathBase value)
value - allowed object is
MathBasepublic MathBase getCsch()
MathBasepublic void setCsch(MathBase value)
value - allowed object is
MathBasepublic MathBase getCoth()
MathBasepublic void setCoth(MathBase value)
value - allowed object is
MathBasepublic MathBase getArcsin()
MathBasepublic void setArcsin(MathBase value)
value - allowed object is
MathBasepublic MathBase getArccos()
MathBasepublic void setArccos(MathBase value)
value - allowed object is
MathBasepublic MathBase getArctan()
MathBasepublic void setArctan(MathBase value)
value - allowed object is
MathBasepublic MathBase getArcsec()
MathBasepublic void setArcsec(MathBase value)
value - allowed object is
MathBasepublic MathBase getArccsc()
MathBasepublic void setArccsc(MathBase value)
value - allowed object is
MathBasepublic MathBase getArccot()
MathBasepublic void setArccot(MathBase value)
value - allowed object is
MathBasepublic MathBase getArcsinh()
MathBasepublic void setArcsinh(MathBase value)
value - allowed object is
MathBasepublic MathBase getArccosh()
MathBasepublic void setArccosh(MathBase value)
value - allowed object is
MathBasepublic MathBase getArctanh()
MathBasepublic void setArctanh(MathBase value)
value - allowed object is
MathBasepublic MathBase getArcsech()
MathBasepublic void setArcsech(MathBase value)
value - allowed object is
MathBasepublic MathBase getArccsch()
MathBasepublic void setArccsch(MathBase value)
value - allowed object is
MathBasepublic MathBase getArccoth()
MathBasepublic void setArccoth(MathBase value)
value - allowed object is
MathBasepublic List<JAXBElement<?>> getNode()
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 node property.
For example, to add a new item, do as follows:
getNode().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<Apply>
JAXBElement<Piecewise>
JAXBElement<Semantics>
JAXBElement<MathBase>
JAXBElement<MathBase>
JAXBElement<MathBase>
JAXBElement<MathBase>
JAXBElement<MathBase>
JAXBElement<Cn>
JAXBElement<Csymbol>
JAXBElement<MathBase>
JAXBElement<Ci>
Copyright © 2018. All rights reserved.