(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

What is it about?

Traverser is a method to get user's journey within the system. We considered that the ontology, in other words, the domain model with UML class diagram, provides us the world of user's journey. Traverser traces from class to class according to the association and/or inheritance and output the trails as a user's journey.

Why is it important?

Everyone knows the importance of customer journey. However, there are less ways to construct customer journeys. We are developing the method and tool to provides customer journeys. Traverser is a method and tool to provides all possible customer journeys within the domain model (ontology) while taking into account the customer's permissions.

Read more on Kudos…
The following have contributed to this page:
Takako Nakatani
' ,"url"));