Interface XisSymbolic


public interface XisSymbolic
Represent a data set where X is a symbolic values. Each symbolic value is linked with an Integer.
  • Method Summary

    Modifier and Type Method Description
    String getXSymbolicValue​(int series, int item)
    Returns the symbolic value of the data set specified by series and item parameters.
    String getXSymbolicValue​(Integer val)
    Returns the symbolic value linked with the specified Integer.
    String[] getXSymbolicValues()
    Returns the list of symbolic values.