|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.embl.ebi.escience.scufl.enactor.event.WorkflowInstanceEvent
org.embl.ebi.escience.scufl.enactor.event.IterationCompletionEvent
public class IterationCompletionEvent
| Constructor Summary | |
|---|---|
IterationCompletionEvent(java.util.Map structureMapping,
java.util.Map inputShredding,
WorkflowInstance wf,
Processor activeProcessor,
java.util.List associatedCompletionEvents,
java.util.Map inputs,
java.util.Map outputs)
|
|
| Method Summary | |
|---|---|
java.lang.String |
findNameFromLSID(java.lang.String LSID)
Utility method to find the input or output name for a given LSID, returns the empty string if none is found. |
java.util.List |
getAssociatedCompletionEvents()
Returns a List containing all the ProcessCompletionEvents that occured during the iterations |
java.util.Map |
getInputShredding()
This is the equivalent for the inputs, the keys are the LSIDs of the overall input objects prior to iteration, the values are the sets of child objects which those have been decomposed into in order to get the correct cardinality types into the next operation |
java.util.Map |
getOverallInputs()
Returns a map of port name -> datathing corresponding to the overall inputs and outputs of the process which has been iterated over. |
java.util.Map |
getOverallOutputs()
As for the getOverallInputs but returns the final result map for this processor |
Processor |
getProcessor()
|
java.util.Map |
getStructureMapping()
Return a map containing information about the collections built by this iteration. |
java.lang.String |
toString()
Print a summary of the information contained within this event |
| Methods inherited from class org.embl.ebi.escience.scufl.enactor.event.WorkflowInstanceEvent |
|---|
getWorkflowInstance |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IterationCompletionEvent(java.util.Map structureMapping,
java.util.Map inputShredding,
WorkflowInstance wf,
Processor activeProcessor,
java.util.List associatedCompletionEvents,
java.util.Map inputs,
java.util.Map outputs)
| Method Detail |
|---|
public java.util.List getAssociatedCompletionEvents()
public java.util.Map getStructureMapping()
public java.util.Map getInputShredding()
public Processor getProcessor()
public java.util.Map getOverallInputs()
public java.util.Map getOverallOutputs()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String findNameFromLSID(java.lang.String LSID)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||