Uses of Class
de.dlr.proseo.model.SimplePolicy
Packages that use SimplePolicy
Package
Description
The de.dlr.proseo.model package contains all classes required for the modelling of the persistent state
of prosEO, the Processing System for Earth Observation Data
-
Uses of SimplePolicy in de.dlr.proseo.model
Methods in de.dlr.proseo.model that return SimplePolicyModifier and TypeMethodDescriptionSimplePolicy.merge(SimplePolicy anotherSimplePolicy) Merge two simple policies by creating a new simple policy with merged delta times; for the policy 'LatestValidityClosest' a merge is possible, if and only if both policies have the same delta times (this policy actually refers to a point in time and not to a time interval, therefore a merge can only be done between policies referring to the same point in time).Methods in de.dlr.proseo.model that return types with arguments of type SimplePolicyModifier and TypeMethodDescriptionSimpleSelectionRule.getSimplePolicies()Gets the simple selection policiesMethods in de.dlr.proseo.model with parameters of type SimplePolicyModifier and TypeMethodDescriptionSimplePolicy.merge(SimplePolicy anotherSimplePolicy) Merge two simple policies by creating a new simple policy with merged delta times; for the policy 'LatestValidityClosest' a merge is possible, if and only if both policies have the same delta times (this policy actually refers to a point in time and not to a time interval, therefore a merge can only be done between policies referring to the same point in time).Method parameters in de.dlr.proseo.model with type arguments of type SimplePolicyModifier and TypeMethodDescriptionvoidSimpleSelectionRule.setSimplePolicies(List<SimplePolicy> simplePolicies) Sets the simple selection policies