Package | Description |
---|---|
org.opennms.web.map.config | |
org.opennms.web.map.view |
Modifier and Type | Field and Description |
---|---|
protected Avail |
MapPropertiesFactory.disabledAvail |
protected Avail[] |
MapPropertiesFactory.orderedAvails |
protected Avail |
MapPropertiesFactory.undefinedAvail |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Avail> |
MapPropertiesFactory.availsMap |
Modifier and Type | Method and Description |
---|---|
Avail |
MapPropertiesFactory.getAvail(double avail)
getAvail
|
Avail |
MapPropertiesFactory.getDisabledAvail()
Getter for the field
disabledAvail . |
Avail[] |
MapPropertiesFactory.getOrderedAvails()
Gets the array of ordered Avail by min.
|
Avail |
MapPropertiesFactory.getUndefinedAvail()
Gets the undefined Avilability in map.properties.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Avail> |
MapPropertiesFactory.getAvailabilitiesMap()
Gets the java.util.Map with key = availability label and value the Avail
corresponding to the label
|
List<Avail> |
MapPropertiesFactory.getAvails()
getAvails
|
Modifier and Type | Method and Description |
---|---|
int |
Avail.compareTo(Avail otherAvail)
Compares the Avail to another in input by min.
|
Modifier and Type | Method and Description |
---|---|
List<Avail> |
VProperties.getAvails()
Getter for the field
avails . |
Modifier and Type | Method and Description |
---|---|
void |
VProperties.setAvails(List<Avail> avails)
Setter for the field
avails . |
Copyright © 2015. All rights reserved.