Data Model version 2.0.6
Acknowledgements
Diagram | Class Map | Attribute Map | Method Map | Help | License
Home | Package | Class: { prev | next } | Attribute | Method

Data Obj Type: BooleanMatrix


    nD Matrix of Boolean elements.
Attributes
Attribute Methods
Class Methods
Other Methods

Inheritance:


Details:

isChangeable: 0
Mandatory Attributes: data, shape
Known Subtypes: None
Constructor: newObj = BooleanMatrix(data=value, shape=value, ... )

Attributes

Go to Top
Attribute Type Multiplicity Description
data Boolean 1..*  

Inherited Attributes: classNamefieldNamesinConstructormetaclassndimoverridepackageNamepackageShortNamequalifiedNameshapesizestridesvalue

Attribute Methods (in class)

Go to Top
Attribute Method Return Parameters Comment
data
getData Boolean Tuple -
setData - Boolean List

Class Methods (in class)

Go to Top
Method Return Parameters Comment
checkValid - Boolean
checkAllValid - Boolean
get Any String
set - String, Any
clone BooleanMatrix StringKeyDict

Other Methods (in class)

Go to Top
Method Return Parameters Comment
None

Appendix

Go to Top

guid:

www.ccpn.ac.uk_Fogh_2010-05-12-17:30:22_00005

isImplicit:

False

Tag

Value
repositoryId $Id: BooleanMatrix.xml,v 1.5 2011-01-13 14:40:37 rhfogh Exp $

Tag

Value
repositoryTag $Name: not supported by cvs2svn $

Special constructor code:

None

Constraint name:

matrix_size_eq_data_size
Constraint code: self.size == len(self.data)
Attributes using DataObjType: None

  Data Model Version 2.0.6
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Wed Aug 7 15:06:12 2013    from data model package  memops.api.Implementation.BooleanMatrix   revision 1.5  
  Work done by the CCPN team.
www.ccpn.ac.uk