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

Class: SpectrumWindowGroup

The SpectrumWindowGroup destructor includes non-standard actions.
    A group of spectrum windows.  Only one group may be active at any one time, and only windows in the active group are displayed.
Attributes
Link Attributes
Attribute Methods
Link Attribute Methods
Class Methods
Factory Methods
Other Methods
Appendix

Inheritance:


Details:

Parent: link analysisProject to class AnalysisProject
Main key: serial
Mandatory Attributes: name
Known Subclasses: None
Children: None
Constructor: newObj = SpectrumWindowGroup( analysisProject,name=value, ... )

Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
name Line 1..1 An arbitrary user-defined name for the window group.  
serial Int 1..1 Serial number of object. Serves as object main key. Serial numbers of deleted objects are not re-used. Serial numbers can only be set by the implementation. Values are in practice always positive, since negative values are interpreted as a signal to set the next free serial  

Inherited Attributes (not in package): applicationDataclassNamefieldNamesinConstructorisDeletedmetaclasspackageNamepackageShortNamequalifiedName

Link Attributes (in package)

Go to Top
Attribute Type Multiplicity Description
analysisProject AnalysisProject 1..1 (Parent link). parent link  
parent AnalysisProject 1..1 link to parent object - synonym for analysisProject  
spectrumWindows SpectrumWindow 0..* the SpectrumWindows of the SpectrumWindowGroup  

Inherited Attributes (not in package): accessactiveAccessroottopObject

Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
name
getName Line -
setName - Line
serial
getSerial Int -
setSerial - Int

Link Attribute Methods (in package)

Go to Top
Attribute Method Return Parameters Comment
analysisProject
getAnalysisProject AnalysisProject -
parent
getParent AnalysisProject -
spectrumWindows
getSpectrumWindows SpectrumWindow Set -
setSpectrumWindows - SpectrumWindow Set
sortedSpectrumWindows SpectrumWindow List -
addSpectrumWindow - SpectrumWindow
removeSpectrumWindow - SpectrumWindow
findFirstSpectrumWindow SpectrumWindow keyword=value pairs
findAllSpectrumWindows SpectrumWindow Set keyword=value pairs

Class Methods (in package)

Go to Top
Method Return Parameters Comment
checkValid - Boolean
checkAllValid - Boolean
getByKey SpectrumWindowGroup memops.api.Implementation.MemopsObject, Any List static
getFullKey Any List Boolean
getLocalKey Any -
get Any String
set - String, Any

Factory Methods (in package)

Go to Top
Method Return Parameters
None

Other Methods (in package)

Go to Top
Method Return Parameters Comment
None

Appendix

Go to Top

guid:

www.ccpn.ac.uk_Fogh_2006-08-17-14:16:22_00023

isImplicit:

False

Tag

Value
repositoryId $Id: $

Tag

Value
repositoryTag $Name: $

Special constructor code:

None

Special destructor code:

if self is self.analysisProject.activeWindowGroup:
  self.analysisProject.activeWindowGroup = None

Special postDestructor code:

None

Constraints:

None
Known inward one-way links: ccpnmr.api.Analysis.AnalysisProject.activeWindowGroup
  Data Model Version 2.1.2
Go to Top  
  Autogenerated by  PyApiDocGen  revision 1.3   on  Fri Mar 28 11:18:45 2014    from data model package  ccpnmr.api.Analysis.SpectrumWindowGroup   revision ?  
  Work done by the CCPN team.
www.ccpn.ac.uk