jInfer

cz.cuni.mff.ksi.jinfer.base.interfaces
Interface Capabilities

All Known Subinterfaces:
AutomatonEvaluatorFactory, AutomatonSimplifierFactory, ClustererFactory, ClusterProcessorFactory, ContentInferrerFactory, DefectiveAutomatonEvaluatorFactory, EvaluatorFactory, IGGenerator, LayoutFactory, MergeConditionTesterFactory, OrdererFactory, RegexpAutomatonSimplifierFactory, RegexpEvaluatorFactory, RegularExpressionCleanerFactory, SchemaGenerator, Simplifier, SuspectionFactory
All Known Implementing Classes:
AlternationsFactory, AutomatonMergingStateFactory, BitCodeFactory, ChainedFactory, ChainedFactory, CombinedFactory, DefectiveMDLFactory, DeterministFactory, DeterministicFactory, EmptyChildrenFactory, FullscanFactory, GraphvizLayoutFactory, GreedyFactory, GreedyMDLFactory, HeuristicMDLFactory, IGGeneratorImpl, InameFactory, KHContextFactory, KHgramsFactory, MinimizeFactory, NaiveAlphabetFactory, NaiveDefectiveFactory, NaiveFactory, NestedConcatenationFactory, NullFactory, OnebyoneFactory, PassRepresentantFactory, PatternFactory, SchemaGeneratorImpl, SchemaGeneratorImpl, SimpleFactory, SimplifierNullFactory, SKStringsFactory, StateRemovalHeuristicFactory, StateRemovalOrderedFactory, StepSuspectFactory, TesterNullFactory, TokenSizeFactory, ToStringSizeFactory, TrieFactory, TwoStepPseudoExporter, TwoStepSimplifierFactory, UserInteractiveFactory, UserInteractiveFactory, VyhnanovskaLayoutFactory, WeightedFactory

public interface Capabilities

Interface of inference modules that have capabilities. Every inference module should implement this interface.


Method Summary
 List<String> getCapabilities()
          Returns the list of capabilities (strings) of this module.
 

Method Detail

getCapabilities

List<String> getCapabilities()
Returns the list of capabilities (strings) of this module.

Returns:
List of capability names.

jInfer

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