|
|||||||||
| Home >> All >> org >> modama >> framework >> [ operations overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.modama.framework.operations
Class OpInv

java.lang.Objectorg.modama.ModelStates
org.modama.Model
org.modama.framework.AbstractFrameworkModel
org.modama.framework.operations.AbstractOperation
org.modama.framework.operations.Abstracton1ImageOperation
org.modama.framework.operations.Abstracton1InputOperation
org.modama.framework.operations.OpInv
- All Implemented Interfaces:
- java.util.EventListener, java.beans.PropertyChangeListener
- public class OpInv
- extends Abstracton1InputOperation
INVERS
takes exactly one input and inverts it (output = 1 / input)
| Nested Class Summary | |
class |
OpInv.ImageInverter
negates an image |
class |
OpInv.NumberInverter
negates a numberentity |
| Nested classes inherited from class org.modama.framework.operations.Abstracton1InputOperation |
Abstracton1InputOperation.NumberCalculator, Abstracton1InputOperation.NumberListCalculator |
| Nested classes inherited from class org.modama.framework.operations.Abstracton1ImageOperation |
Abstracton1ImageOperation.ImageCalculator, Abstracton1ImageOperation.ImageListCalculator |
| Nested classes inherited from class org.modama.framework.operations.AbstractOperation |
AbstractOperation.Calculator |
| Field Summary |
| Fields inherited from class org.modama.framework.operations.Abstracton1InputOperation |
numberCalculator |
| Fields inherited from class org.modama.framework.operations.Abstracton1ImageOperation |
imageCalculator |
| Fields inherited from class org.modama.framework.operations.AbstractOperation |
active, availabeCalculators, calculator, EVENT_CONNECT, EVENT_DISCONNECT, EVENT_EXECUTION_FINISHED, EVENT_EXECUTION_STARTED, input, logger, output, resultingClass |
| Fields inherited from class org.modama.framework.AbstractFrameworkModel |
name, PROP_NAME |
| Fields inherited from class org.modama.Model |
changeAgent, EVENT_FIRED, state |
| Fields inherited from class org.modama.ModelStates |
CREATED, DELETED, MODIFIED, SAVED |
| Constructor Summary | |
OpInv()
|
|
| Method Summary | |
protected void |
fillAvailabeCalculatorsArray()
this has to be implemented, all the available calculators have to be inserted here |
| Methods inherited from class org.modama.framework.operations.Abstracton1InputOperation |
accept |
| Methods inherited from class org.modama.framework.operations.Abstracton1ImageOperation |
canExecute |
| Methods inherited from class org.modama.framework.operations.AbstractOperation |
calculate, create, createOutputEntity, delete, execute, getInputCount, getInputs, getOutput, isActive, load, Output, propertyChange, put, remove, removeAll, removeAllInput, save, searchCalculator, setActive, setOutput, toString |
| Methods inherited from class org.modama.framework.AbstractFrameworkModel |
getName, setName |
| Methods inherited from class org.modama.Model |
addPropertyChangeListener, addPropertyChangeListener, fire, fire, fire, getState, removePropertyChangeListener, removePropertyChangeListener, setState |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
OpInv
public OpInv()
| Method Detail |
fillAvailabeCalculatorsArray
protected void fillAvailabeCalculatorsArray()
- Description copied from class:
AbstractOperation - this has to be implemented, all the available calculators have to be inserted here
- Specified by:
fillAvailabeCalculatorsArrayin classAbstractOperation
|
|||||||||
| Home >> All >> org >> modama >> framework >> [ operations overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC