Uses of Interface
edu.uci.isr.yancees.plugin.ProtocolPluginManagerInterface

Packages that use ProtocolPluginManagerInterface
edu.uci.isr.yancees   
edu.uci.isr.yancees.core   
edu.uci.isr.yancees.plugin   
 

Uses of ProtocolPluginManagerInterface in edu.uci.isr.yancees
 

Methods in edu.uci.isr.yancees that return ProtocolPluginManagerInterface
 ProtocolPluginManagerInterface ArchitectureManager.getProtocolPluginManager()
           
 

Uses of ProtocolPluginManagerInterface in edu.uci.isr.yancees.core
 

Methods in edu.uci.isr.yancees.core with parameters of type ProtocolPluginManagerInterface
 void ProtocolManager.setPluginManager(ProtocolPluginManagerInterface pm)
          Configures the plug-in manager to be used in the resoluiton of the tags in the incomming subscriptions.
 

Uses of ProtocolPluginManagerInterface in edu.uci.isr.yancees.plugin
 

Classes in edu.uci.isr.yancees.plugin that implement ProtocolPluginManagerInterface
 class ProtocolPluginManager