Interface ModelManager

All Superinterfaces:
Serializable
All Known Subinterfaces:
BasicModelManager, DynamicModelManager, TurbineModelManager
All Known Implementing Classes:
AbstractDynamicModelManager, AbstractTurbineModelManager

public interface ModelManager
extends Serializable
Right now is just a marker interface, and provides the Role name.
Version:
$Id: ModelManager.java 1792752 2017-04-26 14:36:57Z gk $
Author:
Eric Pugh
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static String ROLE
    Avalon role - used to id the component within the manager
  • Field Details

    • ROLE

      static final String ROLE
      Avalon role - used to id the component within the manager