Class ForEachParticipant.ParticipantTableNode

java.lang.Object
ca.phon.opgraph.OpNode
ca.phon.app.opgraph.nodes.ForEachParticipant.ParticipantTableNode
All Implemented Interfaces:
ca.phon.opgraph.dag.Vertex, ca.phon.opgraph.extensions.Extendable
Enclosing class:
ForEachParticipant

public static class ForEachParticipant.ParticipantTableNode extends ca.phon.opgraph.OpNode
  • Field Summary

    Fields inherited from class ca.phon.opgraph.OpNode

    CATEGORY_PROPERTY, COMPLETED_FIELD, DESCRIPTION_PROPERTY, ENABLED_FIELD, ID_PROPERTY, NAME_PROPERTY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    operate(ca.phon.opgraph.OpContext opContext)
     
    void
    setNumTables(int numTables)
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ParticipantTableNode

      public ParticipantTableNode()
  • Method Details

    • getNumTables

      public int getNumTables()
    • setNumTables

      public void setNumTables(int numTables)
    • operate

      public void operate(ca.phon.opgraph.OpContext opContext) throws ca.phon.opgraph.exceptions.ProcessingException
      Specified by:
      operate in class ca.phon.opgraph.OpNode
      Throws:
      ca.phon.opgraph.exceptions.ProcessingException