issues
search
oslc-op
/
sysml-oslc-server
Sample code to demonstrate how to use Lyo Designer to create an OSLC server for the SysML v2 REST API.
Apache License 2.0
10
stars
2
forks
source link
toString methods should return something that's more readable
#18
Closed
jadelkhoury
closed
4 years ago
jadelkhoury
commented
4 years ago
solves #7.
This is what can be produced now.
I simply output the oslc:shorTitle property.
But, when populating the store, I set shortTitle to (a) sysml:name if it is not null (b) "identifier:" + dcterms:identifier - if name is sysml:name was null.
solves #7.
This is what can be produced now.