Uses of Class
de.dlr.proseo.model.util.SelectionRule
Packages that use SelectionRule
Package
Description
The de.dlr.proseo.model.util package contains utility classes to assist the handling of the persistent state
of prosEO, the Processing System for Earth Observation Data
-
Uses of SelectionRule in de.dlr.proseo.model.util
Methods in de.dlr.proseo.model.util that return SelectionRuleModifier and TypeMethodDescriptionSelectionRule.merge(SelectionRule anotherRule) Merge this selection rule with another selection rule, thereby extending the validity periods per product type for each policy in such a way that the validity periods of this rule and of the other rule are covered.static SelectionRuleSelectionRule.parseSelectionRule(ProductClass targetProductClass, String selectionRuleString) Parse the given string as a selection rule (seethe grammar definition in the class comment).Methods in de.dlr.proseo.model.util with parameters of type SelectionRuleModifier and TypeMethodDescriptionSelectionRule.merge(SelectionRule anotherRule) Merge this selection rule with another selection rule, thereby extending the validity periods per product type for each policy in such a way that the validity periods of this rule and of the other rule are covered.