Package ru.ispras.microtesk.settings
Class GeneratorSettings
- java.lang.Object
-
- ru.ispras.microtesk.settings.AbstractSettings
-
- ru.ispras.microtesk.settings.GeneratorSettings
-
- Direct Known Subclasses:
MmuSettings
public class GeneratorSettings extends AbstractSettings
GeneratorSettings
represents generator settings.The settings contain standard and user-defined sections. Each standard section has a special getter. User-defined section are accessed via the standard
get
.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TAG
-
Constructor Summary
Constructors Constructor Description GeneratorSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeneratorSettings
get()
AllocationSettings
getAllocation()
DelaySlotSettings
getDelaySlot()
ExtensionsSettings
getExtensions()
MemorySettings
getMemory()
static void
set(GeneratorSettings settings)
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public static GeneratorSettings get()
-
set
public static void set(GeneratorSettings settings)
-
getMemory
public MemorySettings getMemory()
-
getAllocation
public AllocationSettings getAllocation()
-
getDelaySlot
public DelaySlotSettings getDelaySlot()
-
getExtensions
public ExtensionsSettings getExtensions()
-
-