Skip to content

narrow screen resolution wide screen resolution auto screen resolution Increase font size Default font size Decrease font size default color brick color green color
Home
Search
Search Only:

Search Keyword state

Total: 10 results found.

1. Tutorial
(Category - English (United Kingdom))
...  test: in this directory you find index.php our XAL application entry point DeliveryWeb.lib.php contains DeliveryWeb class; its methods are metric and action functions related to each automaton state  ...
2. XAL
(Documentation/Introduction - English (United Kingdom))
XAL is the acronym of XML Automata Language. It is a language which allows to create web oriented and common application starting from the automaton definition. The application is defined as a states ...
3. Development
(Documentation/Tutorial - English (United Kingdom))
... action functions. In test/DeliveryWeb.lib.php we created two methods for each state: the metric function called <state_name> + Metric and the action function called <state_name> + Page (for ...
4. Conclusions
(Documentation/Tutorial - English (United Kingdom))
... written in XAL. On the other hand two (main) limitations exist: the first (one) is that this language is suitable for creating (state-based) web applications based on states. The second (one) is the ...
5. Test
(Documentation/Tutorial - English (United Kingdom))
In this section we informally test the application. The test is about "jumping" through a series of states using specific time intervals: in this way we can practically observe that some "decisions" really ...
6. Design
(Documentation/Tutorial - English (United Kingdom))
In this phase we identify the possible states of the application. Analyzing the specifications, we can easily see that the states almost coincide with the different interfaces the application should show ...
7. Who we are
('Uncategorised Content')
... on xml-schema or DTD. This feature means making development and debugging activities easier. XAL allows to define an application as a states collection and a transitions set between these states: a ...
8. Sviluppo
(Documentazione/Tutorial)
... chiamato questo parametro formale $state in tutte le funzioni, ma avrebbe potuto assumere qualsiasi altro nome. E` importante osservare che l'array $state e` passato per riferimento: oltre che essere un ...
9. Conclusioni
(Documentazione/Tutorial)
... agli stati. La seconda è la gestione della complessità dell'applicazione. Quest'ultimo, in particolare, è un "difetto" di tutti i linguaggi basati sugli automi. Alcuni linguaggi, come gli Statecharts ...
10. Test
(Documentazione/Tutorial)
... nostra applicazione di esempio. Tali informazioni saranno utili per determinare il punto dell'automa in cui ci troviamo ad ogni passo. In particolare la sezione intitolata "Current State" mostra, rispettivamente, ...