A B C D E F G H I K L M N O P R S T U V W

A

ACCESSCOUNTINIT - Static variable in class Speicher.Page
Initial value for Access counter
accessCounts - Variable in class Speicher.Page
Access counter.
accessTime - Variable in class Speicher.Page
Time of last access
ACCESSTIMEINIT - Static variable in class Speicher.Page
Initial value for Access time.
actionPerformed(ActionEvent) - Method in class Seitenersetzung.PRA
Processes the ActionEvents
actualMemory - Variable in class Seitenersetzung.SimuData
Actual memory while running a strategy.
actualReferenceIndex - Variable in class Speicher.ReferenceString
Index for handling the methods first- and next-reference.
addPage(int, Page) - Method in class Speicher.Memory
Inserts the given page at the given index in memory, increasing the size of memory Higher elements are shifted to the end
addPage(Page) - Method in class Speicher.Memory
Appends the given page in memory increasing the size of memory.
allocationPanel - Variable in class Gui.GUI
Panel, where the memory settings can be done.
AllocationPanel - class Gui.AllocationPanel.
A panel, where the settings for the memory allocation can be done.
AllocationPanel(int, EventListener) - Constructor for class Gui.AllocationPanel
Creates a new instance of AllocationPanel.
appendReference(Reference) - Method in class Speicher.ReferenceString
Appends a new reference to the referenceString.
AUTO_INPUT_PANEL - Static variable in class Seitenersetzung.Names
Symbolic String for auto input panel.
autoReferenceString - Variable in class Seitenersetzung.SimuData
ReferenceString for auto processing.

B

backgroundColor - Variable in class Speicher.Page
Backgroundcolor of page for highlighting.
BeladysAnomaly - class Speicher.BeladysAnomaly.
This is a predefined static referenceString to explain Belady's anomaly.
BeladysAnomaly() - Constructor for class Speicher.BeladysAnomaly
 
blinkDelay - Variable in class Seitenersetzung.SimuData
Actual time of delay when blinking a page.
BLINKDELAY - Static variable in class Seitenersetzung.Names
Symbolic String for blink delay.
blinkDelayText - Variable in class Gui.StatusPanel
Delay of blinking in milliseconds.
blinkPage(ReplaceStrategy, Page, int, Color) - Method in class Gui.GUI
Let the given page blink with changing colors
BLINKTIMES - Static variable in class Gui.GUI
Times of blinking memorycell.
BLUEBACKGROUNDCOLOR - Static variable in class Gui.GUIColors
Default backgroundcolor for the applet's panels.
bottomPanel - Variable in class Gui.ReferencePanel
The lower panel, where the settings for references can be done.
bottomPanel - Variable in class Gui.AllocationPanel
The lower panel, where the settings for memory allocation can be done.

C

calculateRatio() - Method in class Seitenersetzung.SimuData
Calculates the ratio between the hits of the actual strategy and the OPT-startegy.
CANCEL - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Cancel"
cancelButton - Variable in class Gui.Keyboard
Button to complete the input.
cancelIcon - Variable in class Gui.Keyboard
Icon for the Button to cancel the input.
CELL_DIST_FRAME - Static variable in class Gui.MemoryDrawPanel
Distance of the memory cell to the border.
CELL_SIZE - Static variable in class Gui.MemoryDrawPanel
Size of the memory cell.
CELL_TEXT_DIST - Static variable in class Gui.MemoryDrawPanel
Distance of the memory cell to the framenumber.
CELLBACKGROUNDCOLOR - Static variable in class Gui.GUIColors
Standard-Hintergrundfarbe der Speicherzelle.
CELLFILLLEGENDECOLOR - Static variable in class Gui.GUIColors
Fillcolor for legend-cell.
CELLFRAMECOLOR - Static variable in class Gui.GUIColors
Backgroundcolor for frame of memory-cell.
CELLHEIGHT - Static variable in class Gui.MemoryTable
Height of all table cells without row header
CELLHEIGHT - Static variable in class Gui.ReferenceTable
Constant for the height of all table cells without row header
CELLVALUECOLOR - Static variable in class Gui.GUIColors
Color for label of legend-cell.
CELLVICTIMCOLOR - Static variable in class Gui.GUIColors
Backgroundcolor for frame of victim-cell.
CELLWIDTH - Static variable in class Gui.MemoryTable
Width of all table cells without row header
CELLWIDTH - Static variable in class Gui.ReferenceTable
Constant for the width of all table cells without row header
CENTER_PANEL_WIDTH - Variable in class Gui.GUI
Width of centerPanel.
CHANGECOLOR - Static variable in class Gui.GUIColors
Backgroundcolor for the changed memory cell.
Check - class Seitenersetzung.Check.
This class only contains some check-methods to use for validating inputs
Check() - Constructor for class Seitenersetzung.Check
 
clearAllIndexPointer() - Method in class Speicher.Memory
Clears all indexPointers in the memory pages.
CLEAREDVECTORCOLOR - Static variable in class Gui.GUIColors
Fillcolor of a alearde vector/page.
clearHighModifiedBit() - Method in class Speicher.Page
Clears the highest modified-Bit.
clearHighReferenceBit() - Method in class Speicher.Page
Clears the highest reference-Bit.
clearMessage() - Method in class Gui.GUI
Clears the actually displayed message
clearPointer() - Method in class Speicher.Page
Clears the pointer in this page.
Clock - class Strategie.Clock.
This class is an implementation of the abstract class ReplaceStrategy.
Clock(boolean) - Constructor for class Strategie.Clock
Creates a new instance of this strategy
COLORINIT - Static variable in class Speicher.Page
Initial color when drawing the page
CREATE - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Create"
createAutoReferenceString() - Method in class Seitenersetzung.SimuData
Creates a new referenceString for automatic processing
createIcon - Variable in class Gui.ReferencePanel
Icon, to visualise the function "Create".
createIcon - Variable in class Gui.AllocationPanel
Icon, to visualise the function "Create".
createMemory() - Method in class Seitenersetzung.SimuData
Creates a new memory allocation with initial values.
createMemory(int, int, int) - Method in class Strategie.ReplaceStrategy
Creates a new memory structure with the given size and number of reference- and modifyBits.
createMemory(int, int, int) - Method in class Strategie.MFU
Creates a new memory structure with the given size and number of reference- and modifyBits.
createMemory(int, int, int) - Method in class Strategie.LIFO
Creates a new instance of this strategy.
createMemory(int, int, int) - Method in class Strategie.LFU
Creates a new memory structure with the given size and number of reference- and modifyBits.
createMemory(int, int, int) - Method in class Strategie.NRU
Creates a new memory structure with the given size and number of reference- and modifyBits.
createMemory(int, int, int) - Method in class Strategie.FIFO
Creates a new memory structure with the given size and number of reference- and modifyBits.
createMemory(int, int, int) - Method in class Strategie.MRU
Creates a new memory structure with the given size and number of reference- and modifyBits.
createMemory(int, int, int) - Method in class Strategie.Clock
Creates a new memory structure with the given size and number of reference- and modifyBits
createMemory(int, int, int) - Method in class Strategie.LRU
Creates a new instance of this strategy.
createRandom(int) - Method in class Speicher.ReferenceString
Replaces the references in this referenceString by random created references with page values between 0 and pageCount-1
createRandomMemory() - Method in class Seitenersetzung.SimuData
Creates a new memory allocation, with distinct and valid values for the pagenumber, framenumber and accessTime.

D

deepCopy() - Method in class Speicher.Memory
Creates a deep copy of memory.
deepCopy() - Method in class Speicher.Page
Returns a deep copy of the page, all elements are really new created!
delay(int) - Static method in class Gui.GUI
Delays the execution of the program by stopping this thread
DELETE - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Delete"
deleteIcon - Variable in class Gui.ReferencePanel
Icon, to visualise the function "Delete".
deleteIcon - Variable in class Gui.AllocationPanel
Icon, to visualise the function "Delete".
DEUTSCH - Static variable in class Seitenersetzung.LanguageText
Constant for german language
deutschButton - Variable in class Gui.StatusPanel
Switch to deutsch language.
deutschIcon - Variable in class Gui.StatusPanel
Icon for deutsch language.
DISABLEDBACKGROUNDCOLOR - Static variable in class Gui.GUIColors
Backgroundcolor for a not editable Tetxtfield.
DisplayTextField - class Gui.DisplayTextField.
DisplayTextField is a textfield that isn't editable and only to display values.
DisplayTextField(String, int) - Constructor for class Gui.DisplayTextField
Creates a new only-show textfield with the given number of columns and with initial text.
DRAW - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Draw"
DRAW_TAB - Static variable in class Seitenersetzung.Names
Component of TabbedPane where the memory is drawn.
drawMemoryCell(Graphics, int, int, int, Color, Color, Color, String, String, String, String, String, String) - Method in class Gui.MemoryDrawPanel.DrawPanel
Draws a square with given text values.
drawMemoryPage(boolean, boolean, boolean, boolean, Page, Color) - Method in class Gui.GUI
Draws the given page with its values and the given color.
drawMemoryPage(Page, Color) - Method in class Gui.MemoryDrawPanel.DrawPanel
Draws the given page with its values and the given color.
drawPanel - Variable in class Gui.MemoryDrawPanel
Drawing panel, where the drawing is done
drawVectorPage(Graphics, int, int, int, int, int, boolean, boolean) - Method in class Gui.MemoryDrawPanel.DrawPanel
Draws the given details of the memory vector while runnning a strategy.
drawVectorPage(int, int, int, int, int, boolean, boolean) - Method in class Gui.GUI
Draws the given details of the memory vector while runnning a strategy.

E

EDIT - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Edit"
EditIntegerTextField - class Gui.EditIntegerTextField.
EditIntegerTextField is an editable textfield, that only allows to insert numeric characters (0,1,...9).
EditIntegerTextField.IntegerDocument - class Gui.EditIntegerTextField.IntegerDocument.
This class replaces the standard document in the textfield and checks the input to be only numeric.
EditIntegerTextField.IntegerDocument(EditIntegerTextField) - Constructor for class Gui.EditIntegerTextField.IntegerDocument
 
EditIntegerTextField(String, String, int, FocusListener, KeyListener) - Constructor for class Gui.EditIntegerTextField
Creates an instance of this class with initial text, size and listeners
EMPTYMODBITINIT - Static variable in class Speicher.Page
Initial value for Not set modifyBit
EMPTYREFBITINIT - Static variable in class Speicher.Page
Initial value for Not set referenceBit.
ENABLEDBACKGROUNDCOLOR - Static variable in class Gui.GUIColors
Backgroundcolor for an editable Tetxtfield.
ENGLISCH - Static variable in class Seitenersetzung.LanguageText
Constant for english language
englischButton - Variable in class Gui.StatusPanel
Switch to english language.
englischIcon - Variable in class Gui.StatusPanel
Icon for englisch language.
ENTER - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Enter"
enterButton - Variable in class Gui.Keyboard
Button to canncel the input.
enterIcon - Variable in class Gui.Keyboard
Icon for the Button to complete the input.

F

FIFO - class Strategie.FIFO.
Implementation of the page replacement strategy FIFO (First-In-First-Out).
FIFO(boolean) - Constructor for class Strategie.FIFO
Creates a new instance of this strategy.
FLAG_DEUTSCH - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "German"
FLAG_ENGLISCH - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "English"
focusGained(FocusEvent) - Method in class Seitenersetzung.PRA
No implementation
focusLost(FocusEvent) - Method in class Seitenersetzung.PRA
Processes the FocusEvent when the a component looses the focus
frameCount - Variable in class Seitenersetzung.SimuData
Number of frames.
FRAMECOUNT - Static variable in class Seitenersetzung.Names
Symbolic String for Framecount.
frameCountLabel - Variable in class Gui.AllocationPanel
Label for setting the number of frames.
frameCountShowText - Variable in class Gui.StatusPanel
Number of frames.
frameCountText - Variable in class Gui.AllocationPanel
TextField, to set the number of frames.
frameNr - Variable in class Speicher.Page
Number of frame where page is placed.

G

getAccessCounts() - Method in class Speicher.Page
Returns the number of accesses to this page.
getAccessTime() - Method in class Speicher.Page
Returns the time of last access to this page.
getActualReference() - Method in class Speicher.ReferenceString
Returns the actual reference without setting internal pointer.
getActualReferenceText() - Method in class Speicher.ReferenceString
Returns a String with actual reference without setting internal pointer.
getAutoReferenceString() - Method in class Seitenersetzung.SimuData
Returns the referenceString that is saved for automatic processing
getBackgroundColor() - Method in class Speicher.Page
Returns the backgroundcolor for this page.
getBlinkDelay() - Method in class Seitenersetzung.SimuData
Returns the actual delay of blinking in ms
getBlinkDelayText() - Method in class Gui.StatusPanel
Returns the textfield with blink delay
getColsDrawMemory() - Method in class Gui.MemoryDrawPanel.DrawPanel
Returns the number of memory cells that fit in one line
getColumnCount() - Method in class Gui.MemoryTable.MemoryTableModel
 
getColumnCount() - Method in class Gui.ReferenceTable.ReferenceTableModel
 
getDrawCoord(int) - Method in class Gui.MemoryDrawPanel.DrawPanel
Returns the x,y-coordinates to draw the memory cell x,y ist the left upper corner of the cell
getDrawLfdNr(Memory, int) - Method in class Strategie.ReplaceStrategy
Returns the index of the frame i in memory structure.
getDrawLfdNr(Memory, int) - Method in class Strategie.MFU
Returns the index of the frame i in memory structure.
getDrawLfdNr(Memory, int) - Method in class Strategie.LIFO
Returns the index of the frame i in memory structure.
getDrawLfdNr(Memory, int) - Method in class Strategie.LFU
Returns the index of the frame i in memory structure.
getDrawLfdNr(Memory, int) - Method in class Strategie.NRU
Returns the index of the frame i in memory structure.
getDrawLfdNr(Memory, int) - Method in class Strategie.FIFO
Returns the index of the frame i in memory structure.
getDrawLfdNr(Memory, int) - Method in class Strategie.MRU
Returns the index of the frame i in memory structure.
getDrawLfdNr(Memory, int) - Method in class Strategie.Clock
The memory structure can have an strategy-dependant internal sort.
getDrawLfdNr(Memory, int) - Method in class Strategie.LRU
Returns the index of the frame i in memory structure.
getDrawPanel() - Method in class Gui.MemoryDrawPanel
Sets the new memory.
getFirstAccessTime(int, int) - Method in class Speicher.ReferenceString
Finds the index of the first occurrence of a refernce to the given pageNr.
getFirstPage() - Method in class Speicher.Memory
Returns the first page in memory (index = 0).
getFrameCount() - Method in class Seitenersetzung.SimuData
Returns the actual number of frames
getFrameCount() - Method in class Gui.AllocationPanel
Returns the EditIntegerTextfield where the number of frames.
getFrameNr() - Method in class Speicher.Page
Returns the frameNumber of this page.
getFramesText() - Method in class Gui.StatusPanel
Returns the textfield with the number of frame
getHitCount() - Method in class Seitenersetzung.SimuData
Returns the actual number of hits
getHits() - Method in class Strategie.OPT
Returns the number of hits in the last evalution run
getHitsOPTText() - Method in class Gui.StatusPanel
Returns the textfield with the number of hits with OPT
getHitSText() - Method in class Gui.StatusPanel
Returns the textfield with the number of hits
getInputMethodPanel() - Method in class Gui.GUI
Returns the panel, where the input can be done using the keyboardPanel or the autoPanel.
getInsertTime() - Method in class Speicher.Page
Returns the time of insertion of this page.
getInt(String) - Static method in class Seitenersetzung.Check
Returns the int value of the given inputText
getKeyboard() - Method in class Gui.GUI
Returns the keyboard, that can be used for entering manual references
getLanguage() - Method in class Seitenersetzung.SimuData
Return the actual language
getLastPage() - Method in class Speicher.Memory
Returns the last page in memory (index = size -1).
getLastVictimPage() - Method in class Seitenersetzung.SimuData
Return the last victim page
getListCellRendererComponent(JList, Object, int, boolean, boolean) - Method in class Gui.RowHeaderRenderer
 
getLongName() - Method in class Strategie.ReplaceStrategy
Returns the long name of this strategy.
getMemory() - Method in class Seitenersetzung.SimuData
Return the actual memory
getMemoryDrawPanel() - Method in class Gui.GUI
Returns the panel, where memory cells and details are drawn on
getMemoryTable() - Method in class Gui.GUI
Returns the table, where the editable memory is displayed
getMemoryTable() - Method in class Gui.AllocationPanel
Returns the MemoryTable
getMessageLabel() - Method in class Gui.MessagePanel
Returns the label, that shows the message
getMessagePanel() - Method in class Gui.GUI
Returns the panel where there messages are displayed
getMissCount() - Method in class Seitenersetzung.SimuData
Returns the actual number of misses
getMisses() - Method in class Strategie.OPT
Returns the number of misses in the last evalution run
getMissesOPTText() - Method in class Gui.StatusPanel
Returns the textfield with the number of misses with OPT
getMissesText() - Method in class Gui.StatusPanel
Returns the textfield with the number of misses
getModifyBitCount() - Method in class Strategie.ReplaceStrategy
Returns the number of modifyBits needed by this strategy.
getModifyBits() - Method in class Speicher.Page
Returns modifyBits of this page as a String.
getNextReference() - Method in class Speicher.ReferenceString
Returns cyclic the next reference
getNextRefShowText() - Method in class Gui.GUI
Returns the textField, that shows the next reference from the referenceString that is used for step by step (auto-)processing
getNextRefShowText() - Method in class Gui.InputAutoPanel
Returns the textField, that shows the next reference from the referenceString that is used for step by step (auto-)processing
getOPTHits() - Method in class Seitenersetzung.SimuData
Returns the number of hits, that has been computed in the past by performOPTComparison.
getOPTMisses() - Method in class Seitenersetzung.SimuData
Returns the number of misses, that has been computed in the past by performOPTComparison.
getOPTRatio() - Method in class Seitenersetzung.SimuData
Returns the actual ratio of hits between actual strategy and OPT
getPage(int) - Method in class Speicher.Memory
Returns the page at the given index in memory.
getPageCount() - Method in class Seitenersetzung.SimuData
Returns the actual number of pages
getPageCount() - Method in class Gui.AllocationPanel
Returns the EditIntegerTextfield where the number of pages.
getPageF(int) - Method in class Speicher.Memory
Returns null or the page that is placed in the given frameNumber.
getPageNr() - Method in class Speicher.Reference
Returns the number of the referenced page
getPageNr() - Method in class Speicher.Page
Returns the (virtual) pagenumber.
getPagesText() - Method in class Gui.StatusPanel
Returns the textfield with the number of pages
getPageV(int) - Method in class Speicher.Memory
Returns null, or the page with the given page number.
getRatioOPTText() - Method in class Gui.StatusPanel
Returns the textfield with the ratio of actual strategy to OPT
getRefDefComboBox() - Method in class Gui.GUI
Returns the ComboBox, where the predefined referenceStrings
getRefDefComboBox() - Method in class Gui.ReferencePanel
Returns the ComboBox, where the predefined referenceStrings.
getReference(int) - Method in class Speicher.ReferenceString
Returns the reference at the given index in referenceString.
getReferenceBitCount() - Method in class Strategie.ReplaceStrategy
Returns the number of referenceBits needed by this strategy.
getReferenceBits() - Method in class Speicher.Page
Returns referenceBits of this page as a String.
getReferenceCount() - Method in class Gui.ReferencePanel
Returns the EditIntegerTextfield where the number of references is set.
getReferenceHistText() - Method in class Gui.GUI
Returns the textfield, where the old references are shown
getReferenceLabel() - Method in class Gui.GUI
Returns the label, that shows the reference type: Read or Write
getReferenceString() - Method in class Seitenersetzung.SimuData
Returns the actual processed referenceString by manual or auto input
getReferenceString() - Static method in class Speicher.BeladysAnomaly
Returns a referenceString, that shows the effects of Belady's anomaly with 3 and 4 frames
getReferenceTable() - Method in class Gui.GUI
Returns the table where the referenceString is displayed
getReferenceTable() - Method in class Gui.ReferencePanel
Returns the ReferenceTable
getReferenceText() - Method in class Gui.GUI
Returns the textfield, where the new reference is typed in
getReferenceTextArea() - Method in class Gui.GUI
Returns the textArea, where the results of processsing references are shown
getRefHistScroll() - Method in class Gui.GUI
Returns the scrollPane, where the old references are shown
getReplaceComboBox() - Method in class Gui.StatusPanel
Returns the Replace Algortithm ComboBox
getRowCount() - Method in class Gui.MemoryTable.MemoryTableModel
 
getRowCount() - Method in class Gui.ReferenceTable.ReferenceTableModel
 
getRowsDrawMemory() - Method in class Gui.MemoryDrawPanel.DrawPanel
Returns the number of lines that are needed to draw all
getShortName() - Method in class Strategie.ReplaceStrategy
Returns the short name of this strategy.
getShowMemoryDetails() - Method in class Gui.GUI
Returns the JCheckbox, where the memory details are switched on/off
getShowMemoryDetailsCheckBox() - Method in class Gui.StatusPanel
Returns the Checkbox to enable/disable memory details
getStartMemory() - Method in class Seitenersetzung.SimuData
Return the memory, with that the actual strategy has started.
getStatusPanel() - Method in class Gui.GUI
Returns the panel, where the status fiels and some buttons are placed in
getStrategy() - Method in class Seitenersetzung.SimuData
Returns the actual replace strategy
getTabbedPane() - Method in class Gui.GUI
Returns the tabbedPane, where other panels are placed in
getTime() - Method in class Seitenersetzung.SimuData
Returns the actual time
getTimeText() - Method in class Gui.StatusPanel
Returns the textfield with the time
getValueAt(int, int) - Method in class Gui.MemoryTable.MemoryTableModel
 
getValueAt(int, int) - Method in class Gui.ReferenceTable.ReferenceTableModel
 
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.ReplaceStrategy
Selects the next victim page to the individual strategy criteria.
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.OPT
Selects the next victim page.
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.MFU
Selects the next victim page.
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.LIFO
Selects the next victim page.
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.Manual
Selects the next victim page.
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.LFU
Selects the next victim page.
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.RANDOM
Selects the next victim page.
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.NRU
Selects the next victim page.
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.FIFO
Selects the next victim page.
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.MRU
Selects the next victim page.
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.Clock
Selects the next victim page.
getVictimPage(Memory, SimuData, GUI) - Method in class Strategie.LRU
Selects the next victim page.
getVictimTime() - Method in class Seitenersetzung.SimuData
Return the time, when the last victim page was replaced
gui - Variable in class Seitenersetzung.PRA
Container for all GUI-elements
Gui - package Gui
Provides classes for the Graphical User Interface (GUI).
GUI - class Gui.GUI.
In this class is the Graphical User Interface created.
GUI(int, int, SimuData, EventListener) - Constructor for class Gui.GUI
Creates a new frame and places all GUI-elements into it
GUIColors - class Gui.GUIColors.
This class only contains the color definitions for the GUI-components
GUIColors() - Constructor for class Gui.GUIColors
 

H

HIGHLIGHTVECTORCOLOR - Static variable in class Gui.GUIColors
Fillcolor of examined vector/page.
HITCOLOR - Static variable in class Gui.GUIColors
Backgroundcolor for the hitted memory cell.
hitCount - Variable in class Seitenersetzung.SimuData
Number of hits.
hits - Variable in class Strategie.OPT
Number of hits.
hitsOPTText - Variable in class Gui.StatusPanel
Number of hits for OPT.
hitsText - Variable in class Gui.StatusPanel
Number of hits.
HOT - Static variable in class Seitenersetzung.LanguageText
Texts for the mnemonics in labels and buttons

I

incAccessCounts() - Method in class Speicher.Page
Increases the number of accesses by 1.
incHitCount() - Method in class Seitenersetzung.SimuData
Increases the number of hits by 1.
incMissCount() - Method in class Seitenersetzung.SimuData
Increases the number of misses by 1.
incTime() - Method in class Seitenersetzung.SimuData
Increases the time by 1.
indexOfPointer() - Method in class Speicher.Memory
Returns the index of the first Page with a set pointer.
INIT_MEMORY_TABLE_SIZE - Static variable in class Gui.AllocationPanel
Initial size of memory table.
INIT_REFERENCE_TABLE_SIZE - Static variable in class Gui.ReferencePanel
Initial length of references (table).
init() - Method in class Seitenersetzung.PRA
This method is called when initialising the applet!
INITBLINKDELAY - Static variable in class Gui.GUI
Init value for Delay of blinking memorycell.
INITFRAMECOUNT - Variable in class Seitenersetzung.PRA
Inititial number of frames.
INITFRAMENR - Static variable in class Speicher.Page
Initial value for Framenumber.
INITHITCOUNT - Static variable in class Seitenersetzung.SimuData
Init value for hits counter.
INITMISSCOUNT - Static variable in class Seitenersetzung.SimuData
Init value for misses counter.
initModifyBits(int) - Method in class Speicher.Page
Initialize the modified-Bits.
INITPAGECOUNT - Variable in class Seitenersetzung.PRA
Initial number of pages.
INITPAGENR - Static variable in class Speicher.Page
Initial value for Pagenummer
INITRATIO - Static variable in class Seitenersetzung.SimuData
Init value for ratio.
INITREFCOUNT - Variable in class Seitenersetzung.PRA
Initital length of referenceString for auto processing.
initReferenceBits(int) - Method in class Speicher.Page
Initialisze the reference-Bits
INITREFERENCECOUNT - Static variable in class Seitenersetzung.SimuData
Initial length of referenceString.
INITTIME - Static variable in class Seitenersetzung.SimuData
Init value for time.
INITVICTIMTIME - Static variable in class Seitenersetzung.SimuData
Init value for victim time.
INPUT_PANEL_HEIGHT - Variable in class Gui.GUI
Height of inputPanel.
INPUT_PANEL_WIDTH - Variable in class Gui.GUI
Width of inputPanel.
inputAutoPanel - Variable in class Gui.GUI
Panel to auto play references.
InputAutoPanel - class Gui.InputAutoPanel.
Provides buttons to auto process a referenceString and shows the next reference.
InputAutoPanel(int, ActionListener) - Constructor for class Gui.InputAutoPanel
Constructor to create a new Panel for auto playing references.
inputMethodPanel - Variable in class Gui.GUI
Cardlayout to switch keyboard-/auto-inputPanel.
INSERTCOLOR - Static variable in class Gui.GUIColors
Backgroundcolor for the missed memory cell.
insertString(int, String, AttributeSet) - Method in class Gui.EditIntegerTextField.IntegerDocument
 
insertTime - Variable in class Speicher.Page
Time of insertion in memory
INSERTTIMEINIT - Static variable in class Speicher.Page
Initial value for Insertion time.
IS_FIX_LINEBREAK - Static variable in class Gui.MemoryDrawPanel
Variable linebreak after 10 memory cell if true else the whole line is used for memory cells
isAccessCount - Variable in class Strategie.ReplaceStrategy
Is number of accesses relevant for this strategy?
ISACCESSCOUNT - Static variable in class Strategie.OPT
Number of accesses is not relevant for this strategy.
ISACCESSCOUNT - Static variable in class Strategie.MFU
Number of accesses is relevant for this strategy.
ISACCESSCOUNT - Static variable in class Strategie.LIFO
Number of accesses is not relevant for this strategy.
ISACCESSCOUNT - Static variable in class Strategie.Manual
Number of accesses is not relevant for this strategy.
ISACCESSCOUNT - Static variable in class Strategie.LFU
Number of accesses is relevant for this strategy
ISACCESSCOUNT - Static variable in class Strategie.RANDOM
Number of accesses is not relevant for this strategy.
ISACCESSCOUNT - Static variable in class Strategie.NRU
Number of accesses is not relevant for this strategy.
ISACCESSCOUNT - Static variable in class Strategie.FIFO
Number of accesses is not relevant for this strategy.
ISACCESSCOUNT - Static variable in class Strategie.MRU
Number of accesses is not relevant for this strategy.
ISACCESSCOUNT - Static variable in class Strategie.Clock
True, when the number of accesses is used by this strategy
ISACCESSCOUNT - Static variable in class Strategie.LRU
Number of accesses is not relevant for this strategy.
isAccessCount() - Method in class Strategie.ReplaceStrategy
Returns true, if the number of access to the pages is relevant for this strategy.
isAccessTime - Variable in class Strategie.ReplaceStrategy
Is last time of accesses relevant for this strategy?
ISACCESSTIME - Static variable in class Strategie.OPT
Time of access is not relevant for this strategy.
ISACCESSTIME - Static variable in class Strategie.MFU
Time of access is not relevant for this strategy.
ISACCESSTIME - Static variable in class Strategie.LIFO
Time of access is not relevant for this strategy.
ISACCESSTIME - Static variable in class Strategie.Manual
Time of access is not relevant for this strategy.
ISACCESSTIME - Static variable in class Strategie.LFU
Time of access is not relevant for this strategy
ISACCESSTIME - Static variable in class Strategie.RANDOM
Time of access is not relevant for this strategy.
ISACCESSTIME - Static variable in class Strategie.NRU
Time of access is not relevant for this strategy.
ISACCESSTIME - Static variable in class Strategie.FIFO
Time of access is not relevant for this strategy.
ISACCESSTIME - Static variable in class Strategie.MRU
Time of access is relevant for this strategy.
ISACCESSTIME - Static variable in class Strategie.Clock
True, when the access time is used by this strategy
ISACCESSTIME - Static variable in class Strategie.LRU
Time of access is relevant for this strategy.
isAccessTime() - Method in class Strategie.ReplaceStrategy
Returns true, if the time of access to the pages is relevant for this strategy.
isCellEditable(int, int) - Method in class Gui.MemoryTable.MemoryTableModel
 
isCellEditable(int, int) - Method in class Gui.ReferenceTable.ReferenceTableModel
 
isDrawDetails - Variable in class Gui.MemoryDrawPanel
True, when the details to each memory allocation should be drawn.
isFixLineBreak - Variable in class Seitenersetzung.SimuData
Fix line break after a defined number of memory cells when drawing.
isFixLineBreak() - Method in class Seitenersetzung.SimuData
Returns whether a fixlinebreak must be done or not
isFocusTraversable() - Method in class Gui.KeyboardButton
Return always false to ensure, that button can't get the focus
isFocusTraversable() - Method in class Gui.PressButton
Always Reject focus.
isHightModBitSet() - Method in class Speicher.Page
Returns true, if the highes modifyBit is set.
isHightRefBitSet() - Method in class Speicher.Page
Returns true, if the highes referenceBit is set.
isInitial() - Method in class Speicher.ReferenceString
Checks if the referenceString contains only initial references.
isInitial() - Method in class Speicher.Page
Returns true, if all values of this page are initial.
isInMemoryAT(int) - Method in class Speicher.Memory
Returns true, if a page with the given access time is in memory.
isInMemoryPageNr(int) - Method in class Speicher.Memory
Returns true, if the given page is in memory present.
ISINSERTIONTIME - Static variable in class Strategie.OPT
Time of insertion is not relevant for this strategy.
ISINSERTIONTIME - Static variable in class Strategie.MFU
Time of insertion is relevant for this strategy.
ISINSERTIONTIME - Static variable in class Strategie.LIFO
Time of insertion is relevant for this strategy.
ISINSERTIONTIME - Static variable in class Strategie.Manual
Time of insertion is not relevant for this strategy.
ISINSERTIONTIME - Static variable in class Strategie.LFU
Time of insertion is not relevant for this strategy
ISINSERTIONTIME - Static variable in class Strategie.RANDOM
Time of insertion is not relevant for this strategy.
ISINSERTIONTIME - Static variable in class Strategie.NRU
Time of insertion is relevant for this strategy.
ISINSERTIONTIME - Static variable in class Strategie.FIFO
Time of insertion is relevant for this strategy.
ISINSERTIONTIME - Static variable in class Strategie.MRU
Time of insertion is not relevant for this strategy.
ISINSERTIONTIME - Static variable in class Strategie.Clock
True, when the insertion time is used by this strategy
ISINSERTIONTIME - Static variable in class Strategie.LRU
Time of insertion is not relevant for this strategy.
isInsertTime - Variable in class Strategie.ReplaceStrategy
Is time of insertion relevant for this strategy?
isInsertTime() - Method in class Strategie.ReplaceStrategy
Returns true, if the time of insertion to the pages is relevant for this strategy.
isInt(String) - Static method in class Seitenersetzung.Check
Checks the given inputText to be an int or not
isModifyBit() - Method in class Strategie.ReplaceStrategy
Returns true, if the modify bit relevant for this strategy.
isPointer() - Method in class Speicher.Page
Returns true, if the pointer of this page is set.
isReadPage - Variable in class Seitenersetzung.SimuData
Type of reference: Read or Write.
isReadPage - Variable in class Speicher.Reference
Type of reference: READ/WRITE
ISREADPAGE - Static variable in class Speicher.Reference
Constant to initialize the type of access with READ
isReadPage() - Method in class Seitenersetzung.SimuData
Returns whether the actual type of reference is Read or not
isReadPage() - Method in class Speicher.Reference
Returns true, if the type of acces is Read
isReferenceBit() - Method in class Strategie.ReplaceStrategy
Returns true, if the reference bit relevant for this strategy.
isShowMemoryDetails - Variable in class Strategie.ReplaceStrategy
Are memory details shown?
isShowMemoryDetails() - Method in class Seitenersetzung.SimuData
Returns whether memory details must be shown or not
isShowMemoryDetails() - Method in class Strategie.ReplaceStrategy
Returns true, if memory details should be shown.

K

keyboard - Variable in class Gui.GUI
keyboard to input new references.
Keyboard - class Gui.Keyboard.
A keyboard is a panel that contains some buttons with text and actionListeners.
KEYBOARD_0 - Static variable in class Gui.Keyboard
Constants for pressed button "0"
KEYBOARD_1 - Static variable in class Gui.Keyboard
Constants for pressed button "1"
KEYBOARD_2 - Static variable in class Gui.Keyboard
Constants for pressed button "2"
KEYBOARD_3 - Static variable in class Gui.Keyboard
Constants for pressed button "3"
KEYBOARD_4 - Static variable in class Gui.Keyboard
Constants for pressed button "4"
KEYBOARD_5 - Static variable in class Gui.Keyboard
Constants for pressed button "5"
KEYBOARD_6 - Static variable in class Gui.Keyboard
Constants for pressed button "6"
KEYBOARD_7 - Static variable in class Gui.Keyboard
Constants for pressed button "7"
KEYBOARD_8 - Static variable in class Gui.Keyboard
Constants for pressed button "8"
KEYBOARD_9 - Static variable in class Gui.Keyboard
Constants for pressed button "9"
KEYBOARD_CANCEL - Static variable in class Gui.Keyboard
Constants for pressed button "Cancel"
KEYBOARD_ENTER - Static variable in class Gui.Keyboard
Constants for pressed button "Enter"
KEYBOARD_MINUS_1 - Static variable in class Gui.Keyboard
Constants for pressed button "-1"
KEYBOARD_MINUS_10 - Static variable in class Gui.Keyboard
Constants for pressed button "-10"
KEYBOARD_PANEL - Static variable in class Seitenersetzung.Names
Symbolic String for Keyboard Panel.
KEYBOARD_PANEL_HEIGHT - Variable in class Gui.GUI
Height of keyboard.
KEYBOARD_PANEL_WIDTH - Variable in class Gui.GUI
Width of keyboard.
KEYBOARD_PLUS_1 - Static variable in class Gui.Keyboard
Constants for pressed button "+1"
KEYBOARD_PLUS_10 - Static variable in class Gui.Keyboard
Constants for pressed button "+10"
KEYBOARD_R_W - Static variable in class Gui.Keyboard
Constants for pressed button "R/W"
Keyboard(int, int, ActionListener) - Constructor for class Gui.Keyboard
Creates a new (keyboard-)panel and places all needed keyboardbuttons into it
KeyboardButton - class Gui.KeyboardButton.
In this class is the Graphical User Interface created.
KeyboardButton(String, String, ActionListener) - Constructor for class Gui.KeyboardButton
Create a new button for the keyboard
KEYBOARDBUTTONCOLOR - Static variable in class Gui.GUIColors
Keyboardbuttons color.
keyPressed(KeyEvent) - Method in class Seitenersetzung.PRA
Processes the KeyEvent when a key is pressed
keyReleased(KeyEvent) - Method in class Seitenersetzung.PRA
No implementation
keyTyped(KeyEvent) - Method in class Seitenersetzung.PRA
No implementation

L

language - Variable in class Seitenersetzung.SimuData
Actual language.
language - Variable in class Gui.MemoryDrawPanel
Language for the texts
LANGUAGE_DEUTSCH - Static variable in class Seitenersetzung.Names
Symbolic String for Deutsch.
LANGUAGE_ENGLISH - Static variable in class Seitenersetzung.Names
Symbolic String for English.
LANGUAGEDEFAULT - Variable in class Seitenersetzung.PRA
Language at applet-start.
languages - Static variable in class Seitenersetzung.LanguageText
Contains the Supported languages
LanguageText - class Seitenersetzung.LanguageText.
This class contains the definition of the supported languages and the texts for each language
LanguageText() - Constructor for class Seitenersetzung.LanguageText
 
lastIndex() - Method in class Speicher.Memory
Returns the index of the last vector in the memory.
lastVictimPage - Variable in class Seitenersetzung.SimuData
Last replaced page.
lastVictimPage - Variable in class Gui.MemoryDrawPanel
The last victim Page
LFU - class Strategie.LFU.
Implementation of the page replacement strategy LFU (Least-Frequently-Used).
LFU(boolean) - Constructor for class Strategie.LFU
Creates a new instance of this strategy.
LIFO - class Strategie.LIFO.
Implementation of the page replacement strategy LIFO (Last-In-First-Out).
LIFO(boolean) - Constructor for class Strategie.LIFO
Creates a new instance of this strategy.
loadIcon - Variable in class Gui.ReferencePanel
Icon, to visualise the function "Load".
longName - Variable in class Strategie.ReplaceStrategy
Long name of the strategy.
LONGNAME - Static variable in class Strategie.OPT
Long name of this streategy.
LONGNAME - Static variable in class Strategie.MFU
Long name of this streategy.
LONGNAME - Static variable in class Strategie.LIFO
Long name of this streategy.
LONGNAME - Static variable in class Strategie.Manual
Long name of this streategy.
LONGNAME - Static variable in class Strategie.LFU
Long name of this streategy.
LONGNAME - Static variable in class Strategie.RANDOM
Long name of this streategy.
LONGNAME - Static variable in class Strategie.NRU
Long name of this streategy.
LONGNAME - Static variable in class Strategie.FIFO
Long name of this streategy.
LONGNAME - Static variable in class Strategie.MRU
Long name of this streategy.
LONGNAME - Static variable in class Strategie.Clock
Long name for this strategy
LONGNAME - Static variable in class Strategie.LRU
Long name of this streategy.
LRU - class Strategie.LRU.
Implementation of the page replacement strategy LRU (Least-Recently-Used).
LRU(boolean) - Constructor for class Strategie.LRU
Creates a new instance of this strategy.

M

Manual - class Strategie.Manual.
Implementation of the page replacement strategy Manual.
MANUAL - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Manual"
Manual(boolean) - Constructor for class Strategie.Manual
Creates a new instance of this strategy.
MAXBLINKDELAY - Static variable in class Gui.GUI
Maximum value for Blinkdelay in milliseconds.
MAXFRAMECOUNT - Variable in class Seitenersetzung.PRA
Maximum number of frames.
MAXPAGECOUNT - Variable in class Seitenersetzung.PRA
Maximum number of pages.
MAXREFCOUNT - Variable in class Seitenersetzung.PRA
Maximum length of referenceString.
memory - Variable in class Gui.MemoryDrawPanel
Memory structure that has to be drawn.
memory - Variable in class Gui.MemoryTable
The memory-values that are displayed in this table
Memory - class Speicher.Memory.
Memory simulates the memory structure and makes methods available to handle the pages in this memory structure.
MEMORY_DELETE - Static variable in class Seitenersetzung.Names
Symbolic String for Memory Delete.
MEMORY_RANDOM - Static variable in class Seitenersetzung.Names
Symbolic String for Memory Random.
Memory(int, int, int) - Constructor for class Speicher.Memory
 
memoryDrawPanel - Variable in class Gui.GUI
Panel, where the memory cells are drawn into
MemoryDrawPanel - class Gui.MemoryDrawPanel.
The MemoryDrawPanel is a panel without any components and used to visualise the memory allocation by drawing into the graphics context.
MemoryDrawPanel.DrawPanel - class Gui.MemoryDrawPanel.DrawPanel.
 
MemoryDrawPanel.DrawPanel(MemoryDrawPanel) - Constructor for class Gui.MemoryDrawPanel.DrawPanel
 
MemoryDrawPanel(int) - Constructor for class Gui.MemoryDrawPanel
Creates a new MemoryDrawPanel.
memoryHit(int, boolean) - Method in class Seitenersetzung.PRA
Updates the values of the hit-page and lets it blink.
memoryInitButton - Variable in class Gui.AllocationPanel
Button to fire action: Delete Memory.
memoryMiss(int) - Method in class Seitenersetzung.PRA
Selects the page that has to be replaced and lets it blink.
memoryRandomButton - Variable in class Gui.AllocationPanel
Button to fire action: Create Random Memory.
memoryScroll - Variable in class Gui.GUI
For scrolling in "memoryPanel".
memoryScroll - Variable in class Gui.MemoryDrawPanel
ScrollPane with the inlaying drawing surface (panel)
memoryTable - Variable in class Gui.AllocationPanel
The memory table where the editable memory allocation is shown.
MemoryTable - class Gui.MemoryTable.
MemoryTable is another view to the memory.
MemoryTable.MemoryTableModel - class Gui.MemoryTable.MemoryTableModel.
This is the tableModel for memoryTable
MemoryTable.MemoryTableModel(MemoryTable) - Constructor for class Gui.MemoryTable.MemoryTableModel
 
MemoryTable(Memory) - Constructor for class Gui.MemoryTable
Creates a new table with the correct size.
memSetRowHeader - Variable in class Gui.AllocationPanel
List of texts for the headers of each row of the memory allocation table.
memSetScroll - Variable in class Gui.AllocationPanel
ScrollPanel for scrolling the memory allocation table.
MESS - Static variable in class Seitenersetzung.LanguageText
Texts for messages
MESSAGE_EMPTY - Static variable in class Gui.GUIColors
Backgroundcolor for OK- and Empty-Message.
MESSAGE_ERROR - Static variable in class Gui.GUIColors
Backgroundcolor for Error-Message.
messageLabel - Variable in class Gui.MessagePanel
The label that is used for showing the message.
messagePanel - Variable in class Gui.GUI
Panel to show messages for the user.
MessagePanel - class Gui.MessagePanel.
The MessagePanel shows messages to the user.
MessagePanel() - Constructor for class Gui.MessagePanel
Creates a new panel with a single label, that can display a message as a simple text-label.
MFU - class Strategie.MFU.
Implementation of the page replacement strategy MFU (Most-Frequently-Used).
MFU(boolean) - Constructor for class Strategie.MFU
Creates a new instance of this strategy.
missCount - Variable in class Seitenersetzung.SimuData
Number of misses.
misses - Variable in class Strategie.OPT
Number of misses.
missesOPTText - Variable in class Gui.StatusPanel
Number of misses for OPT.
missesText - Variable in class Gui.StatusPanel
Number of misses.
MODBITCOUNT - Static variable in class Strategie.OPT
Number of reference-bits of this strategy.
MODBITCOUNT - Static variable in class Strategie.MFU
Number of reference-bits of this strategy.
MODBITCOUNT - Static variable in class Strategie.LIFO
Number of reference-bits of this strategy.
MODBITCOUNT - Static variable in class Strategie.Manual
Number of reference-bits of this strategy.
MODBITCOUNT - Static variable in class Strategie.LFU
Number of reference-bits of this strategy
MODBITCOUNT - Static variable in class Strategie.RANDOM
Number of reference-bits of this strategy.
MODBITCOUNT - Static variable in class Strategie.NRU
Number of reference-bits of this strategy.
MODBITCOUNT - Static variable in class Strategie.FIFO
Number of reference-bits of this strategy.
MODBITCOUNT - Static variable in class Strategie.MRU
Number of reference-bits of this strategy.
MODBITCOUNT - Static variable in class Strategie.Clock
Initial value for the number of modifyBits
MODBITCOUNT - Static variable in class Strategie.LRU
Number of reference-bits of this strategy.
modifyBitCount - Variable in class Strategie.ReplaceStrategy
Number of modified-bits
modifyBits - Variable in class Speicher.Page
Bits to notice changes.
MRU - class Strategie.MRU.
Implementation of the page replacement strategy MRU (Most-Recently-Used).
MRU(boolean) - Constructor for class Strategie.MRU
Creates a new instance of this strategy.

N

NAME - Static variable in class Speicher.BeladysAnomaly
Name of this reference String.
Names - class Seitenersetzung.Names.
Contains the String values for all comands and names.
Names() - Constructor for class Seitenersetzung.Names
 
NEXT - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Next"
NEXT_INPUT - Static variable in class Seitenersetzung.Names
Symbolic String for next input.
nextRefShowText - Variable in class Gui.InputAutoPanel
Shows the next reference.
NOMODBITINIT - Static variable in class Speicher.Page
Initial value for No modifyBits.
NOMODBITINT - Static variable in class Speicher.Page
Initial value for No modify bit.
NOREFBITINIT - Static variable in class Speicher.Page
Initial value for No referenceBits
NOREFBITINT - Static variable in class Speicher.Page
Initial value for No reference bit.
NOTHIGHLIGHTVECTORCOLOR - Static variable in class Gui.GUIColors
Fillcolor of examined vector/page, if it is not highlighted.
NRU - class Strategie.NRU.
Implementation of the page replacement strategy NRU (Not-recently-used).
NRU(boolean) - Constructor for class Strategie.NRU
Creates a new instance of this strategy.

O

OPEN - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Open"
opt - Variable in class Seitenersetzung.SimuData
ReplaceStrategy Optimal Page Repacement.
OPT - class Strategie.OPT.
Implementation of the page replacement strategy OPT.
OPT(boolean) - Constructor for class Strategie.OPT
Creates a new instance of this strategy.
OPTratio - Variable in class Seitenersetzung.SimuData
Ratio of hits with actual strategy and OPT.
OPTRatioText - Variable in class Gui.StatusPanel
Relation between hits of actual strategy and MIN.

P

Page - class Speicher.Page.
Page simulates a single page in the memory structure and makes methods available to handle the values of a page.
PAGE_REFERENCE - Static variable in class Seitenersetzung.Names
Symbolic String for page reference.
Page(int, int, int) - Constructor for class Speicher.Page
Creates a new emtpy page with the given values.
Page(int, int, int, int, int, int, int, Color) - Constructor for class Speicher.Page
Creates a new emtpy page with the given values.
pageCount - Variable in class Seitenersetzung.SimuData
Number of pages.
PAGECOUNT - Static variable in class Seitenersetzung.Names
Symbolic String for Pagecount.
pageCountLabel - Variable in class Gui.AllocationPanel
Label for setting the number of pages.
pageCountShowText - Variable in class Gui.StatusPanel
Number of pages.
pageCountText - Variable in class Gui.AllocationPanel
TextField, to set the number of pages.
pageNr - Variable in class Speicher.Reference
Number of the referenced page
pageNr - Variable in class Speicher.Page
Number of (virtual) page.
paintComponent(Graphics) - Method in class Gui.MemoryDrawPanel.DrawPanel
Draws the memory structure in the graphics context of this class.
Paths - class Seitenersetzung.Paths.
This class only contains the string values for the paths to ImageIcons
Paths() - Constructor for class Seitenersetzung.Paths
 
performEvalutation(Memory, ReferenceString, SimuData, GUI) - Method in class Strategie.OPT
Performs a simulation to get the equivalent result with OPT in comparison to any other replace algorithm.
performOPTComparison() - Method in class Seitenersetzung.SimuData
Computates the number of hits and misses that would arise,. when the actual referenceString would have been processed by the OPT-strategy on the memory allocation with which also the actual startegy started Also, the hit-ratio between actual strategy and OPT is recalculated.
pointer - Variable in class Speicher.Page
Pointer, true if page is next victim.
PRA - class Seitenersetzung.PRA.
This class is the applets's main class for the "page replacement algorithm" - applet.
PRA() - Constructor for class Seitenersetzung.PRA
 
PressButton - class Gui.PressButton.
This is a normal button with a special initialization to make the normal code shorter.
PressButton(String, ImageIcon, String, ActionListener) - Constructor for class Gui.PressButton
Creates a new button with an icon, text and actionlistener.
processBlinkDelayInput(String) - Method in class Seitenersetzung.PRA
Checks the entered blinkDelay.
processFrameCountInput(String) - Method in class Seitenersetzung.PRA
Checks the entered value for the number of frames.
processPageCountInput(String) - Method in class Seitenersetzung.PRA
Checks the entered value for the number of pages.
processRefCountInput(String) - Method in class Seitenersetzung.PRA
Checks the entered value for the length of the referenceString.
processReferenceInput(String, boolean) - Method in class Seitenersetzung.PRA
Checks the entered reference.
processReferenceLoad(String) - Method in class Seitenersetzung.PRA
Analyses the input string and saves the values into the autoRferefenceString for auto processing.

R

RANDOM - class Strategie.RANDOM.
Implementation of the page replacement strategy RANDOM.
RANDOM(boolean) - Constructor for class Strategie.RANDOM
Creates a new instance of this strategy.
READ - Static variable in class Seitenersetzung.LanguageText
Constant for read reference
READ - Static variable in class Speicher.Reference
Constant for loading/saving references with READ access.
READ_PAGE - Static variable in class Gui.ReferenceTable
Constants the READ type of reference in the table
rebuildGUI(SimuData, EventListener) - Method in class Gui.GUI
Places all GUI-Elements in the frame of this class
recolorMarkedPage() - Method in class Speicher.Memory
Returns null, or the first page, that has an individual color.
REFBITCOUNT - Static variable in class Strategie.OPT
Number of reference-bits of this strategy.
REFBITCOUNT - Static variable in class Strategie.MFU
Number of reference-bits of this strategy.
REFBITCOUNT - Static variable in class Strategie.LIFO
Number of reference-bits of this strategy.
REFBITCOUNT - Static variable in class Strategie.Manual
Number of reference-bits of this strategy.
REFBITCOUNT - Static variable in class Strategie.LFU
Number of reference-bits of this strategy
REFBITCOUNT - Static variable in class Strategie.RANDOM
Number of reference-bits of this strategy.
REFBITCOUNT - Static variable in class Strategie.NRU
Number of reference-bits of this strategy.
REFBITCOUNT - Static variable in class Strategie.FIFO
Number of reference-bits of this strategy.
REFBITCOUNT - Static variable in class Strategie.MRU
Number of reference-bits of this strategy.
REFBITCOUNT - Static variable in class Strategie.Clock
Initial value for the number of referenceBits
REFBITCOUNT - Static variable in class Strategie.LRU
Number of reference-bits of this strategy.
refDefComboBox - Variable in class Gui.ReferencePanel
List od predefined ReferenceStrings
refDefLabel - Variable in class Gui.ReferencePanel
Label for predefined ReferenceStrings
Reference - class Speicher.Reference.
In Refence is one reference to a page saved.
REFERENCE_COUNT - Static variable in class Seitenersetzung.Names
Symbolic String for Reference count.
REFERENCE_DEFAULTS - Static variable in class Seitenersetzung.Names
Symbolic String for Reference String Defaults.
REFERENCE_DELETE - Static variable in class Seitenersetzung.Names
Symbolic String for Reference String Delete.
REFERENCE_HIST_HEIGHT - Variable in class Gui.GUI
Height of reference history.
REFERENCE_HIST_RES_CLEAR - Static variable in class Seitenersetzung.Names
Symbolic String for Reference History and Results Clear.
REFERENCE_HIST_WIDTH - Variable in class Gui.GUI
Width of reference history.
REFERENCE_LOAD - Static variable in class Seitenersetzung.Names
Symbolic String for Reference String Load.
REFERENCE_RANDOM - Static variable in class Seitenersetzung.Names
Symbolic String for Reference String Random.
REFERENCE_RESULT_HEIGHT - Variable in class Gui.GUI
Height of referenceResults.
REFERENCE_SAVE - Static variable in class Seitenersetzung.Names
Symbolic String for Reference String Save.
REFERENCE_SETTING_TAB - Static variable in class Seitenersetzung.Names
Component of TabbedPane where the reference settings are done.
Reference() - Constructor for class Speicher.Reference
Create a new initial reference
Reference(int, boolean) - Constructor for class Speicher.Reference
Create a new reference with the given pageNr and accessType
referenceBitCount - Variable in class Strategie.ReplaceStrategy
Number of reference-bits
referenceBits - Variable in class Speicher.Page
Bits to notice access to this page.
referenceHistText - Variable in class Gui.GUI
To show old references.
referenceInitButton - Variable in class Gui.ReferencePanel
Button to fire action: Delete references.
referenceInputText - Variable in class Gui.GUI
To input the references (only keyboard input).
referenceLabel - Variable in class Gui.GUI
Type of reference (Read/Write).
referenceLengthLabel - Variable in class Gui.ReferencePanel
label for the number of references.
referenceLoadButton - Variable in class Gui.ReferencePanel
Button to fire action: Load references.
referencePanel - Variable in class Gui.GUI
Panel, where the reference settings can be done.
ReferencePanel - class Gui.ReferencePanel.
This class is a panel, where the settings for the page references can be done.
ReferencePanel(int, EventListener) - Constructor for class Gui.ReferencePanel
Constructor, to create a new instance with given language and listeners.
referenceRandomButton - Variable in class Gui.ReferencePanel
Button to fire action: Create Random references.
referenceSaveButton - Variable in class Gui.ReferencePanel
Button to fire action: Save references.
referencesCount - Variable in class Gui.ReferencePanel
Returns the textfield, where the number of requests can be set.
referenceString - Variable in class Seitenersetzung.SimuData
Actual processed referenceString.
referenceString - Variable in class Gui.ReferencePanel
String with references.
referenceString - Variable in class Gui.ReferenceTable
The referenceString-values that are displayed in this table.
referenceString - Static variable in class Speicher.BeladysAnomaly
Values of the reference String Belady's Anomalie
ReferenceString - class Speicher.ReferenceString.
ReferenceString contains a sorted set of references.
ReferenceString() - Constructor for class Speicher.ReferenceString
Creates a new empty ReferenceString.
ReferenceString(int) - Constructor for class Speicher.ReferenceString
Creates a new ReferenceString with given number of initial.
referenceTable - Variable in class Gui.ReferencePanel
The reference table where the requests are editable.
ReferenceTable - class Gui.ReferenceTable.
This class is another view to a reference string.
ReferenceTable.ReferenceTableModel - class Gui.ReferenceTable.ReferenceTableModel.
This is the tableModel for referenceTable
ReferenceTable.ReferenceTableModel(ReferenceTable) - Constructor for class Gui.ReferenceTable.ReferenceTableModel
 
ReferenceTable(ReferenceString) - Constructor for class Gui.ReferenceTable
Constructor to create a new table with a fix number of columns Every Columns stands for a page reference.
referenceTextArea - Variable in class Gui.GUI
To show old results of references.
refHistScroll - Variable in class Gui.GUI
For scrolling in "old references".
refResultScroll - Variable in class Gui.GUI
For scrolling in "reference results".
refSetRowHeader - Variable in class Gui.ReferencePanel
List with header text for the rows of reference table.
refSetScroll - Variable in class Gui.GUI
For scrolling in "manual setting references".
refSetScroll - Variable in class Gui.ReferencePanel
ScrollPane for scrolling the reference table.
reInsertPage(Memory, Page, SimuData, GUI) - Method in class Strategie.ReplaceStrategy
Reinserts a page into memory.
reInsertPage(Memory, Page, SimuData, GUI) - Method in class Strategie.MFU
Reinserts a page into memory.
reInsertPage(Memory, Page, SimuData, GUI) - Method in class Strategie.LFU
Reinserts a page into memory.
reInsertPage(Memory, Page, SimuData, GUI) - Method in class Strategie.MRU
Reinserts a page into memory.
reInsertPage(Memory, Page, SimuData, GUI) - Method in class Strategie.LRU
Reinserts a page into memory.
removePage(Page) - Method in class Speicher.Memory
Removes the given page from memory decreasing the size of memory.
REPLACE_ALG_CHOICE - Static variable in class Seitenersetzung.Names
Symbolic String for replace strategy choice.
replaceComboBox - Variable in class Gui.StatusPanel
Predefined replacement algorithms.
replacePage(Memory, Page, Page, SimuData, GUI) - Method in class Strategie.ReplaceStrategy
Replaces the oldPage by the newPage in memory.
replacePage(Memory, Page, Page, SimuData, GUI) - Method in class Strategie.MFU
Replaces the oldPage by the newPage in memory.
replacePage(Memory, Page, Page, SimuData, GUI) - Method in class Strategie.LIFO
Replaces the oldPage by the newPage in memory.
replacePage(Memory, Page, Page, SimuData, GUI) - Method in class Strategie.LFU
Replaces the oldPage by the newPage in memory.
replacePage(Memory, Page, Page, SimuData, GUI) - Method in class Strategie.NRU
Replaces the oldPage by the newPage in memory.
replacePage(Memory, Page, Page, SimuData, GUI) - Method in class Strategie.FIFO
Replaces the oldPage by the newPage in memory.
replacePage(Memory, Page, Page, SimuData, GUI) - Method in class Strategie.MRU
Replaces the oldPage by the newPage in memory.
replacePage(Memory, Page, Page, SimuData, GUI) - Method in class Strategie.Clock
Replaces the oldPage by the newPage in memory
replacePage(Memory, Page, Page, SimuData, GUI) - Method in class Strategie.LRU
Replaces the oldPage by the newPage in memory.
ReplaceStrategy - class Strategie.ReplaceStrategy.
This class is an abstract class to work as a template for implementations of page replacement strategies.
ReplaceStrategy(String, String, int, int, boolean, boolean, boolean, boolean) - Constructor for class Strategie.ReplaceStrategy
Creates a new instance of this strategy
RESET - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Reset"
resetActualReferenceIndex() - Method in class Speicher.ReferenceString
Resets the actualReferenceIndex to the first reference.
resetLastVictimPage() - Method in class Seitenersetzung.SimuData
Clears the last victim page
resetLastVictimPage() - Method in class Gui.GUI
Resets the LastVictimPage in the MemoryDrawPanel
resetOPT() - Method in class Seitenersetzung.SimuData
Creates a new instance of the OPT-strategy
resetRefDefSelection() - Method in class Gui.GUI
Clears the selection of a predefined referenceStrings by setting initial values
resetReferenceDisplay() - Method in class Gui.GUI
Clears the values in the referencedisplay
resetStatistics() - Method in class Seitenersetzung.SimuData
Clears the results of the actual strategy
resize(int) - Method in class Speicher.ReferenceString
Adds/Removes references to resize the string to the given value.
resizeMemoryPanel(int) - Method in class Gui.GUI
Resizes the memoryPanel when the number of frames or the state of showDetails has changed.
resizeMemoryPanel(int) - Method in class Gui.MemoryDrawPanel
Resizes this panel when the number of frames or the state of showDetails has changed.
resizeMemSetScroll() - Method in class Gui.GUI
Resizes the panel that surrounds the table with the memory values and adds/deletes table columns if needed
resizeMemSetScroll() - Method in class Gui.AllocationPanel
Resizes the panel that surrounds the table with the memory values and adds/deletes table columns if needed.
resizeRefSetScroll() - Method in class Gui.GUI
Resizes the scrollable panel that surrounds the table with the referenceString
resizeRefSetScroll() - Method in class Gui.ReferencePanel
Resizes the panel that surrounds the table with the references and adds/deletes table columns if needed.
ROW_HEADER_WIDTH - Static variable in class Gui.MemoryTable
Width of table row header
ROW_HEADER_WIDTH - Static variable in class Gui.ReferenceTable
Constant for the width of the table row header
RowHeaderRenderer - class Gui.RowHeaderRenderer.
This class is used for the referenceTable and the memoryTable to render the tablecells
RowHeaderRenderer(JTable) - Constructor for class Gui.RowHeaderRenderer
 
RWButton - Variable in class Gui.Keyboard
Button to switch between Read(Write-Access to a page.

S

SAVE - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Save"
saveIcon - Variable in class Gui.ReferencePanel
Icon, to visualise the function "Save".
Seitenersetzung - package Seitenersetzung
Provides general classes for language dependant texts, paths for icons and names for actions.
setAccessCounts(int) - Method in class Speicher.Page
Sets the number of accesses to this page to a new value.
setAccessTime(int) - Method in class Speicher.Page
Sets the time of last access to this page.
setAutoReferenceString(ReferenceString) - Method in class Seitenersetzung.SimuData
Sets the given referenceString for automatic processing
setBackgroundColor(Color) - Method in class Speicher.Page
Sets the color of this page to the given Color.
setBlinkDelay(int) - Method in class Seitenersetzung.SimuData
Sets the given value as the actual time to delay when blinking.
setButtonsBackground(Color) - Method in class Gui.Keyboard
Sets the backgroundcolor for every button on the keyboard
setDrawDetails(boolean) - Method in class Gui.GUI
Enables/Disables the drawing of details in the MemoryDrawPanel
setDrawDetails(boolean) - Method in class Gui.MemoryDrawPanel
Enables/Disables the drawing of details.
setEnabledRWButton(boolean) - Method in class Gui.Keyboard
Enables or disables the button to change between Read/Write
setErrorMessage(String) - Method in class Gui.GUI
Displays an error message to inform the user
setFrameCount(int) - Method in class Seitenersetzung.SimuData
Sets the given value as the actual number of frames.
setFrameCount(String) - Method in class Gui.GUI
Places the given String in the textField, where the number of frames is entered
setFrameNr(int) - Method in class Speicher.Page
Sets the framenumber to a new value.
setHighModifiedBit() - Method in class Speicher.Page
Sets the highest modifyBit of this page.
setHighReferenceBit() - Method in class Speicher.Page
Sets the highest referenceBit of this page.
setInitVictimPointer(Memory) - Method in class Strategie.ReplaceStrategy
Sets the indexpointer to the page that has to be placed first.
setInitVictimPointer(Memory) - Method in class Strategie.MFU
Sets the indexpointer to the page that has to be placed first.
setInitVictimPointer(Memory) - Method in class Strategie.LIFO
Sets the indexpointer to the page that has to be placed first.
setInitVictimPointer(Memory) - Method in class Strategie.LFU
Sets the indexpointer to the page that has to be placed first.
setInitVictimPointer(Memory) - Method in class Strategie.NRU
Sets the indexpointer to the page that has to be placed first.
setInitVictimPointer(Memory) - Method in class Strategie.FIFO
Sets the indexpointer to the page that has to be placed first.
setInitVictimPointer(Memory) - Method in class Strategie.MRU
Sets the indexpointer to the page that has to be placed first.
setInitVictimPointer(Memory) - Method in class Strategie.Clock
Sets the indexpointer to the page that has to be placed first.
setInitVictimPointer(Memory) - Method in class Strategie.LRU
Sets the indexpointer to the page that has to be placed first.
setInsertTime(int) - Method in class Speicher.Page
Sets the time of insertion of this page to a new value.
setLanguage(int) - Method in class Seitenersetzung.SimuData
Sets the given value as the actual language.
setLanguage(int) - Method in class Gui.MemoryDrawPanel
Sets the new language.
setLastVictimPage(Page) - Method in class Seitenersetzung.SimuData
Sets the last victim page
setLastVictimPage(Page) - Method in class Gui.GUI
Sets the new LastVictimPage in the MemoryDrawPanel
setLastVictimPage(Page) - Method in class Gui.MemoryDrawPanel
Sets the new last victim page
setMemory(Memory) - Method in class Seitenersetzung.SimuData
Sets the given memory as the new actual memory
setMemory(Memory) - Method in class Gui.GUI
Sets the new Memory to draw in the MemoryDrawPanel
setMemory(Memory) - Method in class Gui.MemoryDrawPanel
Sets the new memory.
SETMODBITINIT - Static variable in class Speicher.Page
Initial value for Set modifyBit.
setModifyBits(String) - Method in class Speicher.Page
Sets a new value for the modifyBits
setOkMessage(String) - Method in class Gui.GUI
Displays a message to confirm a user action
setPage(int, Page) - Method in class Speicher.Memory
Sets the given page on the given index in memory and replaces the old one
setPageCount(int) - Method in class Seitenersetzung.SimuData
Sets the given value as the actual number of pages.
setPageCount(String) - Method in class Gui.GUI
Places the given String in the textField, where the number of pages is entered
setPageNr(int) - Method in class Speicher.Reference
Sets the page number
setPageNr(int) - Method in class Speicher.Page
Sets the pagenumber to a new value
setPointer() - Method in class Speicher.Page
Sets the indexpointer of this page to true.
setReadPage(boolean) - Method in class Seitenersetzung.SimuData
Sets the indicator to distinguish between a Read- and a Write-access, when a refernce is entered
setReadPage(boolean) - Method in class Speicher.Reference
Sets the type of access to the given type
SETREFBITINIT - Static variable in class Speicher.Page
Initial value for Set referenceBit.
setRefCountEditText(String) - Method in class Gui.GUI
Places the text in the textField, where the length of referenceString is set.
setReference(int, Reference) - Method in class Speicher.ReferenceString
Replaces the old reference by the new one at the given index in this referenceString.
setReferenceBits(String) - Method in class Speicher.Page
Sets a new value for the referenceBits.
setReferenceCount(int) - Method in class Gui.GUI
Sets the number of reference in the autoReferencePanel
setReferenceText(String) - Method in class Gui.GUI
Places the given text int the textField, where new references are typed in by the user
setShowDetails(boolean) - Method in class Seitenersetzung.SimuData
Sets the indicator to enable/disable the displaying of memory details
setShowMemoryDetails(boolean) - Method in class Strategie.ReplaceStrategy
Sets the memory details to "show" or "hide".
setStartMemory(Memory) - Method in class Seitenersetzung.SimuData
Sets the memory, with that the actual strategy has started.
setStrategy(ReplaceStrategy) - Method in class Seitenersetzung.SimuData
Sets the given startegy as the actual strategy.
setStrategy(ReplaceStrategy) - Method in class Gui.GUI
Sets the new Strategy in the MemoryDrawPanel
setStrategy(ReplaceStrategy) - Method in class Gui.MemoryDrawPanel
Sets the new ReplaceStartegy.
setTableSize(int) - Method in class Gui.MemoryTable
Resets the table size to the given number of columns
setTableSize(int) - Method in class Gui.ReferenceTable
Resets the table size to the given number of columns
setText(int) - Method in class Gui.DisplayTextField
Sets the given int-value as a String-value in the textfield
setTime(int) - Method in class Seitenersetzung.SimuData
Sets the time.
setValueAt(Object, int, int) - Method in class Gui.MemoryTable.MemoryTableModel
 
setValueAt(Object, int, int) - Method in class Gui.ReferenceTable.ReferenceTableModel
 
setVictimTime(int) - Method in class Seitenersetzung.SimuData
Sets the time, when the last victim page was replaced
setVictimTime(int) - Method in class Gui.GUI
Sets the new swapping time from the LastVictimPage in the MemoryDrawPanel
setVictimTime(int) - Method in class Gui.MemoryDrawPanel
Sets the new swapping time for the last victim page
shortName - Variable in class Strategie.ReplaceStrategy
Short name of the strategy.
SHORTNAME - Static variable in class Strategie.OPT
Short name of this streategy.
SHORTNAME - Static variable in class Strategie.MFU
Short name of this streategy.
SHORTNAME - Static variable in class Strategie.LIFO
Short name of this streategy.
SHORTNAME - Static variable in class Strategie.Manual
Short name of this streategy.
SHORTNAME - Static variable in class Strategie.LFU
Short name of this streategy.
SHORTNAME - Static variable in class Strategie.RANDOM
Short name of this streategy.
SHORTNAME - Static variable in class Strategie.NRU
Short name of this streategy.
SHORTNAME - Static variable in class Strategie.FIFO
Short name of this streategy.
SHORTNAME - Static variable in class Strategie.MRU
Short name of this streategy.
SHORTNAME - Static variable in class Strategie.Clock
Short name for this strategy
SHORTNAME - Static variable in class Strategie.LRU
Short name of this streategy.
SHOW_MEMORY_DETAILS - Static variable in class Seitenersetzung.Names
Symbolic String for show memory details.
showMemoryDetails - Variable in class Gui.StatusPanel
Draw memory details?
simu - Variable in class Seitenersetzung.PRA
DataContainer for settings.
SimuData - class Seitenersetzung.SimuData.
This class contains the data of the page replacement simulation
SimuData(ReplaceStrategy, int, int, int, int, int) - Constructor for class Seitenersetzung.SimuData
Creates a new dataContainer for managing all important data of this applet
sortMemory(Memory) - Method in class Strategie.ReplaceStrategy
Sorts the internal memory structure to the needs of the implemented strategy.
sortMemory(Memory) - Method in class Strategie.NRU
Sorts the memory by insertiontime of each page.
sortMemory(Memory) - Method in class Strategie.FIFO
Sorts the memory by insertiontime of each page.
sortMemory(Memory) - Method in class Strategie.Clock
Sorts the memory by insertiontime of each page Caution: For a simple solution the old framenumber will be overwritten
Speicher - package Speicher
Provides classes for managing the memory, page references and default memory allocations.
startMemory - Variable in class Seitenersetzung.SimuData
Memory occupation when starting a strategy.
STATUS_PANEL_WIDTH - Variable in class Gui.GUI
Width of statusPanel.
statusPanel - Variable in class Gui.GUI
Contains the status Fields on the right side
StatusPanel - class Gui.StatusPanel.
This panel contains some status fields, the buttons for language-switching and the input fields showMemoryDetails
StatusPanel(int, EventListener) - Constructor for class Gui.StatusPanel
Creates a new panel and places all GUI-elements of this class.
Strategie - package Strategie
Provides classes that are implemented strategies for the page replacement.
strategy - Variable in class Seitenersetzung.SimuData
Actual replacestrategy.
strategy - Variable in class Gui.MemoryDrawPanel
The strategy, that selects the last victim Page
SWITCH - Static variable in class Seitenersetzung.Paths
Path to get the Icon for "Switch"
SWITCH_INPUT_TYPE - Static variable in class Seitenersetzung.Names
Symbolic String for switch input type.
switchIcon - Variable in class Gui.ReferencePanel
Icon, to visualise the function "Switch".
switchInputMethodPanel() - Method in class Gui.GUI
Switches between the manual input on keyboard and the automatic input when a given referenceString is beeing processed and enables/disables the input field for manual references
switchInputType - Variable in class Gui.ReferencePanel
Button to fire action: Switch between keyboard/auto-panel.

T

tabbedPane - Variable in class Gui.GUI
TabPane, that contains the three tabs (panels)
tableChanged(TableModelEvent) - Method in class Seitenersetzung.PRA
Processes the TableModelEvent.
TEXT - Static variable in class Seitenersetzung.LanguageText
General Texts for labels, buttons and so on
TEXTCOLOR - Static variable in class Gui.GUIColors
Normal color for Text.
time - Variable in class Seitenersetzung.SimuData
Actual time.
timeText - Variable in class Gui.StatusPanel
Time.
TOOLTIP - Static variable in class Seitenersetzung.LanguageText
Contains the ToolTips for buttons, labels and so on
TOOLTIPBACKGROUNDCOLOR - Static variable in class Gui.GUIColors
Backgroundcolor for ToolTips.
topPanel - Variable in class Gui.ReferencePanel
The upper panel, where the reference table is located.
topPanel - Variable in class Gui.AllocationPanel
The upper panel, where the memory allocation table is located.

U

updateMemory(Memory) - Method in class Gui.MemoryTable
Updates the saved memory in this class.
updateMemoryTable(Memory) - Method in class Gui.GUI
Updates the memory table
updateReferenceString(ReferenceString) - Method in class Gui.ReferenceTable
Updates the saved referenceString in this class.
updateReferenceTable(ReferenceString) - Method in class Gui.GUI
Updates the reference table
updateStatusPanel() - Method in class Seitenersetzung.PRA
Updates the statusPanel with the actual values
updateStatusPanel(int, int, int, int, int, int, int, int) - Method in class Gui.GUI
Refreshs the values in the statusdisplay

V

victimTime - Variable in class Seitenersetzung.SimuData
The time, when the last victim was replaced.
victimTime - Variable in class Gui.MemoryDrawPanel
The swapping time of the last victim Page

W

WRITE - Static variable in class Seitenersetzung.LanguageText
Constant for Write reference
WRITE - Static variable in class Speicher.Reference
Constant for loading/saving references with WRITE access.
WRITE_PAGE - Static variable in class Gui.ReferenceTable
Constants the WRITE type of reference in the table

A B C D E F G H I K L M N O P R S T U V W