Altmetrics
Downloads
111
Views
49
Comments
0
Submitted:
10 May 2024
Posted:
13 May 2024
You are already at the latest version
Symbols | Primitive action operators, by symbol, label or symbol and label |
@, d | Time to specify the time an action starts, o means 0, a number, or nothing means any time, if omitted. A reference to the a starting time that is maintained. it means the starting time is not important. When used actions, If d is 0 or omitted, it means immediately. If it is the duration is infinity, , it means wait forever, in all other cases a time slot is supplied to wait for that duration. They cannot be used directly with containers only through the actions. It both, @ and d, are omitted, the action start now. |
Status actions apply to objects | |
⇟ ⇞ | Declare the status of an object to be, ⇟, idle, down, broken, unavailable, ⇞ active. |
Delay action | |
, | Delay action is used to make an elapsed time. Action delay starting from time now, o, duration for a duration, d, which is 0 or , or any identifier holding time. If d is omitted it means the duration is 0 by default, do not wait. Delay action and can be used to create a delay or with the operator to create the time limit for an action to complete or stop. Or can be delayed until a condition occurs. The timer can also be interrupted by another object with the use of signal interaction. |
Container passing actions | |
!@ , ?@ |
Send/Output a container or Receive/Input the content of a container or its reference ^ . The action can record its starting time, if @(time) is specified, otherwise it is undefined. They can be synchronous and buffered or unbuffered. This behaviour is also supported by the interaction notation. The receive by default is a blocking receive, this action wait forever until an event or a container has been received. |
Container Sharing actions | |
, , := , |
Put/Store and Get/Retrieve and blocking Get/Retrieve. The application can also use additional actions support the store and retrieve synchronously. They can be buffered and unbuffered. Container passing and sharing can be missed. If the item cannot be inserted or removed nothing happens, unless it is captured by a junction. Default of := in the set is insert anywhere, and in sequence is insert at the back, unless specifies with . |
Decision action operators | |
⊳, ⊵ ↻, ⥁ |
Next compartment or activity, next iterative compartment or activity, next transaction. Repeat the current activity, fractional statement, or compartment or an iterative activity, compartment, or a transaction, an activity could be just a fractional compartment. stop current action, iteration, stop transaction. Action that does nothing – sometimes used in junctions, does nothing then call the repeat action which keeps looping forever, terminates . |
Operator action for container | |
⇒,⇏, , ⏀ | Search, remove, compare items from a container, clear the whole container. |
^ | Pointer or links to a container waiting to be filled by an action, the reference to an action, or a compartment. |
Actions’ operators | |
*,*+,, + , | Sequential, sequential from a group of “ored”-activities, parallel, rendezvous, parallel group of “ored”-activities, parallel “or” with rendezvous, selective only one, selective a group (or). The x operator is prioritized more than one actions are ready to perform, the priority starts from the left hand side, that is the action at the left is selected and so on. |
Compartment Operators | |
Consecutive, selective, group selective, simultaneous, rendezvous operators used with compartments. | |
Container declarations | |
[ ] { } ( ) = [ ], { }, ( ) S := {}, [ ], ( ) = [●], {●}, (●) [… ] {… } (… ) |
Dictionary container – Set container – Sequence container. Container status, specifying empty. Clearing a container with (:=) The container is full. Container with something, used with an input action. |
Container arithmetic operators | |
|
Back/middle/front of a container, used for insertion, when the container can be a queue or a stack. Stripping removes the membership of the items, and they need to be allocated into another container if they are not containers. |
Fuzzy set operators | |
⋀ ⋀ ⟶ ⨁ ⌝ | And, Or, Imply, aggregation and negation operators on members of fuzzy sets |
Container additional operator actions. | |
All set theory symbols. | |
Interaction symbols | |
, | Synchronous, Asynchronous, Delayed interactions and signal for interrupting an object |
Asynchronous and Synchronous, can be used mainly with shared containers databases … The indexes n, can represent the relationship 1 to many or many to many ect… For anthology and distributed relational database |
|
Symbols | These symbols are used inside the [Condition] |
Container operators, inclusion, there exist, such that or where, for all ect … cardinality of a container |
|
‘T’, ‘F’ | Boolean values |
&, | , ~, x | Boolean operators, “and”, “or” and negation |
“string” | A word, sentence a set of characters |
Numbers, indexes, and identifiers | Integer, decimals, or container values |
+, *, -, %, /, | Arithmetic operators |
Relational operators | |
n:m:p:.. n:m:p:..[condition] |
Group random extractions: p items, selected from m items from n items of a container, or object in the virtual space. Group selective extractions: with a nested condition |
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 MDPI (Basel, Switzerland) unless otherwise stated