Package ca.phon.app.opgraph.nodes
Class SelectedParticipantsNode
java.lang.Object
ca.phon.opgraph.OpNode
ca.phon.app.opgraph.nodes.SelectedParticipantsNode
- All Implemented Interfaces:
ca.phon.opgraph.dag.Vertex
,ca.phon.opgraph.extensions.Extendable
public class SelectedParticipantsNode
extends ca.phon.opgraph.OpNode
Node used in all anlyses representing the set of selected
participants for the analysis. When combineParticipants
is true the output list will be a single item list
containing
Participant
.ALL.-
Field Summary
Fields inherited from class ca.phon.opgraph.OpNode
CATEGORY_PROPERTY, COMPLETED_FIELD, DESCRIPTION_PROPERTY, ENABLED_FIELD, ID_PROPERTY, NAME_PROPERTY
-
Constructor Summary
-
Method Summary
Methods inherited from class ca.phon.opgraph.OpNode
addNodeListener, checkCanceled, getCategory, getDefaultCategory, getDefaultDescription, getDefaultName, getDescription, getExtension, getExtensionClasses, getId, getInputFields, getInputFieldWithKey, getName, getOutputFields, getOutputFieldWithKey, isBreakpoint, isCanceled, putExtension, putField, putField, putField, putField, removeAllInputFields, removeAllOutputFields, removeField, removeField, removeNodeListener, setBreakpoint, setCanceled, setCategory, setDescription, setId, setName
-
Field Details
-
SELECTED_PARTICIPANTS_GLOBAL_ID
- See Also:
-
-
Constructor Details
-
SelectedParticipantsNode
public SelectedParticipantsNode()
-
-
Method Details
-
operate
public void operate(ca.phon.opgraph.OpContext opContext) throws ca.phon.opgraph.exceptions.ProcessingException - Specified by:
operate
in classca.phon.opgraph.OpNode
- Throws:
ca.phon.opgraph.exceptions.ProcessingException
-