Math2mat
Public Member Functions | Static Package Attributes

m2m.backend.structure.Or Class Reference

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

List of all members.

Public Member Functions

 Or ()
String getOpSymbol ()
String toOctave (int level)

Static Package Attributes

static final String OPNAME = "or"

Detailed Description

Describe a logical or

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

Definition at line 18 of file Or.java.


Constructor & Destructor Documentation

m2m.backend.structure.Or.Or ( )

Definition at line 22 of file Or.java.


Member Function Documentation

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

Get the operation symbol of the operation

Returns:
the operation symbol

Reimplemented from m2m.backend.structure.Operation.

Definition at line 28 of file Or.java.

String m2m.backend.structure.Or.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 Or.java.


Member Data Documentation

final String m2m.backend.structure.Or.OPNAME = "or" [static, package]

Definition at line 20 of file Or.java.


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