java.lang.Object
com.inductiveautomation.ignition.common.tags.browsing.NodeAttribute
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExtendedInheritanceAttribute, TagColorAttribute

public class NodeAttribute extends Object implements Serializable
Node attributes are characteristics of a node that affect how they are displayed. For example, if they are alarmed, or if they have overrides, etc.

They way they work is that they are added to the NodeBrowseInfo by the tag/actors on the gateway side, and then are passed through the tag type renderers to convert them into visual aspects of the tag during browsing.

Since:
8.0
See Also:
  • Field Details

    • EXTENSION

      public static final NodeAttribute EXTENSION
      This tag is an extension of a super tag type.
  • Constructor Details

    • NodeAttribute

      public NodeAttribute(String id)
  • Method Details