Math2mat
Public Member Functions | Static Package Attributes

m2m.backend.structure.GreaterEqual Class Reference

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

List of all members.

Public Member Functions

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

Static Package Attributes

static final String OPNAME = "greateq"

Detailed Description

Describe a logical greater equal

Author:
Trolliet Gregory
gregory.trolliet@hesge.ch
Version:
0.1

Definition at line 18 of file GreaterEqual.java.


Constructor & Destructor Documentation

m2m.backend.structure.GreaterEqual.GreaterEqual ( )

Definition at line 22 of file GreaterEqual.java.


Member Function Documentation

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

Implements m2m.backend.structure.Element.

Definition at line 44 of file GreaterEqual.java.

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

Reimplemented from m2m.backend.structure.Comparison.

Definition at line 38 of file GreaterEqual.java.

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

Get the operation symbol of the operation

Returns:
the operation symbol

Reimplemented from m2m.backend.structure.Operation.

Definition at line 28 of file GreaterEqual.java.

String m2m.backend.structure.GreaterEqual.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 33 of file GreaterEqual.java.


Member Data Documentation

final String m2m.backend.structure.GreaterEqual.OPNAME = "greateq" [static, package]

Definition at line 20 of file GreaterEqual.java.


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