Ontology type: schema:Chapter
2019
AUTHORSYukiya Yazawa , Shinpei Ogata , Kozo Okano , Haruhiko Kaiya , Hironori Washizaki
ABSTRACTA screen transition model (STM) is one of the effective design models to specify user interface structure and behavior. Moreover, a lot of methods to generate a prototype system from a STM have been proposed. However, developers are still required to create complex STMs manually and ensure that the STMs are consistent with other models. Therefore, we propose a tool to automatically generate a STM from Object CRUD (OCRUD) diagrams. OCRUD diagrams can be obtained by concreting a conceptual model which represents the data structure of domains. Evaluation results show that the proposed tool was useful for STM modeling and discovering mistakes such as omissions of elements to model. More... »
PAGES158-167
Knowledge-Based Software Engineering: 2018
ISBN
978-3-319-97678-5
978-3-319-97679-2
http://scigraph.springernature.com/pub.10.1007/978-3-319-97679-2_16
DOIhttp://dx.doi.org/10.1007/978-3-319-97679-2_16
DIMENSIONShttps://app.dimensions.ai/details/publication/pub.1105964961
JSON-LD is the canonical representation for SciGraph data.
TIP: You can open this SciGraph record using an external JSON-LD service: JSON-LD Playground Google SDTT
[
{
"@context": "https://springernature.github.io/scigraph/jsonld/sgcontext.json",
"about": [
{
"id": "http://purl.org/au-research/vocabulary/anzsrc-for/2008/0806",
"inDefinedTermSet": "http://purl.org/au-research/vocabulary/anzsrc-for/2008/",
"name": "Information Systems",
"type": "DefinedTerm"
},
{
"id": "http://purl.org/au-research/vocabulary/anzsrc-for/2008/08",
"inDefinedTermSet": "http://purl.org/au-research/vocabulary/anzsrc-for/2008/",
"name": "Information and Computing Sciences",
"type": "DefinedTerm"
}
],
"author": [
{
"affiliation": {
"alternateName": "Shinshu University",
"id": "https://www.grid.ac/institutes/grid.263518.b",
"name": [
"Shinshu University"
],
"type": "Organization"
},
"familyName": "Yazawa",
"givenName": "Yukiya",
"id": "sg:person.016354322710.32",
"sameAs": [
"https://app.dimensions.ai/discover/publication?and_facet_researcher=ur.016354322710.32"
],
"type": "Person"
},
{
"affiliation": {
"alternateName": "Shinshu University",
"id": "https://www.grid.ac/institutes/grid.263518.b",
"name": [
"Shinshu University"
],
"type": "Organization"
},
"familyName": "Ogata",
"givenName": "Shinpei",
"id": "sg:person.015000143371.94",
"sameAs": [
"https://app.dimensions.ai/discover/publication?and_facet_researcher=ur.015000143371.94"
],
"type": "Person"
},
{
"affiliation": {
"alternateName": "Shinshu University",
"id": "https://www.grid.ac/institutes/grid.263518.b",
"name": [
"Shinshu University"
],
"type": "Organization"
},
"familyName": "Okano",
"givenName": "Kozo",
"id": "sg:person.012025346521.00",
"sameAs": [
"https://app.dimensions.ai/discover/publication?and_facet_researcher=ur.012025346521.00"
],
"type": "Person"
},
{
"affiliation": {
"alternateName": "Kanagawa University",
"id": "https://www.grid.ac/institutes/grid.411995.1",
"name": [
"Kanagawa University"
],
"type": "Organization"
},
"familyName": "Kaiya",
"givenName": "Haruhiko",
"id": "sg:person.013300062055.41",
"sameAs": [
"https://app.dimensions.ai/discover/publication?and_facet_researcher=ur.013300062055.41"
],
"type": "Person"
},
{
"affiliation": {
"alternateName": "Waseda University",
"id": "https://www.grid.ac/institutes/grid.5290.e",
"name": [
"Waseda University"
],
"type": "Organization"
},
"familyName": "Washizaki",
"givenName": "Hironori",
"id": "sg:person.012477750511.43",
"sameAs": [
"https://app.dimensions.ai/discover/publication?and_facet_researcher=ur.012477750511.43"
],
"type": "Person"
}
],
"citation": [
{
"id": "https://doi.org/10.1145/2642937.2648619",
"sameAs": [
"https://app.dimensions.ai/details/publication/pub.1012432938"
],
"type": "CreativeWork"
},
{
"id": "https://doi.org/10.1016/j.jss.2014.06.007",
"sameAs": [
"https://app.dimensions.ai/details/publication/pub.1016175218"
],
"type": "CreativeWork"
},
{
"id": "https://doi.org/10.1016/j.entcs.2006.06.013",
"sameAs": [
"https://app.dimensions.ai/details/publication/pub.1024835260"
],
"type": "CreativeWork"
},
{
"id": "https://doi.org/10.1145/1101908.1101940",
"sameAs": [
"https://app.dimensions.ai/details/publication/pub.1039405299"
],
"type": "CreativeWork"
},
{
"id": "https://doi.org/10.1145/1953355.1953378",
"sameAs": [
"https://app.dimensions.ai/details/publication/pub.1047019345"
],
"type": "CreativeWork"
},
{
"id": "https://doi.org/10.1109/usare.2012.6226790",
"sameAs": [
"https://app.dimensions.ai/details/publication/pub.1093399327"
],
"type": "CreativeWork"
},
{
"id": "https://doi.org/10.1109/compsac.2017.254",
"sameAs": [
"https://app.dimensions.ai/details/publication/pub.1093489663"
],
"type": "CreativeWork"
},
{
"id": "https://doi.org/10.1109/acit-csi.2015.11",
"sameAs": [
"https://app.dimensions.ai/details/publication/pub.1093930871"
],
"type": "CreativeWork"
},
{
"id": "https://doi.org/10.1109/dcabes.2017.40",
"sameAs": [
"https://app.dimensions.ai/details/publication/pub.1100334349"
],
"type": "CreativeWork"
}
],
"datePublished": "2019",
"datePublishedReg": "2019-01-01",
"description": "A screen transition model (STM) is one of the effective design models to specify user interface structure and behavior. Moreover, a lot of methods to generate a prototype system from a STM have been proposed. However, developers are still required to create complex STMs manually and ensure that the STMs are consistent with other models. Therefore, we propose a tool to automatically generate a STM from Object CRUD (OCRUD) diagrams. OCRUD diagrams can be obtained by concreting a conceptual model which represents the data structure of domains. Evaluation results show that the proposed tool was useful for STM modeling and discovering mistakes such as omissions of elements to model.",
"editor": [
{
"familyName": "Virvou",
"givenName": "Maria",
"type": "Person"
},
{
"familyName": "Kumeno",
"givenName": "Fumihiro",
"type": "Person"
},
{
"familyName": "Oikonomou",
"givenName": "Konstantinos",
"type": "Person"
}
],
"genre": "chapter",
"id": "sg:pub.10.1007/978-3-319-97679-2_16",
"inLanguage": [
"en"
],
"isAccessibleForFree": false,
"isPartOf": {
"isbn": [
"978-3-319-97678-5",
"978-3-319-97679-2"
],
"name": "Knowledge-Based Software Engineering: 2018",
"type": "Book"
},
"name": "Tool to Automatically Generate a Screen Transition Model Based on a Conceptual Model",
"pagination": "158-167",
"productId": [
{
"name": "doi",
"type": "PropertyValue",
"value": [
"10.1007/978-3-319-97679-2_16"
]
},
{
"name": "readcube_id",
"type": "PropertyValue",
"value": [
"366981f660766467a7003d09f9876be933a13ed28a0b545b3d1260f2a742446c"
]
},
{
"name": "dimensions_id",
"type": "PropertyValue",
"value": [
"pub.1105964961"
]
}
],
"publisher": {
"location": "Cham",
"name": "Springer International Publishing",
"type": "Organisation"
},
"sameAs": [
"https://doi.org/10.1007/978-3-319-97679-2_16",
"https://app.dimensions.ai/details/publication/pub.1105964961"
],
"sdDataset": "chapters",
"sdDatePublished": "2019-04-15T14:46",
"sdLicense": "https://scigraph.springernature.com/explorer/license/",
"sdPublisher": {
"name": "Springer Nature - SN SciGraph project",
"type": "Organization"
},
"sdSource": "s3://com-uberresearch-data-dimensions-target-20181106-alternative/cleanup/v134/2549eaecd7973599484d7c17b260dba0a4ecb94b/merge/v9/a6c9fde33151104705d4d7ff012ea9563521a3ce/jats-lookup/v90/0000000001_0000000264/records_8669_00000456.jsonl",
"type": "Chapter",
"url": "http://link.springer.com/10.1007/978-3-319-97679-2_16"
}
]
Download the RDF metadata as: json-ld nt turtle xml License info
JSON-LD is a popular format for linked data which is fully compatible with JSON.
curl -H 'Accept: application/ld+json' 'https://scigraph.springernature.com/pub.10.1007/978-3-319-97679-2_16'
N-Triples is a line-based linked data format ideal for batch operations.
curl -H 'Accept: application/n-triples' 'https://scigraph.springernature.com/pub.10.1007/978-3-319-97679-2_16'
Turtle is a human-readable linked data format.
curl -H 'Accept: text/turtle' 'https://scigraph.springernature.com/pub.10.1007/978-3-319-97679-2_16'
RDF/XML is a standard XML format for linked data.
curl -H 'Accept: application/rdf+xml' 'https://scigraph.springernature.com/pub.10.1007/978-3-319-97679-2_16'
This table displays all metadata directly associated to this object as RDF triples.
136 TRIPLES
23 PREDICATES
36 URIs
20 LITERALS
8 BLANK NODES