All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dk.alexandra.fresco.suite.ProtocolSuiteNumeric Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package dk.alexandra.fresco.suite;

import dk.alexandra.fresco.framework.builder.numeric.BuilderFactoryNumeric;
import dk.alexandra.fresco.framework.builder.numeric.NumericResourcePool;
import dk.alexandra.fresco.framework.builder.numeric.ProtocolBuilderNumeric;

/**
 * Marker interface for numeric protocol suite with the builder bound to the type of numeric.
 * This forces implementors of numeric suites to inherit from this common interface - and
 * therefore can have their behaviour changed via e.g. decorators.
 *
 * @param  the resource pool type.
 */
public interface ProtocolSuiteNumeric extends
    ProtocolSuite {

  @Override
  BuilderFactoryNumeric init(ResourcePoolT resourcePool);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy