Constructor and Description |
---|
CpuContainer() |
Modifier and Type | Method and Description |
---|---|
Architecture |
architecture() |
void |
architecture(Architecture newArchitecture) |
boolean |
architecturePresent() |
List<Core> |
cores() |
void |
cores(List<Core> newCores) |
boolean |
coresPresent() |
CpuTune |
cpuTune() |
void |
cpuTune(CpuTune newCpuTune) |
boolean |
cpuTunePresent() |
BigInteger |
level() |
void |
level(BigInteger newLevel) |
boolean |
levelPresent() |
CpuMode |
mode() |
void |
mode(CpuMode newMode) |
boolean |
modePresent() |
String |
name() |
void |
name(String newName) |
boolean |
namePresent() |
BigDecimal |
speed() |
void |
speed(BigDecimal newSpeed) |
boolean |
speedPresent() |
CpuTopology |
topology() |
void |
topology(CpuTopology newTopology) |
boolean |
topologyPresent() |
String |
type() |
void |
type(String newType) |
boolean |
typePresent() |
makeArrayList, makeUnmodifiableList
public Architecture architecture()
architecture
in interface Cpu
public void architecture(Architecture newArchitecture)
public boolean architecturePresent()
architecturePresent
in interface Cpu
public boolean coresPresent()
coresPresent
in interface Cpu
public void cpuTune(CpuTune newCpuTune)
public boolean cpuTunePresent()
cpuTunePresent
in interface Cpu
public BigInteger level()
public void level(BigInteger newLevel)
public boolean levelPresent()
levelPresent
in interface Cpu
public void mode(CpuMode newMode)
public boolean modePresent()
modePresent
in interface Cpu
public void name(String newName)
public boolean namePresent()
namePresent
in interface Cpu
public BigDecimal speed()
public void speed(BigDecimal newSpeed)
public boolean speedPresent()
speedPresent
in interface Cpu
public CpuTopology topology()
public void topology(CpuTopology newTopology)
public boolean topologyPresent()
topologyPresent
in interface Cpu
public void type(String newType)
public boolean typePresent()
typePresent
in interface Cpu
Copyright © 2016. All rights reserved.