java.lang.Object
de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.CellLabelGenerator

public class CellLabelGenerator extends Object
  • Constructor Details

    • CellLabelGenerator

      public CellLabelGenerator()
  • Method Details

    • getLabelFor

      public String getLabelFor(de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject nestGraphItemObject)
      Parameters:
      nestGraphItemObject - to generate a label for
      Returns:
      label generated using a corresponding label provider
    • getDataClassNameToLabelPathMapping

      public Map<String,Queue<String>> getDataClassNameToLabelPathMapping()
    • isShowIds

      public boolean isShowIds()
    • setShowIds

      public void setShowIds(boolean showIds)
    • isShowEdgeLabels

      public boolean isShowEdgeLabels()
    • setShowEdgeLabels

      public void setShowEdgeLabels(boolean showEdgeLabels)
    • setLabelModeForItem

      public void setLabelModeForItem(de.uni_trier.wi2.procake.data.object.nest.NESTGraphItemObject graphItemObject, LabelMode mode)