pengtianyue / Solvay_test

0 stars 1 forks source link

Elide transitions #9

Open mekcrab opened 8 years ago

mekcrab commented 8 years ago

Multiple transition attributes connect with “AND”, “OR” statements. For example, branched parallel states will connect with AND statement, multiple rejoining branches connected with OR statement.

==> Still in AttributeTypes.py

mekcrab commented 8 years ago

Need to decide (1) what constitutes a parallel branch, (2) how to handle the transition/state attributes from the generator perspective.

mekcrab commented 8 years ago

Added mul (AND) and add methods to Attribute_Base class. Operations are compared to the .is_complete attribute. Tests on this functionality still pending.