Class AttributeMudelta

java.lang.Object
gaiasky.util.filter.attrib.AttributeAbstract
gaiasky.util.filter.attrib.AttributeMudelta
All Implemented Interfaces:
IAttribute<ParticleRecord>

public class AttributeMudelta
extends AttributeAbstract
implements IAttribute<ParticleRecord>
  • Field Summary

    Fields inherited from interface gaiasky.util.filter.attrib.IAttribute

    aux1, aux2
  • Constructor Summary

    Constructors
    Constructor Description
    AttributeMudelta()  
  • Method Summary

    Modifier and Type Method Description
    double get​(ParticleRecord bean)
    Gets the value of this attribute
    java.lang.String getUnit()
    Gets the unit in string
    java.lang.String toString()
    Gets the name

    Methods inherited from class gaiasky.util.filter.attrib.AttributeAbstract

    equals

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • AttributeMudelta

      public AttributeMudelta()
  • Method Details