Module: XES::TraceAttributeAccessor

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

Overview

TraceAttributeAccessor provides attribute accessors for trace or trace global element.

Instance Attribute Summary collapse

Method Summary

Methods included from AttributeAccessor

define_attribute

Instance Attribute Details

#concept_nameString

Returns the value of attribute “concept:name”.

Returns:

  • (String)

    the value of attribute “concept:name”



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

define_attribute "concept:name", "string"

#cost:totalFloat

Returns the value of attribute “cost:total”.

Returns:

  • (Float)

    the value of attribute “cost:total”



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

define_attribute "cost:total", "float"

#cost_currencyString

Returns the value of attribute “cost:currency”.

Returns:

  • (String)

    the value of attribute “cost:currency”



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

define_attribute "cost:currency", "string"

#identity_idString

Returns the value of attribute “identity:id”.

Returns:

  • (String)

    the value of attribute “identity:id”



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

define_attribute "identity:id", "id"

#semantic_modelReferenceString

Returns the value of attribute “semantic:modelReference”.

Returns:

  • (String)

    the value of attribute “semantic:modelReference”



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

define_attribute "semantic:modelReference", "string"