coloured Petri Net - significado y definición. Qué es coloured Petri Net
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es coloured Petri Net - definición

Colored Petri net; Colored Petri Net; Coloured Petri Net; Coloured Petri nets; Colored Petri nets

Petri net         
  • A Petri net with an enabled transition.
  • The Petri net that follows after the transition fires (Initial Petri net in the figure above).
  • The reachability graph of ''N2''.
  • A two-bounded Petri net, obtained by extending ''N'' with "counter-places".
  • An unbounded Petri net, ''N''.
FAMILY OF MODELLING LANGUAGES FOR DISTRIBUTED SYSTEMS
Petri-Net; Petri nets; Petri Nets; Petri Net; Petrinet; Petrinets; Event-driven Petri net; Event driven petri nets; Differential petri net; Event-driven petri nets; Place/transition net; PT net; Petri net theory
A Petri net, also known as a place/transition (PT) net, is one of several mathematical modeling languages for the description of distributed systems. It is a class of discrete event dynamic system.
Petri net         
  • A Petri net with an enabled transition.
  • The Petri net that follows after the transition fires (Initial Petri net in the figure above).
  • The reachability graph of ''N2''.
  • A two-bounded Petri net, obtained by extending ''N'' with "counter-places".
  • An unbounded Petri net, ''N''.
FAMILY OF MODELLING LANGUAGES FOR DISTRIBUTED SYSTEMS
Petri-Net; Petri nets; Petri Nets; Petri Net; Petrinet; Petrinets; Event-driven Petri net; Event driven petri nets; Differential petri net; Event-driven petri nets; Place/transition net; PT net; Petri net theory
<parallel, simulation> A directed, bipartite graph in which nodes are either "places" (represented by circles) or "transitions" (represented by rectangles), invented by Carl Adam Petri. A Petri net is marked by placing "tokens" on places. When all the places with arcs to a transition (its input places) have a token, the transition "fires", removing a token from each input place and adding a token to each place pointed to by the transition (its output places). Petri nets are used to model concurrent systems, particularly network protocols. Variants on the basic idea include the coloured Petri Net, Time Petri Net, Timed Petri Net, Stochastic Petri Net, and Predicate Transition Net. FAQ (http://daimi.aau.dk/PetriNets/faq/answers.htm). (1996-09-10)
coloured         
  • Explanation of South African identity numbers in an identity document during apartheid in terms of official White, Coloured and Indian population subgroups
  • doi-access=free}}</ref>
 Each vertical bar represents individual.
  • Colin speaking Afrikaans.
  • &gt;3000 /km²}}
}}
  • 80–100%}}
}}
MULTIRACIAL ETHNIC GROUP OF SOUTHERN AFRICA
Coloured; Coloured people; Bruinmense; Bruin mense; Kleurlinge; Kleurling; Bruine Afrikaners; Coloured South African; Coloured (South Africa); Mixed-race South Africans; Genetic studies on Coloureds; Coloreds (South Africa)
Frequency: The word is one of the 3000 most common words in English.
Note: in AM, use 'colored'
1.
Something that is coloured a particular colour is that colour.
The illustration shows a cluster of five roses coloured apricot orange.
...a cheap gold-coloured bracelet.
ADJ
2.
Something that is coloured is a particular colour or combination of colours, rather than being just white, black, or the colour that it is naturally.
You can often choose between plain white or coloured and patterned scarves.
...brightly coloured silks laid out on market stalls.
ADJ
3.
A coloured person belongs to a race of people with dark skins. (OFFENSIVE, OLD-FASHIONED)
ADJ: usu ADJ n

Wikipedia

Coloured Petri net

Coloured Petri nets are a backward compatible extension of the mathematical concept of Petri nets.

Coloured Petri nets preserve useful properties of Petri nets and at the same time extend the initial formalism to allow the distinction between tokens.

Coloured Petri nets allow tokens to have a data value attached to them. This attached data value is called the token color. Although the color can be of arbitrarily complex type, places in coloured Petri nets usually contain tokens of one type. This type is called the color set of the place.

Definition 1. A net is a tuple N = (P, T, A, Σ, C, N, E, G, I ) where:

  • P is a set of places.
  • T is a set of transitions.
  • A is a set of arcs

In coloured Petri nets, sets of places, transitions and arcs are pairwise disjoint PT = PA = TA = ∅

  • Σ is a set of color sets. This set contains all possible colors, operations and functions used within the coloured Petri net.
  • C is a color function. It maps places in P into colors in Σ.
  • N is a node function. It maps A into (P × T) ∪ (T × P).
  • E is an arc expression function. It maps each arc aA into the expression e. The input and output types of the arc expressions must correspond to the type of the nodes the arc is connected to.

Use of node function and arc expression function allows multiple arcs connect the same pair of nodes with different arc expressions.

  • G is a guard function. It maps each transition tT to a guard expression g. The output of the guard expression should evaluate to a Boolean value (true or false). If false, t cannot be fired.
  • I is an initialization function. It maps each place p into an initialization expression i. The initialization expression must evaluate to multiset of tokens with a color corresponding to the color of the place C(p).

A well-known program for working with coloured Petri nets is cpntools.