Predictor.java :  » Game » stackiter » sss » Java Open Source

Java Open Source » Game » stackiter 
stackiter » sss » Predictor.java
package sss;

public class Predictor<Entity, Value> {

  public Predictor(Entity entity, Attribute<Entity, Value> attribute) {
    // TODO
  }

  public Value predict(Object state) {
    return null;
  }

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.