Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensuring globally unique ids for FMeObjects and allowing retrieval by id from application #3

Open
chrfrantz opened this issue Oct 11, 2012 · 1 comment
Assignees

Comments

@chrfrantz
Copy link
Member

FMeObjects should have a globally unique id (via UUID) and ControlCenter should allow access to objects by id (via ObjectManager). Application developers can then access objects by id when they are interested in one specific object repeatedly instead of iterating through all shared objects.

@ghost ghost assigned ndlewis Oct 11, 2012
@chrfrantz
Copy link
Member Author

Java implementation now uses UUIDs for id generation. IDs are saved as Strings to allow the use of other mechanisms to generate IDs. lookupById() is already existing. Creates unified collection of own and others' objects on the fly. Quite inefficient. Separate HashMap with IDs as key would improve performance...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants