Class TableOpNode

java.lang.Object
ca.phon.opgraph.OpNode
ca.phon.app.opgraph.nodes.table.TableOpNode
All Implemented Interfaces:
ca.phon.opgraph.dag.Vertex, ca.phon.opgraph.extensions.Extendable
Direct Known Subclasses:
AppendTableNode, ColumnPercentageNode, ColumnSumNode, ExtractColumnsNode, FeatureAccuracyNode, HomophonyAnalysis, InventoryNode, IPAVariabilityNode, MergeTablesNode, PhoneAccuracyNode, PhoneSimilarity, SortNode, TableScriptNode, TokenCountNode, TokenSummaryNode

public abstract class TableOpNode extends ca.phon.opgraph.OpNode
  • Field Summary

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

    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
     
    int[]
     
    getInputTable(ca.phon.opgraph.OpContext context)
     
    void
    setTableOutput(ca.phon.opgraph.OpContext context, TableDataSource tbl)
     

    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, operate, 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

    • tableInput

      protected ca.phon.opgraph.InputField tableInput
    • tableOutput

      protected ca.phon.opgraph.OutputField tableOutput
  • Constructor Details

    • TableOpNode

      public TableOpNode()
  • Method Details