Class MacroOpgraphEditorModel

java.lang.Object
ca.phon.opgraph.app.GraphEditorModel
ca.phon.app.opgraph.editor.OpgraphEditorModel
ca.phon.app.opgraph.macro.MacroOpgraphEditorModel

public class MacroOpgraphEditorModel extends OpgraphEditorModel
  • Constructor Details

    • MacroOpgraphEditorModel

      public MacroOpgraphEditorModel()
    • MacroOpgraphEditorModel

      public MacroOpgraphEditorModel(ca.phon.opgraph.OpGraph opgraph)
  • Method Details

    • getNoun

      public Tuple<String,String> getNoun()
      Description copied from class: OpgraphEditorModel
      Return the noun associated with the type of graph. The first element of the Tuple is the singleton version, while the second element is the plural. String should be returned as all lower case.
      Specified by:
      getNoun in class OpgraphEditorModel
      Returns:
      Tupleinvalid input: '<'String, String>
    • getTitle

      public String getTitle()
      Description copied from class: OpgraphEditorModel
      Return the editor title for the given model.
      Specified by:
      getTitle in class OpgraphEditorModel
      Returns:
      title