Math2mat
Public Member Functions | Static Package Attributes

m2m.backend.structure.Power Class Reference

Inheritance diagram for m2m.backend.structure.Power:
Inheritance graph
[legend]
Collaboration diagram for m2m.backend.structure.Power:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Power ()
void copyTo (Element e, Function newFunc)
Element copy (Function newFunc)
String getOpSymbol ()
String toOctave (int level)

Static Package Attributes

static final String OPNAME = "power"

Detailed Description

Definition at line 11 of file Power.java.


Constructor & Destructor Documentation

m2m.backend.structure.Power.Power ( )

Definition at line 15 of file Power.java.


Member Function Documentation

Element m2m.backend.structure.Power.copy ( Function  newFunc) [virtual]

Implements m2m.backend.structure.Element.

Definition at line 27 of file Power.java.

void m2m.backend.structure.Power.copyTo ( Element  e,
Function  newFunc 
)

Reimplemented from m2m.backend.structure.Operation.

Definition at line 21 of file Power.java.

String m2m.backend.structure.Power.getOpSymbol ( )

Get the operation symbol of the operation

Returns:
the operation symbol

Reimplemented from m2m.backend.structure.Operation.

Definition at line 34 of file Power.java.

String m2m.backend.structure.Power.toOctave ( int  level)

Generate the octave code for the element

Parameters:
levelIndent level
Returns:
Octave code

Reimplemented from m2m.backend.structure.Element.

Definition at line 39 of file Power.java.


Member Data Documentation

final String m2m.backend.structure.Power.OPNAME = "power" [static, package]

Definition at line 13 of file Power.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations