Class AppendTableNode

java.lang.Object
ca.phon.opgraph.OpNode
ca.phon.app.opgraph.nodes.table.TableOpNode
ca.phon.app.opgraph.nodes.table.AppendTableNode
All Implemented Interfaces:
ca.phon.opgraph.dag.Vertex, ca.phon.opgraph.extensions.Extendable

public class AppendTableNode extends TableOpNode
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    ca.phon.opgraph.InputField
     
    ca.phon.opgraph.InputField
     

    Fields inherited from class ca.phon.app.opgraph.nodes.table.TableOpNode

    tableInput, tableOutput

    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
    boolean
     
    void
    operate(ca.phon.opgraph.OpContext context)
     

    Methods inherited from class ca.phon.app.opgraph.nodes.table.TableOpNode

    getColumnIndex, getColumnIndices, getInputTable, setTableOutput

    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
  • Field Details

    • table1InputField

      public ca.phon.opgraph.InputField table1InputField
    • table2InputField

      public ca.phon.opgraph.InputField table2InputField
  • Constructor Details

    • AppendTableNode

      public AppendTableNode()
  • Method Details

    • isPreferTable1ColumnNames

      public boolean isPreferTable1ColumnNames()
    • operate

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