Skip to content

Commit

Permalink
Merge pull request #428 from com-pas/427-add-tcompasldevice-private-c…
Browse files Browse the repository at this point in the history
…reation

feat(#427): Add TcompasLdevice private creation
  • Loading branch information
gleizesDor authored Oct 17, 2024
2 parents d47bf74 + 915c84e commit d7f8a85
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 d7f8a85

Please sign in to comment.