Class ResultsToTableNode

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

public class ResultsToTableNode extends ca.phon.opgraph.OpNode implements ca.phon.opgraph.app.extensions.NodeSettings
  • Constructor Details

    • ResultsToTableNode

      public ResultsToTableNode()
  • Method Details

    • 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
    • isIncludeSessionInfo

      public boolean isIncludeSessionInfo()
    • setIncludeSessionInfo

      public void setIncludeSessionInfo(boolean includeSessionInfo)
    • isIncludeSpeakerInfo

      public boolean isIncludeSpeakerInfo()
    • setIncludeSpeakerInfo

      public void setIncludeSpeakerInfo(boolean includeSpeakerInfo)
    • isIncludeTierInfo

      public boolean isIncludeTierInfo()
    • setIncludeTierInfo

      public void setIncludeTierInfo(boolean includeTierInfo)
    • isIncludeMetadata

      public boolean isIncludeMetadata()
    • setIncludeMetadata

      public void setIncludeMetadata(boolean includeMetadata)
    • isIgnoreDiacritics

      public boolean isIgnoreDiacritics()
    • isOnlyOrExcept

      public boolean isOnlyOrExcept()
    • getSelectedDiacritics

      public Collection<Diacritic> getSelectedDiacritics()
    • getComponent

      public Component getComponent(ca.phon.opgraph.app.GraphDocument document)
      Specified by:
      getComponent in interface ca.phon.opgraph.app.extensions.NodeSettings
    • getSettings

      public Properties getSettings()
      Specified by:
      getSettings in interface ca.phon.opgraph.app.extensions.NodeSettings
    • loadSettings

      public void loadSettings(Properties properties)
      Specified by:
      loadSettings in interface ca.phon.opgraph.app.extensions.NodeSettings