Math2mat
Public Member Functions | Static Package Attributes

m2m.backend.structure.Not Class Reference

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

List of all members.

Public Member Functions

 Not ()
String getOpSymbol ()

Static Package Attributes

static final String OPNAME = "not"

Detailed Description

Describe a logical not equal

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

Definition at line 18 of file Not.java.


Constructor & Destructor Documentation

m2m.backend.structure.Not.Not ( )

Definition at line 22 of file Not.java.


Member Function Documentation

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

Get the operation symbol of the operation

Returns:
the operation symbol

Reimplemented from m2m.backend.structure.Operation.

Definition at line 28 of file Not.java.


Member Data Documentation

final String m2m.backend.structure.Not.OPNAME = "not" [static, package]

Definition at line 20 of file Not.java.


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