fr.ove.openmath.jome.ctrl.amto
Class MapsToNAry

java.lang.Object
  extended byfr.ove.openmath.jome.ctrl.amto.AbstractMathTreeObject
      extended byfr.ove.openmath.jome.ctrl.amto.MapsToNAry
All Implemented Interfaces:
Parametrable, java.io.Serializable
Direct Known Subclasses:
ArithTimes, Divide, Equal, Greater, GreaterEqual, InfixOperator, Less, LessEqual, MapsToList, Minus, Plus, Power, Underscript, Unequal

public abstract class MapsToNAry
extends AbstractMathTreeObject

The abstract math tree object of a n-ary operator.

Version:
1.0 18/11/1999
Author:
© 1999 DIRAT Laurent
See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.ove.openmath.jome.ctrl.amto.AbstractMathTreeObject
identifier, param, token
 
Constructor Summary
MapsToNAry(java.lang.String identifier, int token)
          The constructor.
 
Method Summary
 void flush()
          "Flushes" the object as a sequence of events for the building of the model
 
Methods inherited from class fr.ove.openmath.jome.ctrl.amto.AbstractMathTreeObject
add, fireLinearParserEvent, flushChild, getChild, getChildren, getEventSource, getFather, getNbChildren, getParameter, remove, remove, removeAll, setEventSource, setFather, setParameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapsToNAry

public MapsToNAry(java.lang.String identifier,
                  int token)
The constructor.

Parameters:
identifier - the identifier of the instance.
token - the identifier of the instance by the mean of the event sent.
Method Detail

flush

public void flush()
"Flushes" the object as a sequence of events for the building of the model

Specified by:
flush in class AbstractMathTreeObject


Copyright © 1999-2007 Universit?© de Nice Sophia-Antipolis, I3S, Ove SARL, DFKI and Universit?§t des Saarlandes. All Rights Reserved.