package org.ripple.power.hft.def; public interface IHStrategy { void init(IHInformer informer, IHInitializers initializers); }