de.unihalle.informatik.Alida.datatypes
Interface ALDConfigurationValidator

All Known Implementing Classes:
ALDArrayMean, ALDArrayMin, ALDArraySum, ALDCalcMean, ALDClusterExperiment, ALDDemoOpControllable, ALDInputParameterTester, ALDKmeansOp, ALDOperator, ALDOperatorControllable, ALDPCAOp, ALDSummarizeArrayOp, ALDToplevelOperator, ALDTransposeMatrix, ALDWorkflow, AnalyzeExperiment, ApplyToMatrix, FilterExperimentalDataOp, MatrixSum, NormalizeExperimentalDataOp, SummarizeClusters

public interface ALDConfigurationValidator

A class implementing this interface provides methods to determine proper configuration of an object.

Author:
posch

Method Summary
 boolean isConfigured()
          Returns true if the object is properly configured.
 java.util.List<java.lang.String> unconfiguredItems()
          Return a list of not or not properly configured items of this object.
 

Method Detail

isConfigured

boolean isConfigured()
Returns true if the object is properly configured.

Returns:

unconfiguredItems

java.util.List<java.lang.String> unconfiguredItems()
Return a list of not or not properly configured items of this object. Items may, e.g., be parameters of operators or member fields in general.

Returns:
List of not or not properly configured items or null if the object is properly configured