| Modifier | Constructor and Description |
|---|---|
protected |
Aspect(int rating,
String type)
Creates a new Aspect with the specified rating an aspect type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRating()
Returns the rating between 1 and 3
|
String |
getType()
Returns the type of the aspect.
|
protected Aspect(int rating,
String type)
rating - of aspecttype - of aspectpublic int getRating()
public String getType()
Copyright © 2014–2015. All rights reserved.