org.joone.inspection
Interface Inspectable

All Known Implementing Classes:
AbstractTeacherSynapse, BiasedLinearLayer, BufferedSynapse, ComparisonSynapse, ContextLayer, DelayLayer, DelaySynapse, DirectSynapse, FahlmanTeacherSynapse, FileInputSynapse, FileOutputSynapse, FreudRuleFullSynapse, FullSynapse, GaussianLayer, GaussLayer, ImageInputSynapse, ImageOutputSynapse, InputConnector, InputSwitchSynapse, JDBCInputSynapse, JDBCOutputSynapse, KohonenSynapse, Layer, LearningSwitch, LinearLayer, LogarithmicLayer, MemoryInputSynapse, MemoryLayer, MemoryOutputSynapse, MultipleInputSynapse, NestedNeuralLayer, NetworkLayer, PatternForwardedSynapse, RbfGaussianLayer, RbfInputSynapse, RbfLayer, SangerSynapse, SigmoidLayer, SimpleLayer, SineLayer, SoftmaxLayer, StreamInputSynapse, StreamOutputSynapse, Synapse, TanhLayer, TeacherSynapse, URLInputSynapse, WTALayer, XLSInputSynapse, XLSOutputSynapse, YahooFinanceInputSynapse

public interface Inspectable


Method Summary
 java.lang.String InspectableTitle()
          Method to get the title to show in the InspectionFrame tab.
 java.util.Collection Inspections()
          Method to get a collection of inspectable objects.
 

Method Detail

Inspections

java.util.Collection Inspections()
Method to get a collection of inspectable objects.

Returns:
list of Inspectable objects
See Also:
org.joone.Inspection

InspectableTitle

java.lang.String InspectableTitle()
Method to get the title to show in the InspectionFrame tab.

Returns:
title of the class.
See Also:
org.joone.InspectionFrame


Submit Feedback to pmarrone@users.sourceforge.net