• No results found

Appendices Appendix A: Definities en terminologie Appendix B: The Business Rules Manifesto Appendix C: Syntax van UML Activity Diagram

N/A
N/A
Protected

Academic year: 2021

Share "Appendices Appendix A: Definities en terminologie Appendix B: The Business Rules Manifesto Appendix C: Syntax van UML Activity Diagram"

Copied!
6
0
0

Bezig met laden.... (Bekijk nu de volledige tekst)

Hele tekst

(1)

Appendices

Appendix A: Definities en terminologie Appendix B: The Business Rules Manifesto Appendix C: Syntax van UML Activity Diagram

(2)

A. Definities en terminologie

Actie: Een opeenvolging van operaties en regels die betrekking hebben op het toevoegen,

manipuleren en weergeven van data.

Architect: Onderdeel van Novulo waarin een softwareontwerp door middel van de

gebruikersinterface gespecificeerd kan worden.

Attribuut: Algemene omschrijving voor de set knoppen die onderaan op pagina's geplaatst

kunnen worden ten behoeve van de navigatie tussen records of databewerking van het record op de pagina.

Canvas: Algemene omschrijving voor paginaonderdelen waarmee data wordt weergegeven,

ingevoerd of gewijzigd. Er zijn formulier- en overzicht canvassen.

Cel: Een onderdeel van een paginarij waarin canvassen geplaatst kunnen worden.

Claves: Bedrijfsnaam van het bedrijf dat Novulo ontwikkelt en exploiteert.

Formuliercanvas: Het type canvas waarmee gegevens ingevoerd, bekeken en gewijzigd

kunnen worden. Wordt ook wel gewoon formulier genoemd.

Formulierelement: Algemene omschrijving voor de elementen, oftewel de verschillende

soorten invoervelden, waarmee een formulier opgebouwd kan worden.

Formulierknop: Omschrijving voor het type knop dat op een formulier geplaatst kan worden.

Van een formulierknop kunnen de titel en de functie ervan door de ontwerper ingevuld worden.

Formulierrij: Horizontaal georiënteerd onderdeel van een formuliercanvas waarin

formulierelementen en formulierknoppen kunnen worden geplaatst.

Framework: Onderdeel van Novulo dat gestandaardiseerde stukken code bevat.

Generator: Onderdeel van Novulo waarmee een softwareontwerp omgezet wordt in code.

GUI: Afkorting voor Grafische User Interface. Dit is het geheel aan layout, navigatie en datarepresentatie oftewel de manier waarop de software voor de gebruiker zichtbaar wordt.

Klasse: Beschrijving van een set objecten die dezelfde attributen en operaties hebben.

Kolom: Verticaal georiënteerde onderdelen van een overzichtcanvas waarin van meerdere

records de waarde van hetzelfde attribuut wordt weergegeven.

Layout: Opmaak van de GUI door middel van stijl, vormgeving, icoontjes, kleuren,

lettertypes, etc.

Module: Een onderdeel van een subsysteem bestaande uit een of meerdere pagina's

betreffende hetzelfde onderwerp of klasse.

Navigatie: Onderdeel van de GUI waarmee de gebruiker zichzelf door de software kan

bewegen. Dit kan door middel van een menu, tabbladen, knoppen en een locatiebalk.

Novulo: Merknaam van het concept waarmee webbased software vanuit de

gebruikersinterface ontworpen en gegenereerd kan worden. Novulo bestaat uit drie onderdelen: Architect, Generator en Framework.

Object: Een instantie van een bepaalde klasse. Een object kan een status hebben, gedrag

vertonen en attributen en methodes bevatten

(3)

Paginaknop: Algemene omschrijving voor de set knoppen die onderaan op pagina's geplaatst kunnen worden ten behoeve van de navigatie tussen records of de functionaliteiten m.b.t. het record op de pagina.

Paginarij: Horizontaal georiënteerd onderdeel van een pagina waarin verschillende groottes

cellen geplaatst kunnen worden.

Record: Een verzameling gerelateerde data-elementen welke als een geheel wordt

behandeld.

Regel: Een definitie van een conditie die gebruikt wordt als voorwaarde of beperking voor

invoer of weergave van data, voor acties of voor operaties.

Softwareontwerp: Term voor een ontwerp van webbased software in de Novulo Architect

dat zowel executeerbare als niet-executeerbare specificaties omvat.

Specificatiemechanisme: Een bepaalde manier om specificaties vast te leggen.

Subsysteem: Een onderdeel van een systeem bestaande uit een verzameling modules.

Subsystemen worden gebruikt om verschillende toegangsportalen in te richten of om systemen met een groot aantal modules te ontwarren.

Transactieproces: Een specifieke opeenvolging van een trigger, acties, beslissingen en

pagina’s.

Trigger: De veroorzaker van een actie. In een systeem zijn verschillende soorten triggers,

namelijk een input van de gebruikers (een knop of link), een bepaalde actie, een statusverandering of een vooraf gepland moment in de tijd.

(4)

B. The Business Rules Manifesto

Article 1. Primary Requirements, Not Secondary

1.1. Rules are a first-class citizen of the requirements world.

1.2. Rules are essential for, and a discrete part of, business models and technology models.

Article 2. Separate From Processes, Not Contained In Them

2.1. Rules are explicit constraints on behavior and/or provide support to behavior.

2.2. Rules are not process and not procedure. They should not be contained in either of these.

2.3. Rules apply across processes and procedures. There should be one cohesive body of rules, enforced consistently across all relevant areas of business activity.

Article 3. Deliberate Knowledge, Not A By-Product

3.1. Rules build on facts, and facts build on concepts as expressed by terms.

3.2. Terms express business concepts; facts make assertions about these concepts; rules constrain and support these facts.

3.3. Rules must be explicit. No rule is ever assumed about any concept or fact.

3.4. Rules are basic to what the business knows about itself -- that is, to basic business knowledge.

3.5. Rules need to be nurtured, protected, and managed.

Article 4. Declarative, Not Procedural

4.1. Rules should be expressed declaratively in natural-language sentences for the business audience.

4.2. If something cannot be expressed, then it is not a rule.

4.3. A set of statements is declarative only if the set has no implicit sequencing.

4.4. Any statements of rules that require constructs other than terms and facts imply assumptions about a system implementation.

4.5. A rule is distinct from any enforcement defined for it. A rule and its enforcement are separate concerns.

4.6. Rules should be defined independently of responsibility for the who, where, when, or how of their enforcement.

4.7. Exceptions to rules are expressed by other rules.

Article 5. Well-Formed Expression, Not Ad Hoc

5.1. Business rules should be expressed in such a way that they can be validated for correctness by business people.

5.2. Business rules should be expressed in such a way that they can be verified against each other for consistency.

(5)

6.2. Executing rules directly -- for example in a rules engine -- is a better implementation strategy than transcribing the rules into some procedural form.

6.3. A business rule system must always be able to explain the reasoning by which it arrives at conclusions or takes action.

6.4. Rules are based on truth values. How a rule’s truth value is determined or maintained is hidden from users.

6.5. The relationship between events and rules is generally many-to-many.

Article 7. Rule-Guided Processes, Not Exception-Based Programming

7.1. Rules define the boundary between acceptable and unacceptable business activity. 7.2. Rules often require special or selective handling of detected violations. Such rule violation activity is activity like any other activity.

7.3. To ensure maximum consistency and reusability, the handling of unacceptable business activity should be separable from the handling of acceptable business activity.

Article 8. For the Sake of the Business, Not Technology

8.1. Rules are about business practice and guidance; therefore, rules are motivated by business goals and objectives and are shaped by various influences.

8.2. Rules always cost the business something.

8.3. The cost of rule enforcement must be balanced against business risks, and against business opportunities that might otherwise be lost.

8.4. ‘More rules’ is not better. Usually fewer ‘good rules’ is better.

8.5. An effective system can be based on a small number of rules. Additional, more discriminating rules can be subsequently added, so that over time the system becomes smarter.

Article 9. Of, By, and For Business People, Not IT People

9.1. Rules should arise from knowledgeable business people.

9.2. Business people should have tools available to help them formulate, validate, and manage rules.

9.3. Business people should have tools available to help them verify business rules against each other for consistency.

Article 10. Managing Business Logic, Not Hardware/Software Platforms

10.1. Business rules are a vital business asset.

10.2. In the long run, rules are more important to the business than hardware/software platforms.

10.3. Business rules should be organized and stored in such a way that they can be readily redeployed to new hardware/software platforms.

10.4. Rules, and the ability to change them effectively, are fundamental to improving business adaptability.

(6)

C. Syntax van UML Activity Diagram

Action

- Een simpel, niet te ontleden stuk gedrag - Wordt benoemd door de naam van de actie

Activity

- Wordt gebruikt om een set acties te representeren - Wordt benoemd door de naam van de activiteit

Object Node

- Wordt gebruikt om een object te representeren dat is gekoppeld aan een stel object flows

- Wordt benoemd door de naam zijn klasse

Control Flow

- Toont de volgorde van uitvoer

Object Flow

- Toont de stroom van een object van een activiteit of actie naar een andere activiteit

Initial Node

- Geeft het begin aan van een set acties of activiteiten

Final-Activity Node

- Wordt gebruikt om alle control flows en object flows in een activiteit (of actie) te stoppen

Final-Flow Node

- Wordt gebruikt om een specifieke control flow of object flow te stoppen

Decision Node

- Wordt gebruikt om een testconditie weer te geven om ervoor te zorgen dat de control flow of object flow slechts 1 kant op gaat

- Wordt benoemd door beslissingscriteria per aftakking aan te geven

Merge Node

- Wordt gebruikt om de verschillende aftakkingen van een beslissing weer samen te voegen

Fork Node

- Wordt gebruikt om gedrag in een set parallelle of gelijktijdige flows activiteiten (of acties) op te splitsen

Join Node

- Wordt gebruikt om een set parallelle of gelijktijdige flows activiteiten (of acties) weer samen te voegen

Swimlane

- Wordt gebruikt om een activity diagram op te splitsen in rijen en kolommen om de individuele activiteiten (of acties) toe te wijzen aan de individuen of objecten die verantwoordelijk zijn voor de uitvoer van die activiteit (of actie)

- Wordt benoemd door de naam van de verantwoordelijke individu of object

Tabel: De syntax van een UML Activity diagram [Dennis et al. 2005]

Activity Action Class name [Beslissings criteria] [Beslissings criteria] Name

Referenties

GERELATEERDE DOCUMENTEN

For instance, it is assumed that the residuals are normally distributed, they have a mean of zero and a constant variance across levels of independent variables,

Coal Mining and Processing, Petroleum and Natural Gas Extraction, Ferrous Metals Mining and Processing, Nonferrous Metals Mining and Processing, Nonmetal Minerals Mining

The ‘honest corporation’ model explained in a PowerPoint show. Also contains

a wide variance in post-deal performance 71 large deals from 1989 to 1993 compared to peer group market value change from one year before to two years after the deals..

1983 Knight Books Paperback 9780340285626 Great Britain English

Het announcement effect kan gedefinieerd worden als de reactie in de aandelenkoers op het moment dat, in het geval van dit onderzoek, een overname wordt aangekondigd..

Appendix B: Country list Austria Belgium Czech Republic Cyprus Denmark Estonia Finland France Germany Greece Hungary Ireland Italy Latvia Lithuania Luxembourg

The understanding table gives an overview of the emission standards of LDT’s (and passenger cars) and two types of medium duty trucks.. Emission Standards of Low Emission