-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makes TrainNode pure abstract. (#430)
* Makes the TrainNode object pure abstract with very little implementation. Creates DefaultTrainNode in the class hierarchy to own most of the existing implementation. * fix whitespace. * refactor consist storage implementation from TrainNode into a separate intermediate class.
- Loading branch information
1 parent
9d88c35
commit 368a0c4
Showing
2 changed files
with
137 additions
and
62 deletions.
There are no files selected for viewing
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
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