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 SimplePolicy
    Modifier and Type
    Method
    Description
    SimplePolicy.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 SimplePolicy
    Modifier and Type
    Method
    Description
    SimpleSelectionRule.getSimplePolicies()
    Gets the simple selection policies
    Methods in de.dlr.proseo.model with parameters of type SimplePolicy
    Modifier and Type
    Method
    Description
    SimplePolicy.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 SimplePolicy
    Modifier and Type
    Method
    Description
    void
    SimpleSelectionRule.setSimplePolicies(List<SimplePolicy> simplePolicies)
    Sets the simple selection policies