public class ScoredLocation.CategoryScores
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
ScoredLocation.CategoryScores.NightLife |
class |
ScoredLocation.CategoryScores.Restaurant |
class |
ScoredLocation.CategoryScores.Shopping |
class |
ScoredLocation.CategoryScores.Sight |
| Modifier and Type | Method and Description |
|---|---|
ScoredLocation.CategoryScores.NightLife |
getNightLife() |
ScoredLocation.CategoryScores.Restaurant |
getRestaurant() |
ScoredLocation.CategoryScores.Shopping |
getShopping() |
ScoredLocation.CategoryScores.Sight |
getSight() |
java.lang.String |
toString() |
public java.lang.String toString()
toString in class java.lang.Objectpublic ScoredLocation.CategoryScores.Sight getSight()
public ScoredLocation.CategoryScores.Restaurant getRestaurant()
public ScoredLocation.CategoryScores.Shopping getShopping()
public ScoredLocation.CategoryScores.NightLife getNightLife()