Interface VisualizationItem

All Superinterfaces:
Serializable
All Known Subinterfaces:
VisualizationDeltaItem

public interface VisualizationItem extends Serializable
  • Method Details

    • getName

      Name getName()
    • getNewValues

      List<? extends VisualizationItemValue> getNewValues()
    • isOperational

      boolean isOperational()
    • getSourceItem

      Item<?,?> getSourceItem()
    • getSourceRelPath

      ItemPath getSourceRelPath()
      Item path, relative to the visualization root path.
    • isDescriptive

      boolean isDescriptive()