Package org.anchoranalysis.io.output.enabled.single
Non-beans that pertain to whether a single level has outputs that are enabled or not.
-
Interface Summary Interface Description SingleLevelOutputEnabled An interface for any class that defines whether a top-level output is enabled. -
Class Summary Class Description SingleLevelAnd Outputs are enabled if they are contained in both of twoSingleLevelOutputEnabled.SingleLevelBinary Base class for aSingleLevelOutputEnabledthat combines two existing such classes.SingleLevelInSet Outputs are enabled if they are contained in a set.SingleLevelNot The complement of an existingSingleLevelOutputEnabledwhere disabled outputs are enabled, and vice-versa.SingleLevelOr Outputs are enabled if they are contained in either of twoSingleLevelOutputEnabled.