Class Display
java.lang.Object
bec.descriptor.Display
Display.
Link to GitHub: Source File.
- Author:
- S-Port: Definition of S-code, Øystein Myhre Andersen
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddelete(int fromTag) Delete Display entries.static Descriptorget(int tag) Returns the Descriptor at the specified tag indexstatic DescriptorgetMeaning(int tag) Returns the non null Descriptor at the specified tag index.static voidinit()Init the Descriptor Displaystatic voidintoDisplay(Descriptor d, int tag) Set the element at the specified position in the Display to the specified Descriptor.
-
Field Details
-
DISPL
The Descriptor Display
-
-
Constructor Details
-
Display
public Display()Default Constructor
-
-
Method Details
-
init
public static void init()Init the Descriptor Display -
get
Returns the Descriptor at the specified tag index- Parameters:
tag- the tag index- Returns:
- the Descriptor at the specified tag index
-
getMeaning
Returns the non null Descriptor at the specified tag index.- Parameters:
tag- the tag index- Returns:
- the non null Descriptor at the specified tag index
-
intoDisplay
Set the element at the specified position in the Display to the specified Descriptor. Update the Display at tag index with the given Descriptor. The Display-entry being already defined is an error.- Parameters:
d- the Descriptortag- the tag index
-
delete
public static void delete(int fromTag) Delete Display entries. All tag s defined with values greater than or equal to from:tag are made undefined.- Parameters:
fromTag- the fromTag index
-