Package com.uc4.api

Interface ITreeItem

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Iterator<? extends ITreeItem> childIterator()
      Returns an Iterator which can be used to step through the children of this ITreeItem.
      java.lang.String getName()
      Returns the name of this ITreeItem.
      int size()
      Returns the number of child items of this ITreeItem.
      TrafficLight trafficLight()
      Returns the traffic light information of this ITreeItem.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the name of this ITreeItem.
        Returns:
        name of this ITreeItem
      • size

        int size()
        Returns the number of child items of this ITreeItem.
        Returns:
        number of child items of this ITreeItem
      • childIterator

        java.util.Iterator<? extends ITreeItem> childIterator()
        Returns an Iterator which can be used to step through the children of this ITreeItem.
        Returns:
        Iterator containing the children of this ITreeItem
      • trafficLight

        TrafficLight trafficLight()
        Returns the traffic light information of this ITreeItem.
        Returns:
        TrafficLight