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

Rename model classes #5

Closed
vibraphone opened this issue Dec 16, 2014 · 1 comment
Closed

Rename model classes #5

vibraphone opened this issue Dec 16, 2014 · 1 comment

Comments

@vibraphone
Copy link
Member

Now that the old model classes have been removed, some renames should happen:

  • ModelEntity → Model
  • GroupEntity → Group
  • InstanceEntity → Instance

Also, we have been asked to consider

  • BridgeSession → ModelSession or KernelSession or just Session?
  • Bridge → SessionImpl or SessionCore or SessionState
  • Cursor → Item

on the grounds that Bridge and Cursor might mean something to developers but not end users.

vibraphone referenced this issue in vibraphone/SMTK Jan 30, 2015
vibraphone added a commit that referenced this issue Jan 30, 2015
@vibraphone
Copy link
Member Author

The final (but probably not completely comprehensive) list of class renames is

  • Cursor → EntityRef
  • GroupEntity → Group
  • InstanceEntity → Instance
  • ModelEntity → Model
  • Bridge → Session
  • BridgeSession → SessionRef
  • BridgeIOJSON → SessionIOJSON
  • BridgeIO → SessionIO
  • BridgeRegistrar → SessionRegistrar
  • RemusRemoteBridge → Session
  • RemusBridgeConnection → RemusConnection
  • RemusBridgeConnections → RemusConnections
  • BridgeExodusIOJSON → SessionExodusIOJSON

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

1 participant