Table - OpenMaple representation of a Maple string
|
Description
|
|
•
|
The com.maplesoft.openmaple.MString class represents a Maple string. MString publicly inherits from Algebraic; therefore, it provides all the member functions from the Algebraic class in addition to those listed here.
|
|
|
Method Summary
|
|
|
String stringValue( )
|
|
•
|
stringValue returns a Java String containing the same sequence of characters as the Maple string.
|
|
|
|