Class AbstractAttributable

  • Direct Known Subclasses:
    LightEvent, LightLog

    public abstract class AbstractAttributable
    extends java.lang.Object
    • Field Detail

      • DATEFORMATABS

        protected static final java.text.DateFormat DATEFORMATABS
      • DATEFORMATREL

        protected static final java.text.DateFormat DATEFORMATREL
      • view

        protected final LogView view
      • number

        protected final int number
    • Constructor Detail

      • AbstractAttributable

        public AbstractAttributable​(LogView view,
                                    DataManager<?> manager,
                                    int number)
    • Method Detail

      • getAttributeKeys

        public Attribute[] getAttributeKeys()
      • getAttributeValueBoolean

        public boolean getAttributeValueBoolean​(Attribute key)
      • getAttributeValueBoolean

        public boolean getAttributeValueBoolean​(int attrIndex)
      • getAttributeValueDiscrete

        public long getAttributeValueDiscrete​(Attribute key)
      • getAttributeValueDiscrete

        public long getAttributeValueDiscrete​(int attrIndex)
      • getAttributeValueContinuous

        public double getAttributeValueContinuous​(Attribute key)
      • getAttributeValueContinuous

        public double getAttributeValueContinuous​(int attrIndex)
      • getAttributeValueTimestamp

        public long getAttributeValueTimestamp​(Attribute key)
      • getAttributeValueTimestamp

        public long getAttributeValueTimestamp​(int attrIndex)
      • getAttributeValueLiteral

        public java.lang.String getAttributeValueLiteral​(Attribute key)
      • getAttributeValueLiteral

        public java.lang.String getAttributeValueLiteral​(int attrIndex)
      • getAttributeValueLiteralIndex

        public int getAttributeValueLiteralIndex​(Attribute key)
      • getAttributeValueLiteralIndex

        public int getAttributeValueLiteralIndex​(int attrIndex)
      • getName

        public abstract java.lang.String getName()