Module: XES::EventAttributeAccessor

Extended by:
AttributeAccessor
Included in:
Event
Defined in:
lib/xes/attribute-accessor.rb

Overview

EventAttributeAccessor provides attribute accessors for event or event global element.

Instance Attribute Summary collapse

Method Summary

Methods included from AttributeAccessor

define_attribute

Instance Attribute Details

#concept_instanceString

Returns the value of attribute “concept:instance”.

Returns:

  • (String)

    the value of attribute “concept:instance”



45
# File 'lib/xes/attribute-accessor.rb', line 45

define_attribute "concept:instance", "string"

#concept_nameString

Returns the value of attribute “concept:name”.

Returns:

  • (String)

    the value of attribute “concept:name”



40
# File 'lib/xes/attribute-accessor.rb', line 40

define_attribute "concept:name", "string"

#cost_currencyString

Returns the value of attribute “cost:currency”.

Returns:

  • (String)

    the value of attribute “cost:currency”



90
# File 'lib/xes/attribute-accessor.rb', line 90

define_attribute "cost:currency", "string"

#cost_totalFloat

Returns the value of attribute “cost:total”.

Returns:

  • (Float)

    the value of attribute “cost:total”



85
# File 'lib/xes/attribute-accessor.rb', line 85

define_attribute "cost:total", "float"

#identity_idString

Returns the value of attribute “identity:id”.

Returns:

  • (String)

    the value of attribute “identity:id”



80
# File 'lib/xes/attribute-accessor.rb', line 80

define_attribute "identity:id", "id"

#lifecycle_transitionString

Returns the value of attribute “lifecycle:transition”.

Returns:

  • (String)

    the value of attribute “lifecycle:transition”



50
# File 'lib/xes/attribute-accessor.rb', line 50

define_attribute "lifecycle:transition", "string"

#org_groupString

Returns the value of attribute “org:group”.

Returns:

  • (String)

    the value of attribute “org:group”



65
# File 'lib/xes/attribute-accessor.rb', line 65

define_attribute "org:group", "string"

#org_resourceString

Returns the value of attribute “org:resource”.

Returns:

  • (String)

    the value of attribute “org:resource”



55
# File 'lib/xes/attribute-accessor.rb', line 55

define_attribute "org:resource", "string"

#org_roleString

Returns the value of attribute “org:role”.

Returns:

  • (String)

    the value of attribute “org:role”



60
# File 'lib/xes/attribute-accessor.rb', line 60

define_attribute "org:role", "string"

#semantic_modelReferenceString

Returns the value of attribute “semantic:modelReference”.

Returns:

  • (String)

    the value of attribute “semantic:modelReference”



75
# File 'lib/xes/attribute-accessor.rb', line 75

define_attribute "semantic:modelReference", "string"

#time_timestampTime, String

Returns the value of attribute “time:timestamp”.

Returns:

  • (Time, String)

    the value of attribute “time:timestamp”



70
# File 'lib/xes/attribute-accessor.rb', line 70

define_attribute "time:timestamp", "date"