Diana  0.8.3
Public Member Functions | Friends
IDianaArrayParameterSpec Class Reference

#include <IDianaParameter.hpp>

Inheritance diagram for IDianaArrayParameterSpec:
ICapeParameterSpec ICapeIdentification DianaArrayParameterSpec

List of all members.

Public Member Functions

virtual const DianaArrayParameterParametersArray () const =0 throw (Common::Error::ECapeUnknown)
virtual Common::Types::CapeBoolean Validate (const Diana::DianaArray &value, Common::Types::CapeString &message)=0 throw (Common::Error::ECapeUnknown, Common::Error::ECapeInvalidArgument, Common::Error::ECapeNoImpl)

Friends

std::ostream & operator<< (std::ostream &out_file, const IDianaArrayParameterSpec &pspec)

Detailed Description

Diana real array parameter specification. Specification defines boundaries and default value.


Member Function Documentation

virtual const DianaArrayParameter& ParametersArray ( ) const throw (Common::Error::ECapeUnknown) [pure virtual]

Returns array of the parameters.

Implemented in DianaArrayParameterSpec.

Validates a real value against its specification. It returns a flag to indicate the success or failure of the validation together with a text message which can be used to convey the reasoning to the client/user. The flag is True for success and False for failure. Currently not implemented.

Parameters:
valuethe value of the parameter to validate
messagemessage conveying information regarding the validation

Implemented in DianaArrayParameterSpec.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out_file,
const IDianaArrayParameterSpec pspec 
) [friend]

ostream output operator for the IDianaArrayParameterSpec class.


The documentation for this class was generated from the following file: