|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.jobmanager.definitions.WorkerDefinition.InputOutput<OutputMode>
org.eclipse.smila.jobmanager.definitions.WorkerDefinition.Output
public static class WorkerDefinition.Output
represents an Output node.
| Constructor Summary | |
|---|---|
WorkerDefinition.Output(AnyMap outputAny)
Constructs an Ouptut. |
|
| Method Summary | |
|---|---|
java.lang.String |
getGroup()
|
protected OutputMode |
getMode(java.lang.String modeName)
Gets the Mode for the given modeName. |
Any |
toAny()
Converts the object to an Any. |
| Methods inherited from class org.eclipse.smila.jobmanager.definitions.WorkerDefinition.InputOutput |
|---|
getModes, getName, getType, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WorkerDefinition.Output(AnyMap outputAny)
throws InvalidDefinitionException
outputAny - The Any object from which this output should be constructed.
InvalidDefinitionException - An error occurred during the conversion of the Any object.| Method Detail |
|---|
protected OutputMode getMode(java.lang.String modeName)
getMode in class WorkerDefinition.InputOutput<OutputMode>modeName - The mode name.
public java.lang.String getGroup()
public Any toAny()
throws java.lang.Exception
toAny in class WorkerDefinition.InputOutput<OutputMode>java.lang.Exception - exception while converting object to Any.
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||