-
- All Implemented Interfaces:
public final class PTRDetection
-
-
Field Summary
Fields Modifier and Type Field Description private final Site
site
private final PTRDetectionStrength
strength
private final Building
building
private final Float
screenPercentage
private final Float
boundsPercentage
-
Constructor Summary
Constructors Constructor Description PTRDetection(Building building, Float screenPercentage, Float boundsPercentage)
-
Method Summary
Modifier and Type Method Description final Site
getSite()
final PTRDetectionStrength
getStrength()
final Building
getBuilding()
final Float
getScreenPercentage()
final Float
getBoundsPercentage()
String
toString()
-
-
Method Detail
-
getStrength
final PTRDetectionStrength getStrength()
-
getBuilding
final Building getBuilding()
-
getScreenPercentage
final Float getScreenPercentage()
-
getBoundsPercentage
final Float getBoundsPercentage()
-
-
-
-