| Constructor and Description |
|---|
AvailTypeManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAvailTypes(Map<Name,TypeSet<T>> availTypeSetMap,
Collection<Name> setsToUse)
Adds the given types to the manager.
|
Collection<TypeSet<T>> |
getAllAvailTypes() |
TypeSet<T> |
getAvailSet(Name availSetName)
Returns the named avail set.
|
public void addAvailTypes(Map<Name,TypeSet<T>> availTypeSetMap, Collection<Name> setsToUse)
availTypeSetMap - a full set of typessetsToUse - optional set of type names that the manager cares about - it will ignore others it finds.
If null, then the full set is used (by "full set" it means the metricTypeSetMap param).public TypeSet<T> getAvailSet(Name availSetName)
availSetName - the name of the avail set to be returnedpublic Collection<TypeSet<T>> getAllAvailTypes()
Copyright © 2015 Red Hat, Inc.. All rights reserved.