danionita / e3tools

e3tool is a Java GUI-based tool for constructing and evaluating e3value models. Includes the e3fraud fraud assessment extension
Other
3 stars 4 forks source link

Add support for Market Segments in e3fraud computation #45

Closed danionita closed 8 years ago

bobismijnnaam commented 8 years ago

I think there is actually a comment about this in RDFExport.java. there seems to be a e3value rdf attribute missing. Can you check @danionita? It's somewhere in the middle :p

Op 12 aug. 2016 11:00 a.m. schreef "danionita" notifications@github.com:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/danionita/e3tools/issues/45, or mute the thread https://github.com/notifications/unsubscribe-auth/AC8IaIDVtWyRXGW8XYqoTe0E2OXssZPnks5qfDZDgaJpZM4Ji5cd .

danionita commented 8 years ago

Found the comment but not sure what it's about. An MS is not a sub-type of actor. It is a separate element. Essentially, there are two types of actors: Actors and Market Segment. An actor usually represents a company, while a market segment usually represents some customers. Therefore, value activities can only be part of actors, but market segments have a COUNT formula. NB: the e3value vocabulary class in the repo is original, not one I created. Therefore, we can take is as a standard.

Best, dan

On Fri, Aug 12, 2016 at 6:21 PM, Bob Rubbens notifications@github.com wrote:

I think there is actually a comment about this in RDFExport.java. there seems to be a e3value rdf attribute missing. Can you check @danionita? It's somewhere in the middle :p

Op 12 aug. 2016 11:00 a.m. schreef "danionita" notifications@github.com:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/danionita/e3tools/issues/45, or mute the thread https://github.com/notifications/unsubscribe-auth/AC8IaIDVt WyRXGW8XYqoTe0E2OXssZPnks5qfDZDgaJpZM4Ji5cd .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/danionita/e3tools/issues/45#issuecomment-239491765, or mute the thread https://github.com/notifications/unsubscribe-auth/AKjEpMWrcDBpUEe2k_FH5u-W1VC9-Hfuks5qfJ2PgaJpZM4Ji5cd .

danionita commented 8 years ago

Scratch that. Upon further inspection of the e3value meta-model it seems I was wrong. A Market segment is, literally, a set of actors (denoted by ms_consists_of_ac). That means they can in fact contain value activities and behave exactly like any actor.

I will send an e-mail to Jaap to try and shed some light on this.

On Mon, Aug 15, 2016 at 10:59 AM, Dan Ionita danionita@gmail.com wrote:

Found the comment but not sure what it's about. An MS is not a sub-type of actor. It is a separate element. Essentially, there are two types of actors: Actors and Market Segment. An actor usually represents a company, while a market segment usually represents some customers. Therefore, value activities can only be part of actors, but market segments have a COUNT formula. NB: the e3value vocabulary class in the repo is original, not one I created. Therefore, we can take is as a standard.

Best, dan

On Fri, Aug 12, 2016 at 6:21 PM, Bob Rubbens notifications@github.com wrote:

I think there is actually a comment about this in RDFExport.java. there seems to be a e3value rdf attribute missing. Can you check @danionita? It's somewhere in the middle :p

Op 12 aug. 2016 11:00 a.m. schreef "danionita" <notifications@github.com

:

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/danionita/e3tools/issues/45, or mute the thread https://github.com/notifications/unsubscribe-auth/AC8IaIDVt WyRXGW8XYqoTe0E2OXssZPnks5qfDZDgaJpZM4Ji5cd .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/danionita/e3tools/issues/45#issuecomment-239491765, or mute the thread https://github.com/notifications/unsubscribe-auth/AKjEpMWrcDBpUEe2k_FH5u-W1VC9-Hfuks5qfJ2PgaJpZM4Ji5cd .

bobismijnnaam commented 8 years ago

As of 38785c0ecbb54afc47190ec0238ec9a459b7581e there is market segment support, I think...