UML – Object Diagrams
UML Object Diagrams represent an instance of a class diagram. The basic concepts are similar to class diagrams and object diagrams. Object diagrams also represent the static view of a…
UML Object Diagrams represent an instance of a class diagram. The basic concepts are similar to class diagrams and object diagrams. Object diagrams also represent the static view of a…
The UML Class Diagram is a static diagram. It represents the static view of an application. The class diagram is not only used for visualizing, describing, and documenting different aspects…
In the previous chapters, we have discussed the building blocks and other necessary elements of UML Standard Diagrams. Now we need to understand where to use those elements. The elements…
In this guide, we will discuss Erlang element. The method returns the Nth element in the tuple. Syntax element(N,Tuple) Parameters N β The position in the tuple which needs to be returned.Tuple β…
In this guide, we will discuss Erlang byte_size. This method returns the number of bytes contained in a Bitstring. Syntax byte_size(bitstring) Parameters bitstring β This is the btistring for which the number…
In this guide, we will discuss Erlang date. This method returns the current system date. Syntax date() Parameters None Return Value The current date is returned as a list. For…
In this guide, we will discuss Erlang BIFS. BIFs are functions that are built into Erlang. They usually do tasks that are impossible to program in Erlang. For example, itβs…
In this guide, we will discuss Erlang Guards. Guards are constructs that we can use to increase the power of pattern matching. Using guards, we can perform simple tests and…
In this guide, we will discuss Ngx-Bootstrap - ProgressBar. ngx-bootstrap progress bar component provides a progress component to show the progress of a workflow with flexible bars. ProgressbarComponent selector progressbar…
ngx-bootstrap popover component provides a small overlay component to provide small information about a component. PopoverDirective selector popover Inputs adaptivePosition β boolean, sets disable adaptive position.container β string, A selector specifying the…