IterableBehavior

Purpose

Basic class which provides forEach method to iterate over an array.

Syntax

S = IterableBehavior(arg)

Description

The IterableBehavior class has been introduced to deal with arrays of sets. The only purpose of this class is to have defined forEach method that executes a particular method for each element in the array. The IterableBehavior class cannot be instantiated or subclasses.

Input Arguments

arg

Any input argument is accepted but has no influence on the object creation.

Class:

Output Arguments

S

Object of the IterableBehavior class.

Class: IterableBehavior

See Also

polyhedron, convexset


© 2003-2013 Michal Kvasnica: STU Bratislava, michal.kvasnica@stuba.sk

© 2010-2013 Martin Herceg: ETH Zurich, herceg@control.ee.ethz.ch