package sss; public class Predictor<Entity, Value> { public Predictor(Entity entity, Attribute<Entity, Value> attribute) { // TODO } public Value predict(Object state) { return null; } }