Math2mat
Public Member Functions

m2m.backend.structure.NotEqual Class Reference

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

List of all members.

Public Member Functions

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

Detailed Description

Describe a logical not equal

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

Definition at line 18 of file NotEqual.java.


Constructor & Destructor Documentation

m2m.backend.structure.NotEqual.NotEqual ( )

Definition at line 20 of file NotEqual.java.


Member Function Documentation

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

Implements m2m.backend.structure.Element.

Definition at line 42 of file NotEqual.java.

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

Reimplemented from m2m.backend.structure.Comparison.

Definition at line 36 of file NotEqual.java.

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

Get the operation symbol of the operation

Returns:
the operation symbol

Reimplemented from m2m.backend.structure.Operation.

Definition at line 26 of file NotEqual.java.

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


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