Package org.aavso.tools.vstar.data.filter

Examples of org.aavso.tools.vstar.data.filter.ObsCodeFieldMatcher.matches()


        ObservationMatcherOp.EQUALS);

    ValidObservation ob = new ValidObservation();
    ob.setObsCode("ABC");

    assertTrue(matcher.matches(ob));
  }

  public void testMagnitudeMatcherTest1() {
    MagnitudeFieldMatcher matcher = new MagnitudeFieldMatcher(4.0,
        ObservationMatcherOp.EQUALS);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.