Uses of Class
org.glassfish.jersey.examples.rx.domain.Calculation
-
Packages that use Calculation Package Description org.glassfish.jersey.examples.rx.domain org.glassfish.jersey.examples.rx.remote -
-
Uses of Calculation in org.glassfish.jersey.examples.rx.domain
Methods in org.glassfish.jersey.examples.rx.domain with parameters of type Calculation Modifier and Type Method Description RecommendationRecommendation. calculation(Calculation calculation)Constructors in org.glassfish.jersey.examples.rx.domain with parameters of type Calculation Constructor Description Recommendation(Destination destination, Forecast forecast, Calculation calculation) -
Uses of Calculation in org.glassfish.jersey.examples.rx.remote
Methods in org.glassfish.jersey.examples.rx.remote that return Calculation Modifier and Type Method Description CalculationCalculationResource. calculation(String from, String to)
-