edu.ksu.cis.cadena.core.adapter
Interface CadenaAdapterFactory

All Known Implementing Classes:
CoreAdapterFactory

public interface CadenaAdapterFactory

Author:
jesse TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Method Summary
 java.util.Collection<java.lang.Class> getAdaptersForNode(java.lang.Class node)
          Returns a collection of classes that correspond to the adapters that this factory can create for the specified node.
 

Method Detail

getAdaptersForNode

java.util.Collection<java.lang.Class> getAdaptersForNode(java.lang.Class node)
Returns a collection of classes that correspond to the adapters that this factory can create for the specified node.

Parameters:
node -
Returns: