setLibraryImport abstract method
void
setLibraryImport()
One import edge: the caller scope pins name to a target library
version. Root caller is (0,0). Labels live on edges, so lib: requires
resolve per caller.
Implementation
void setLibraryImport(
int callerLibraryId,
int callerLibraryVersionId,
String name,
int targetLibraryId,
int targetLibraryVersionId,
);