org.qedeq.kernel.bo.logic.model
Class FunctionVariable

java.lang.Object
  extended by org.qedeq.kernel.bo.logic.model.Operator
      extended by org.qedeq.kernel.bo.logic.model.FunctionVariable

public class FunctionVariable
extends Operator

One function variable.

Author:
Michael Meyling

Constructor Summary
FunctionVariable(java.lang.String name, int number)
          Constructor.
 
Method Summary
 
Methods inherited from class org.qedeq.kernel.bo.logic.model.Operator
equals, getArgumentNumber, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionVariable

public FunctionVariable(java.lang.String name,
                        int number)
Constructor.

Parameters:
name - Show this to represent the function within outputs.
number - Number of arguments this function has.


Copyright © 2014. All Rights Reserved.