{
	'existence': {
		'Create Fine': {'support': 1.0, 'confidence': 1.0},
		'Send Fine': {'support': 1.0, 'confidence': 1.0},
		'Insert Fine Notification': {'support': 1.0, 'confidence': 1.0},
		'Add penalty': {'support': 1.0, 'confidence': 1.0},
		'Payment': {'support': 1.0, 'confidence': 1.0},
		'Insert Date Appeal to Prefecture': {'support': 1.0, 'confidence': 1.0},
		'Send Appeal to Prefecture': {'support': 1.0, 'confidence': 1.0},
		'Receive Result Appeal from Prefecture': {'support': 1.0, 'confidence': 1.0},
		'Notify Result Appeal to Offender': {'support': 1.0, 'confidence': 1.0},
		'Appeal to Judge': {'support': 1.0, 'confidence': 1.0},
		'Send for Credit Collection': {'support': 1.0, 'confidence': 1.0}
	},
	'absence': {
		'Non-Existent Activity': {'support': 1.0, 'confidence': 1.0}
	},
	'exactly_one': {
		'Create Fine': {'support': 1.0, 'confidence': 1.0}
	},
	'init': {
		'Create Fine': {'support': 1.0, 'confidence': 1.0}
	},
	'responded_existence': {
		'Create Fine': {'support': 1.0, 'confidence': 1.0},
		'Send Fine': {'support': 1.0, 'confidence': 1.0},
		'Insert Fine Notification': {'support': 1.0, 'confidence': 1.0},
		'Add penalty': {'support': 1.0, 'confidence': 1.0},
		'Payment': {'support': 1.0, 'confidence': 1.0},
		'Insert Date Appeal to Prefecture': {'support': 1.0, 'confidence': 1.0},
		'Send Appeal to Prefecture': {'support': 1.0, 'confidence': 1.0},
		'Receive Result Appeal from Prefecture': {'support': 1.0, 'confidence': 1.0},
		'Notify Result Appeal to Offender': {'support': 1.0, 'confidence': 1.0},
		'Appeal to Judge': {'support': 1.0, 'confidence': 1.0},
		'Send for Credit Collection': {'support': 1.0, 'confidence': 1.0}
	},
	'coexistence': {
		('Create Fine', 'Send Fine'): {'support': 1.0, 'confidence': 1.0},
		('Send Fine', 'Insert Fine Notification'): {'support': 1.0, 'confidence': 1.0},
		('Insert Fine Notification', 'Add penalty'): {'support': 1.0, 'confidence': 1.0},
		('Create Fine', 'Send Fine'): {'support': 1.0, 'confidence': 1.0},
		('Send Fine', 'Insert Fine Notification'): {'support': 1.0, 'confidence': 1.0},
		('Insert Fine Notification', 'Add penalty'): {'support': 1.0, 'confidence': 1.0},
		('Insert Date Appeal to Prefecture', 'Send Appeal to Prefecture'): {'support': 1.0, 'confidence': 1.0},
		('Appeal to Judge', 'Payment'): {'support': 1.0, 'confidence': 1.0},
		('Receive Result Appeal from Prefecture', 'Notify Result Appeal to Offender'): {'support': 1.0, 'confidence': 1.0}
	},
	'response': {
		('Create Fine', 'Payment'): {'support': 1.0, 'confidence': 1.0},
		('Insert Fine Notification', 'Payment'): {'support': 1.0, 'confidence': 1.0},
		('Receive Result Appeal from Prefecture', 'Notify Result Appeal to Offender'): {'support': 1.0, 'confidence': 1.0},
		('Notify Result Appeal to Offender', 'Send for Credit Collection'): {'support': 1.0, 'confidence': 1.0},
		('Send Fine', 'Payment'): {'support': 1.0, 'confidence': 1.0}
	},
	'precedence': {
		('Create Fine', 'Send Fine'): {'support': 1.0, 'confidence': 1.0},
		('Send Fine', 'Insert Fine Notification'): {'support': 1.0, 'confidence': 1.0},
		('Insert Fine Notification', 'Add penalty'): {'support': 1.0, 'confidence': 1.0},
		('Insert Fine Notification', 'Insert Date Appeal to Prefecture'): {'support': 1.0, 'confidence': 1.0},
		('Insert Date Appeal to Prefecture', 'Send Appeal to Prefecture'): {'support': 1.0, 'confidence': 1.0},
		('Send Appeal to Prefecture', 'Add penalty'): {'support': 1.0, 'confidence': 1.0},
		('Add penalty', 'Payment'): {'support': 1.0, 'confidence': 1.0},
		('Payment', 'Send for Credit Collection'): {'support': 1.0, 'confidence': 1.0},
		('Receive Result Appeal from Prefecture', 'Notify Result Appeal to Offender'): {'support': 1.0, 'confidence': 1.0},
		('Notify Result Appeal to Offender', 'Send for Credit Collection'): {'support': 1.0, 'confidence': 1.0},
		('Receive Result Appeal from Prefecture', 'Send Appeal to Prefecture'): {'support': 1.0, 'confidence': 1.0},
		('Send Appeal to Prefecture', 'Notify Result Appeal to Offender'): {'support': 1.0, 'confidence': 1.0},
		('Send Appeal to Prefecture', 'Receive Result Appeal from Prefecture'): {'support': 1.0, 'confidence': 1.0},
		('Notify Result Appeal to Offender', 'Send for Credit Collection'): {'support': 1.0, 'confidence': 1.0},
		('Create Fine', 'Payment'): {'support': 1.0, 'confidence': 1.0},
		('Insert Fine Notification', 'Payment'): {'support': 1.0, 'confidence': 1.0},
		('Receive Result Appeal from Prefecture', 'Notify Result Appeal to Offender'): {'support': 1.0, 'confidence': 1.0},
		('Notify Result Appeal to Offender', 'Send for Credit Collection'): {'support': 1.0, 'confidence': 1.0},
		('Send Fine', 'Payment'): {'support': 1.0, 'confidence': 1.0}
	},
	'succession': {
		('Create Fine', 'Payment'): {'support': 1.0, 'confidence': 1.0},
		('Insert Fine Notification', 'Payment'): {'support': 1.0, 'confidence': 1.0},
		('Receive Result Appeal from Prefecture', 'Notify Result Appeal to Offender'): {'support': 1.0, 'confidence': 1.0},
		('Notify Result Appeal to Offender', 'Send for Credit Collection'): {'support': 1.0, 'confidence': 1.0},
		('Send Fine', 'Payment'): {'support': 1.0, 'confidence': 1.0}
	},
	'noncoexistence': {
		('Create Fine', 'Non-Existent Activity'): {'support': 1.0, 'confidence': 1.0}
	},
	'nonsuccession': {
		('Create Fine', 'Payment'): {'support': 1.0, 'confidence': 1.0}
	}
}