org.smartfrog.examples.arithnet
Interface NetElem
- All Known Implementing Classes:
- Comparator, Constant, Delay, Dup, Generator, Negate, NetElemImpl, Plus, Printer, Times
public interface NetElem
Defines the methods for netcomponents.
|
Method Summary |
void |
doit(java.lang.String who,
int value)
The method called in each subclass. |
doit
void doit(java.lang.String who,
int value)
- The method called in each subclass.
- Parameters:
who - the string representaion of the componentvalue - the evaluated value
(C) Copyright 1998-2006 Hewlett-Packard Development Company, LP