jInfer

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

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

public interface UserModuleDescription

Interface which must be implemented by factory classes of submodules. The description should be renderer in properties panel of module, which provides user a selection of submodules. Should be 10-20 lines in length.


Method Summary
 String getUserModuleDescription()
          Text to be displayed to user in properties panel as a moderate description of module.
 

Method Detail

getUserModuleDescription

String getUserModuleDescription()
Text to be displayed to user in properties panel as a moderate description of module. 10-20 lines.

Returns:

jInfer

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