valueflows

valueflows docs
git clone https://s.sonu.ch/~srfsh/valueflows.git
Log | Files | Refs | README

commit 0b8392c172e885a58face4b22a9a9a49b10a8485
parent 3334c831c129091f394bf88a568e1e937d8ecf95
Author: Lynn Foster <foster.j.lynn@gmail.com>
Date:   Wed, 26 Jun 2019 18:15:53 -0500

added service, changed improve to modify (#518)


Diffstat:
Mdocs/introduction/flows.md | 10++++++----
Mrelease-doc-in-process/all_vf.TTL | 8++++++--
2 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/docs/introduction/flows.md b/docs/introduction/flows.md @@ -54,8 +54,9 @@ All flows use an action property to designate what the flow is doing and how it * vf:work - labor power towards a process * vf:load - transported resource enters the process, the same resource will appear in output with *vf:unload* verb * vf:unload - transported resource leaves the process, the same resource will appear in input with *vf:load* verb -* vf:accept - in processes like repair or maintentance, the same resource will appear in output with *vf:improve* verb -* vf:improve - in processes like repair or maintentance, the same resource will appear in input with *vf:accept* verb +* vf:accept - in processes like repair or maintentance, the same resource will appear in output with *vf:modify* verb +* vf:modify - in processes like repair or maintentance, the same resource will appear in input with *vf:accept* verb +* vf:service - new service produced and delivered (being a service implies that an agent actively receives the service * vf:give - give rights and responsibilities for the resource * vf:receive - receive rights and responsibilites for the resource * vf:raise - adjusts a quantity up based on a beginning balance or inventory count @@ -70,8 +71,9 @@ work | No effect | Input | N/A | N/A | cite | No effect | Input | No | N/A | load | Decrement | Input | No | unload | unload | Increment | Output | No | load | -accept | No effect | Input | No | improve | -improve | No effect | Output | No | accept | +accept | No effect | Input | No | modify | +modify | No effect | Output | No | accept | +service | No effect | either | Yes | N/A | give | Decrement | Input | No | receive | receive | Increment | Output | No | give | raise | Increment | N/A | N/A | N/A | diff --git a/release-doc-in-process/all_vf.TTL b/release-doc-in-process/all_vf.TTL @@ -591,9 +591,13 @@ vf:accept a vf:Action ; vs:term_status "unstable" ; rdfs:label "accept" . -vf:improve a vf:Action ; +vf:modify a vf:Action ; vs:term_status "unstable" ; - rdfs:label "improve" . + rdfs:label "modify" . + +vf:service a vf:Action ; + vs:term_status "testing" ; + rdfs:label "service" . vf:give a vf:Action ; rdfs:label "give" ;