Skip to content

Commit

Permalink
feat(#427): Add TcompasLdevice private creation
Browse files Browse the repository at this point in the history
Signed-off-by: gleizesDor <[email protected]>
  • Loading branch information
gleizesDor committed Oct 8, 2024
1 parent d47bf74 commit 915c84e
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,15 @@ public static TPrivate createPrivate(TCompasSystemVersion compasSystemVersion) {
return createPrivate(objectFactory.createSystemVersion(compasSystemVersion));
}

/**
* Create Private of given type as parameter
* @param tCompasLDevice type of Private to create
* @return created Private
*/
public static TPrivate createPrivate(TCompasLDevice tCompasLDevice) {
return createPrivate(objectFactory.createLDevice(tCompasLDevice));
}

/**
* Create a single Private of type COMPAS-Topo
* containing all given TCompasTopo
Expand Down

0 comments on commit 915c84e

Please sign in to comment.