org.jmat.function
Class Function

java.lang.Object
  |
  +--org.jmat.function.Function
All Implemented Interfaces:
CommandLinePrintable, StringPrintable
Direct Known Subclasses:
DoubleFunction, MatrixFunction, TestDoubleFunction

public abstract class Function
extends java.lang.Object
implements StringPrintable, CommandLinePrintable

Titre : JAva MAtrix TOols

Description :


Field Summary
protected  int argNumber
           
 
Constructor Summary
Function()
           
Function(int n)
           
 
Method Summary
 void checkArgNumber(int n)
           
 int getArgNumber()
           
 void toCommandLine(java.lang.String title)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

argNumber

protected int argNumber
Constructor Detail

Function

public Function()

Function

public Function(int n)
Method Detail

getArgNumber

public int getArgNumber()

checkArgNumber

public void checkArgNumber(int n)

toCommandLine

public void toCommandLine(java.lang.String title)
Specified by:
toCommandLine in interface CommandLinePrintable

toString

public java.lang.String toString()
Specified by:
toString in interface StringPrintable
Overrides:
toString in class java.lang.Object