Module: XES::EventAttributeAccessor
Overview
EventAttributeAccessor provides attribute accessors for event or event global element.
Instance Attribute Summary collapse
-
#concept_instance ⇒ String
The value of attribute “concept:instance”.
-
#concept_name ⇒ String
The value of attribute “concept:name”.
-
#cost_currency ⇒ String
The value of attribute “cost:currency”.
-
#cost_total ⇒ Float
The value of attribute “cost:total”.
-
#identity_id ⇒ String
The value of attribute “identity:id”.
-
#lifecycle_transition ⇒ String
The value of attribute “lifecycle:transition”.
-
#org_group ⇒ String
The value of attribute “org:group”.
-
#org_resource ⇒ String
The value of attribute “org:resource”.
-
#org_role ⇒ String
The value of attribute “org:role”.
-
#semantic_modelReference ⇒ String
The value of attribute “semantic:modelReference”.
-
#time_timestamp ⇒ Time, String
The value of attribute “time:timestamp”.
Method Summary
Methods included from AttributeAccessor
Instance Attribute Details
#concept_instance ⇒ String
Returns the value of attribute “concept:instance”.
45 |
# File 'lib/xes/attribute-accessor.rb', line 45 define_attribute "concept:instance", "string" |
#concept_name ⇒ String
Returns the value of attribute “concept:name”.
40 |
# File 'lib/xes/attribute-accessor.rb', line 40 define_attribute "concept:name", "string" |
#cost_currency ⇒ String
Returns the value of attribute “cost:currency”.
90 |
# File 'lib/xes/attribute-accessor.rb', line 90 define_attribute "cost:currency", "string" |
#cost_total ⇒ Float
Returns the value of attribute “cost:total”.
85 |
# File 'lib/xes/attribute-accessor.rb', line 85 define_attribute "cost:total", "float" |
#identity_id ⇒ String
Returns the value of attribute “identity:id”.
80 |
# File 'lib/xes/attribute-accessor.rb', line 80 define_attribute "identity:id", "id" |
#lifecycle_transition ⇒ String
Returns the value of attribute “lifecycle:transition”.
50 |
# File 'lib/xes/attribute-accessor.rb', line 50 define_attribute "lifecycle:transition", "string" |
#org_group ⇒ String
Returns the value of attribute “org:group”.
65 |
# File 'lib/xes/attribute-accessor.rb', line 65 define_attribute "org:group", "string" |
#org_resource ⇒ String
Returns the value of attribute “org:resource”.
55 |
# File 'lib/xes/attribute-accessor.rb', line 55 define_attribute "org:resource", "string" |
#org_role ⇒ String
Returns the value of attribute “org:role”.
60 |
# File 'lib/xes/attribute-accessor.rb', line 60 define_attribute "org:role", "string" |
#semantic_modelReference ⇒ String
Returns the value of attribute “semantic:modelReference”.
75 |
# File 'lib/xes/attribute-accessor.rb', line 75 define_attribute "semantic:modelReference", "string" |
#time_timestamp ⇒ Time, String
Returns the value of attribute “time:timestamp”.
70 |
# File 'lib/xes/attribute-accessor.rb', line 70 define_attribute "time:timestamp", "date" |