Package | Description |
---|---|
com.ljs.ootp.extract.html.ootp5.rating | |
com.ljs.ootp.extract.html.ootp6.rating | |
com.ljs.ootp.extract.html.rating |
Modifier and Type | Method and Description |
---|---|
static Rating<PotentialRating,PotentialRating.RatingScale> |
PotentialRating.from(String s) |
Rating<Integer,OneToOneHundred> |
PotentialRating.RatingScale.normalize(PotentialRating value) |
Rating<PotentialRating,PotentialRating.RatingScale> |
PotentialRating.RatingScale.parse(String s) |
Modifier and Type | Method and Description |
---|---|
static Rating<Integer,OneToTen> |
OneToTen.valueOf(Integer value) |
Modifier and Type | Method and Description |
---|---|
static <T,S extends Scale<T>> |
Rating.create(T value,
S scale) |
Rating<Integer,OneToOneHundred> |
Rating.normalize() |
Rating<Integer,OneToOneHundred> |
IntegerScale.normalize(Integer value) |
Rating<Integer,OneToOneHundred> |
Scale.normalize(T value) |
Rating<Integer,IntegerScale> |
IntegerScale.parse(String s) |
Rating<T,? extends Scale<T>> |
Scale.parse(String s) |
static Rating<Integer,OneToOneHundred> |
OneToOneHundred.valueOf(Integer value) |
Copyright © 2015. All rights reserved.