SuperNode Objects
Subclass of Node, ParameterProvider.
This encapsulates the functionality of any SuperNode whose behaviour is determined by its constituent nodes.
s.getChildDiagram() : SuperNodeDiagram
Returns the diagram containing the nodes encapsulated by this SuperNode.
s.getCompositeProcessorType() : SuperNodeType
Returns the type of this SuperNode.
s.isPasswordNeeded() : boolean
If the SuperNode is not locked or a password has been entered then return False, otherwise return True.
s.setCompositeProcessorType(type)
type (SuperNodeType) : the SuperNode type
Sets the type of this SuperNode.
Exceptions:
ObjectLockedException : if the diagram is currently locked
s.verifyPassword(password) : boolean
password (string) : the password to be tested
Check whether the supplied password is valid or not.