Class ReportSectionHeaderNode

java.lang.Object
ca.phon.opgraph.OpNode
ca.phon.app.opgraph.nodes.report.ReportSectionNode
ca.phon.app.opgraph.nodes.report.ReportSectionHeaderNode
All Implemented Interfaces:
ca.phon.opgraph.dag.Vertex, ca.phon.opgraph.extensions.Extendable

public class ReportSectionHeaderNode extends ReportSectionNode
  • Field Summary

    Fields inherited from class ca.phon.app.opgraph.nodes.report.ReportSectionNode

    addToBeginningInput, parentNodeInput, parentNodeOutput, sectionNameInput, sectionNodeOutput

    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
    protected ReportTreeNode
    createReportSectionNode(ca.phon.opgraph.OpContext context)
     

    Methods inherited from class ca.phon.app.opgraph.nodes.report.ReportSectionNode

    operate

    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

    • ReportSectionHeaderNode

      public ReportSectionHeaderNode()
  • Method Details