Package PyDSTool :: Package Toolbox :: Module phaseplane :: Class zone_node
[hide private]
[frames] | no frames]

Class zone_node

source code

       object --+            
                |            
 MProject.feature --+        
                    |        
MProject.feature_node --+    
                        |    
 MProject.ql_feature_node --+
                            |
                           zone_node
Known Subclasses:

Phase plane 'zone' node of hierarchical qualitative feature abstract class. A zone is a bounding box in the phase plane containing a feature, grown to include a region that satisfies some local condition.

Must define _leaf_class for each implementation of a zone_node class

Instance Methods [hide private]
 
finish(self, target)
Operations to complete only if evaluate was True (optional).
source code
 
_local_init(self) source code

Inherited from MProject.feature_node: __getitem__, __init__, __repr__, __str__, evaluate, propagate_verbosity, set_ref_traj

Inherited from MProject.feature_node (private): _residual_info

Inherited from MProject.feature: __call__, __eq__, __hash__, __ne__, info, postprocess_ref_traj, prepare, reset_metric, validate

Inherited from MProject.feature (private): _find_idx

Inherited from object: __delattr__, __getattribute__, __new__, __reduce__, __reduce_ex__, __setattr__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

finish(self, target)

source code 

Operations to complete only if evaluate was True (optional). Override in concrete sub-class if desired

Overrides: MProject.feature.finish
(inherited documentation)