Verwendungen von Klasse
de.dlr.proseo.model.SimplePolicy

Packages, die SimplePolicy verwenden
Package
Beschreibung
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
  • Verwendungen von SimplePolicy in de.dlr.proseo.model

    Methoden in de.dlr.proseo.model, die SimplePolicy zurückgeben
    Modifizierer und Typ
    Methode
    Beschreibung
    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).
    Methoden in de.dlr.proseo.model, die Typen mit Argumenten vom Typ SimplePolicy zurückgeben
    Modifizierer und Typ
    Methode
    Beschreibung
    SimpleSelectionRule.getSimplePolicies()
    Gets the simple selection policies
    Methoden in de.dlr.proseo.model mit Parametern vom Typ SimplePolicy
    Modifizierer und Typ
    Methode
    Beschreibung
    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).
    Methodenparameter in de.dlr.proseo.model mit Typargumenten vom Typ SimplePolicy
    Modifizierer und Typ
    Methode
    Beschreibung
    void
    SimpleSelectionRule.setSimplePolicies(List<SimplePolicy> simplePolicies)
    Sets the simple selection policies