Package org.anchoranalysis.io.output.enabled.multi
Non-beans that pertain to whether multiple-levels have outputs that are enabled or not.
-
Interface Summary Interface Description MultiLevelOutputEnabled Whether an output is enabled or not in a context of hierarchy of different rules for outputting. -
Class Summary Class Description MultiLevelAnd Outputs are enabled if they are contained in both of twoMultiLevelOutputEnableds.MultiLevelBinary Base class for operations that combines twoMultiLevelOutputEnableds.MultiLevelNot The complement of an existingMultiLevelOutputEnabledwhere disabled outputs are enabled, and vice-versa.MultiLevelOr Outputs are enabled if they are contained in either of twoMultiLevelOutputEnableds.