jInfer

cz.cuni.mff.ksi.jinfer.twostep.processing
Interface ClusterProcessorFactory

All Superinterfaces:
Capabilities, NamedModule, UserModuleDescription
All Known Implementing Classes:
AlternationsFactory, AutomatonMergingStateFactory, PassRepresentantFactory, TrieFactory

public interface ClusterProcessorFactory
extends NamedModule, Capabilities, UserModuleDescription

Factory interface for ClusterProcessor. Implementations should be annotated


Method Summary
 ClusterProcessor<AbstractStructuralNode> create()
          Creates new worker instance.
 
Methods inherited from interface cz.cuni.mff.ksi.jinfer.base.interfaces.NamedModule
getDisplayName, getModuleDescription, getName
 
Methods inherited from interface cz.cuni.mff.ksi.jinfer.base.interfaces.Capabilities
getCapabilities
 
Methods inherited from interface cz.cuni.mff.ksi.jinfer.base.interfaces.UserModuleDescription
getUserModuleDescription
 

Method Detail

create

ClusterProcessor<AbstractStructuralNode> create()
Creates new worker instance.

Returns:
cluster processor worker instance

jInfer

Generated on Fri Dec 9 00:01:25 CET 2011