Data Model version 2.1.2
Acknowledgements
Diagram
|
Class Map
|
Attribute Map
|
Method Map
|
Help
|
License
Home
|
Package
|
Class
| Attribute |
Method:
{
prev
| next }
Method: setSoftware
from Class
molsim.api.AnnealProtocol.AnnealProtocol
setter for derived link 'software'
guid:
www.ccpn.ac.uk_Fogh_2010-05-18-10:52:09_00004
OpType:
set
OpSubType:
None
isQuery:
False
isAbstract:
False
Scope:
instance_level
Code:
if value is None:
self.methodStoreName = None
self.applicationVersion = None
elif value.name == self.application:
self.methodStoreName = value.methodStore.name
self.softwareVersion = value.version
else:
raise ApiError("Software %s not compatible with AnnealProtocol %s" % (value, self))
Data Model Version
2.1.2
Go to Top
Autogenerated by
PyApiDocGen
revision
1.3
on
Thu Oct 2 16:09:25 2014
from data model package
molsim.api.AnnealProtocol.AnnealProtocol
revision
?
Work done by the
CCPN team
.
www.ccpn.ac.uk