Class AttributeAbstract

java.lang.Object
gaiasky.util.filter.attrib.AttributeAbstract
Direct Known Subclasses:
AttributeAbsmag, AttributeAppmag, AttributeDEC, AttributeDistance, AttributeEclLatitude, AttributeEclLongitude, AttributeGalLatitude, AttributeGalLongitude, AttributeMualpha, AttributeMudelta, AttributeRA, AttributeRadvel

public abstract class AttributeAbstract
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    AttributeAbstract()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object obj)  

    Methods inherited from class java.lang.Object

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

    • AttributeAbstract

      public AttributeAbstract()
  • Method Details

    • equals

      public boolean equals​(java.lang.Object obj)
      Overrides:
      equals in class java.lang.Object