Class ReportDesignNode

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

@Deprecated public class ReportDesignNode extends ca.phon.opgraph.OpNode implements ca.phon.opgraph.app.extensions.NodeSettings
Deprecated.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Deprecated.
     

    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
    Deprecated.
     
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getComponent(ca.phon.opgraph.app.GraphDocument document)
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    boolean
    Deprecated.
     
    void
    Deprecated.
     
    void
    operate(ca.phon.opgraph.OpContext context)
    Deprecated.
     
    void
    setUseLastReport(boolean useLastReport)
    Deprecated.
     

    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

  • Constructor Details

    • ReportDesignNode

      public ReportDesignNode()
      Deprecated.
    • ReportDesignNode

      public ReportDesignNode(ReportDesign reportDesign)
      Deprecated.
  • Method Details

    • operate

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

      public boolean isUseLastReport()
      Deprecated.
    • setUseLastReport

      public void setUseLastReport(boolean useLastReport)
      Deprecated.
    • getReportDesign

      public ReportDesign getReportDesign()
      Deprecated.
    • getComponent

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

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

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