-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#27 - See previous commit comment. Failed to check the boxes to include
the new pieces.
- Loading branch information
John Wolfe
committed
Jul 9, 2014
1 parent
43ca709
commit 1ba288a
Showing
3 changed files
with
607 additions
and
0 deletions.
There are no files selected for viewing
71 changes: 71 additions & 0 deletions
71
...ns/gps/GPS Watch/models/GPS Watch/Library/Tracking/Tracking/Achievement/Achievement.xtuml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
-- BP 7.1.6 content: ModelClass syschar: 3 persistence-version: 7.1.6 | ||
|
||
INSERT INTO O_OBJ | ||
VALUES ("313e48f7-0516-49bd-9401-5c67c2e55db9", | ||
'Achievement', | ||
10, | ||
'Achievement', | ||
'Each instance represents one contiguous period of time during | ||
which a particular goal was being met (achieved).', | ||
"00000000-0000-0000-0000-000000000000"); | ||
INSERT INTO O_NBATTR | ||
VALUES ("b3949e0b-65ec-4e72-82be-b899f2e3b63b", | ||
"313e48f7-0516-49bd-9401-5c67c2e55db9"); | ||
INSERT INTO O_BATTR | ||
VALUES ("b3949e0b-65ec-4e72-82be-b899f2e3b63b", | ||
"313e48f7-0516-49bd-9401-5c67c2e55db9"); | ||
INSERT INTO O_ATTR | ||
VALUES ("b3949e0b-65ec-4e72-82be-b899f2e3b63b", | ||
"313e48f7-0516-49bd-9401-5c67c2e55db9", | ||
"00000000-0000-0000-0000-000000000000", | ||
'startTime', | ||
'Starting time for this achievement, expressed as the number of seconds | ||
since the beginning of the associated workout session.', | ||
'', | ||
'startTime', | ||
0, | ||
"ba5eda7a-def5-0000-0000-000000000002", | ||
'', | ||
''); | ||
INSERT INTO O_NBATTR | ||
VALUES ("46b6c2f4-87ac-494d-b31e-62f1d0581155", | ||
"313e48f7-0516-49bd-9401-5c67c2e55db9"); | ||
INSERT INTO O_BATTR | ||
VALUES ("46b6c2f4-87ac-494d-b31e-62f1d0581155", | ||
"313e48f7-0516-49bd-9401-5c67c2e55db9"); | ||
INSERT INTO O_ATTR | ||
VALUES ("46b6c2f4-87ac-494d-b31e-62f1d0581155", | ||
"313e48f7-0516-49bd-9401-5c67c2e55db9", | ||
"b3949e0b-65ec-4e72-82be-b899f2e3b63b", | ||
'endTime', | ||
'Ending time for this achievement, expressed as the number of seconds | ||
since the beginning of the associated workout session.', | ||
'', | ||
'endTime', | ||
0, | ||
"ba5eda7a-def5-0000-0000-000000000002", | ||
'', | ||
''); | ||
INSERT INTO O_ID | ||
VALUES (0, | ||
"313e48f7-0516-49bd-9401-5c67c2e55db9"); | ||
INSERT INTO O_ID | ||
VALUES (1, | ||
"313e48f7-0516-49bd-9401-5c67c2e55db9"); | ||
INSERT INTO O_ID | ||
VALUES (2, | ||
"313e48f7-0516-49bd-9401-5c67c2e55db9"); | ||
INSERT INTO PE_PE | ||
VALUES ("313e48f7-0516-49bd-9401-5c67c2e55db9", | ||
1, | ||
"a09220a4-d685-4338-83fd-0d42f7c7e308", | ||
"00000000-0000-0000-0000-000000000000", | ||
4); | ||
INSERT INTO EP_PKG_PROXY | ||
VALUES ("a09220a4-d685-4338-83fd-0d42f7c7e308", | ||
"00000000-0000-0000-0000-000000000000", | ||
"36a41cf7-d411-488d-99fc-74866d4fea39", | ||
'Tracking', | ||
'', | ||
0, | ||
'../Tracking.xtuml'); |
Binary file added
BIN
+557 Bytes
...ch/Library/Tracking/Tracking/Goal/InstanceStateMachine/Completed__State_Machine_State.oal
Binary file not shown.
Oops, something went wrong.