From: mark.j.leonard Date: Tue, 27 Nov 2018 11:49:58 +0000 (+0000) Subject: Refactor model generation algorithm X-Git-Tag: 1.4.1~54 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=91d6d53930576dba11a92d25e20795c1ba1f8817;hp=91d6d53930576dba11a92d25e20795c1ba1f8817;p=aai%2Fbabel.git Refactor model generation algorithm Reorganize the Service and Resource Model generation code for readability. Resort methods to put public before private. Rename generateService() to generateAllArtifacts() Reimplement this method such that the NodeTemplate list is iterated once only. This is intended to simplify future changes to the code. Change-Id: Ie0c6003eab99f42945747c6d79827881e05afc87 Issue-ID: AAI-1884 Signed-off-by: mark.j.leonard ---