Skip to content
This repository was archived by the owner on Nov 19, 2019. It is now read-only.

Modifications for Git support

Marios Fragkoulis edited this page Apr 28, 2014 · 16 revisions

Other things equal the following changes to the programming model are proposed. First, the current part of the model proposed to change is described, then the proposed changes.

AS-IS

class Branch Set branchIncoming Set branchOutgoing

class ProjectVersion Set parents Set incomingBranches Set outgoingBranches

TO-BE

class Branch Set parents Set previous Set next

class ProjectVersion Set parents Set visibleFrom

Clone this wiki locally