类 Event


  • public class Event
    extends java.lang.Object
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      protected double h  
      protected double[] point  
      protected long userID  
    • 构造器概要

      构造器 
      构造器 说明
      Event​(long userID, double[] point)  
      Event​(long userID, double xVal, double yVal)  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      protected double getH()  
      double[] getPoint()  
      long getUserID()  
      protected void setH​(double h)  
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • userID

        protected long userID
      • point

        protected double[] point
      • h

        protected double h
    • 构造器详细资料

      • Event

        public Event​(long userID,
                     double[] point)
      • Event

        public Event​(long userID,
                     double xVal,
                     double yVal)
    • 方法详细资料

      • getPoint

        public double[] getPoint()
      • getUserID

        public long getUserID()
      • setH

        protected void setH​(double h)
      • getH

        protected double getH()
                       throws java.lang.RuntimeException
        抛出:
        java.lang.RuntimeException