| Package | Description |
|---|---|
| csbase.logic |
| Modifier and Type | Method and Description |
|---|---|
static CapacityType |
CapacityType.getType(java.lang.String type)
Método para retornar um tipo de enumeração Java a partir do nome da
enumeração obtida da idl.
|
static CapacityType |
CapacityType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CapacityType[] |
CapacityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SGAInfo.addCapacities(CapacityType type,
long value)
Recebe a capacidade resultante de um benchmarks e insere o valor recebido
em uma tabela de capacidades.
|
long |
SGASet.getCapacity(CapacityType capacityType)
Obtém as capacidades dos sgas medidas através dos benchmarks.
|
long |
SGAInfo.getCapacity(CapacityType capacity)
Obtém as capacidades dos sgas medidas através dos benchmarks.
|
Copyright © 2015. All Rights Reserved.