类 AISRuleViolation

java.lang.Object
net.sf.marineapi.ais.util.AISRuleViolation
所有已实现的接口:
Violation

public class AISRuleViolation extends Object implements Violation
Class holding information about a violation against an AIS rule.
作者:
Lázár József
  • 构造器详细资料

    • AISRuleViolation

      public AISRuleViolation(String where, Object value, String range)
      Creates a new Violation.
      参数:
      where - Place of violation.
      value - Current value
      range - Expected value range
  • 方法详细资料