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

Class zone_leaf

source code

       object --+            
                |            
 MProject.feature --+        
                    |        
MProject.feature_leaf --+    
                        |    
 MProject.ql_feature_leaf --+
                            |
                           zone_leaf
Known Subclasses:

Phase plane 'zone' for leaf 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.

Instance Methods [hide private]
 
evaluate(self, target) source code
 
finish(self, target)
Override this function to be called if evaluate returns True
source code

Inherited from MProject.feature_leaf: __repr__, __str__, set_ref_traj

Inherited from MProject.feature_leaf (private): _residual_info

Inherited from MProject.feature: __call__, __eq__, __hash__, __init__, __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]

evaluate(self, target)

source code 
Overrides: MProject.feature.evaluate

finish(self, target)

source code 

Override this function to be called if evaluate returns True

Overrides: MProject.feature.finish