|
|||||||||
| 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 Abstracton1InputOperation

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
- All Implemented Interfaces:
- java.util.EventListener, java.beans.PropertyChangeListener
- public abstract class Abstracton1InputOperation
- extends Abstracton1ImageOperation
a baseclass for operation on exactly one Input (NumberEntity, NumberList, ImageEntity, ImageList)
| Nested Class Summary | |
class |
Abstracton1InputOperation.NumberCalculator
calculator for a numberentity |
class |
Abstracton1InputOperation.NumberListCalculator
calculator for a numberlist |
| 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 | |
(package private) Abstracton1InputOperation.NumberCalculator |
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 | |
Abstracton1InputOperation()
|
|
| Method Summary | |
boolean |
accept(org.modama.framework.entities.AbstractEntity entity)
returns true if the entity will be accepted if put to the operation |
| Methods inherited from class org.modama.framework.operations.Abstracton1ImageOperation |
canExecute |
| Methods inherited from class org.modama.framework.operations.AbstractOperation |
calculate, create, createOutputEntity, delete, execute, fillAvailabeCalculatorsArray, 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 |
| Field Detail |
numberCalculator
Abstracton1InputOperation.NumberCalculator numberCalculator
| Constructor Detail |
Abstracton1InputOperation
public Abstracton1InputOperation()
| Method Detail |
accept
public boolean accept(org.modama.framework.entities.AbstractEntity entity)
- Description copied from class:
AbstractOperation - returns true if the entity will be accepted if put to the operation
- Overrides:
acceptin classAbstracton1ImageOperation
|
|||||||||
| Home >> All >> org >> modama >> framework >> [ operations overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC