User Tools

Site Tools


sysml-autoview:usecases

This is an old revision of the document!


Use Cases and Scenarios

IDCategoryUsecase familyUsecase qualifierScenariosNotes
23AnalysisI have a view.I want to preview the view's presentation without actually generating a document, slide, or webpage.Create a draft preview with the correct ordering of views as transformed into the selected medium. Allow rearranging the order (in case it is e.g. a document) and ingest it back into the definition of the view treeTBD
8AnalysisI have a viewpoint definition and a view.I want to verify that the model I am importing into my view is correct based on the viewpoint definition.Verify that the important model contains the necessary elements and relations and highlight the incompatible ones or missing onesTBD
22AnalysisI have two versions of a view tree generated at different times.I want to create a view that imports these two versions and renders a change log based on the earliest version(what was added, deleted, modified).Provide a visual diff of view treeTBD
21AnalysisI have a broken viewI want to debug an error in the view modelTBDTBD
35MethodI have a view.I want to extrapolate the methods, rules, and analyses used to construct the view (i.e., reverse engineer the viewpoint).TBDTBD
36MethodI have a view I want to generate a view that imports additional information from a different data source or non-sysml based model.Reference external data sources and define how they are integrated, e.g. verbatim or rendered in a particular wayTBD
3MethodI have a viewpoint.I want to provide my viewpoint with the model elements and relations that it should collect from the imported model when instanced.Specify the model elements that are required to appear in the View. select Blocks, properties, filter values, meta-classes, select by stereotype.TBD
5MethodI have a viewpoint.I want a diagram to conform to the viewpoint, such that the viewpoint checks to see if the correct model elements and relations are on the diagram as well as if there are any extraneous elements. When the view is generated the diagram itself is displayed along with any validation errors.TBD
7MethodI have an interactive interface for defining a viewpoint.I want to automatically create a model when I define a viewpoint. A template model with placeholder elements and placeholder diagrams is createdTBD
10MethodI have an imported model.I want to define queries that can be executed on the imported model.Select with a query language the model elements and the properties of those elementsTBD
37MethodI have an imported model and a set of viewpoints.I want to chain viewpoints such that the queries are executed on the result of previous queries.Define which VPs shall be “piped” into others.Define a set of operators with VPs as operands
11MethodI have a collection of viewpoints.I want to specify the order with which the viewpoints are instanced, such that the corresponding views are created in the same order.TBDTBD
12MethodI have a viewpoint that renders a table of Block names and their corresponding definitions.I want to have the view editable such that it creates the table and I am able to edit the Block names and definitions from the table. The changes should be automatically reflected in the model. Another possibility is that I want to only be able to edit the definitions when in the view. The viewpoint definition should allow for this as wellTBDTBD
24MethodI have a viewpointI want to apply a certain style provided from a word processor templateTBDTBD
25MethodI have a documentI want to create a view tree template from the existing documentTBDTBD
26MethodI have a modelI want to use the model “in the document”TBDTBD
27MethodI have the basic SysML view-viewpoint concept.I want to extend the view-viewpoint concept to other architecture frameworks, such as TOGAF, DoDAF, etc.Rather that try to incorporate all the specific concepts in these frameworks (AR: What does this mean?), SysML should provide the bedrock as vp=v and allow for all frameworks to benefit from view generation.TBD
30MethodI have a model.I want to transform my model into a different type of model (e.g., a SysML model to a Mathematica model). Define a M2M or M2T transformation which is executed on the imported modelTBD
33MethodI have several ViewpointsI want Viewpoint A to be composed of Viewpoint B such that when I instance Viewpoint A, Viewpoint B is instanced as well.TBDTBD
32OrganizationI have viewpoints, methods, and analyses.I want to organize these into reusable libraries.TBDTBD
13PresentationI have a view tree that conforms to a viewpoint tree where order is assertedI want to generate documents based on the view tree.TBDTBD
14PresentationI have a view tree that conforms to a viewpoint tree where order is asserted I want to generate web pages. Each view can be on its own page, or all views could be on a single page with styles delineating the different views.TBDTBD
15PresentationI have a view tree that conforms to a viewpoint tree where order is asserted.I want to generate slides. Each view should be on its own slide.TBDTBD
16PresentationI have a viewpoint whose definition is one or more mathematical equations. Given a model that provides the correct value properties I want to generate a view that is a plot of the equation defined in the viewpoint.Specify which VPs are bound to which variables of the equationTBD
18PresentationI have a viewpoint whose definition is one or more mathematical equations. Given a model that provides the correct value properties I want to generate a view that is the mathematical equation(s) of the viewpoint with corresponding model values filled in.TBDTBD
19PresentationI have one viewpoint that renders an image and another that renders a table. I want to create a new viewpoint the combines the previous two such that the generated view is an image followed a table.Define a combine operator for VPs.TBD
17PresentationI have a viewpoint. I want to generate views that are tables.TBDTBD
20PresentationI have a viewpoint that renders product specs.I want the view to import a Maple (not SysML) file of product specs and render them as a table.TBDTBD
28PresentationI have a view (or set of views). I want to query the view (or set of views) to filter and retain a specified subset of the elements used in the view (e.g., all «block»s). TBD TBD
29PresentationI have a view (or set of views). I want to query the view (or set of views) in a basic search manner. provide a free-text search within ViewsTBD
31PresentationI have a SysML model.I want to transform my SysML model into a movie, html animation, narrative that unfolds e.g. in time, 3D with audioTBDTBD
34PresentationI have an ordered collection of composed views.I want to view and edit the collection of views. This includes editing properties of the model or adding narrative to the view tree. All changes made online should be ingested back into the model.TBDTBD
1Viewpoint Instance I have a viewpoint that renders a table whose first column is the name of the blocks within scope and the second column is the documentation of each block. I want to conform two views (which may be in separate documents) to this viewpoint. The only difference between the views is that for one view I want the header of the table columns to be “Block, Definition” and the other view I want the header of the table columns to be “Service, Description.”Viewpoint describes certain parameters like recursion depth or header names or font colors. need to be able to set them in the view when they are view specific. this is BST for Viewpoints and Views.TBD
2Viewpoint InstanceI have a viewpoint that renders a table whose first column is the name of all Operation elements within scope and the second column is their corresponding parameters. I want to specialize this viewpoint such that the table renders only Operation elements that additionally have a stereotype applied from another profile e.g., «function». The only thing I want to specify about the new viewpoint is the additional stereotype filter.How do we specialize methods and rules etc. example Definition table with additional languages. everything else should inherit directly.TBD
4Viewpoint InstanceI have a set of viewpoints. I want to render the viewpoints in a particular read order, including section (e.g., a viewpoint composed into another viewpoint) I want to be able to assert the composition and order at the viewpoint level such that when “first” viewpoint is instanced the subsequent compositioned views are also created with their read order intact. define a template for a view tree such that the views and the read order are the same for multiple view trees.TBD
6Viewpoint InstanceI have a view. I want to include the same view in two different documents.Allow x-references to existing viewsTBD
9Viewpoint InstanceI have a set of viewsI want to model how those views are presented in a document, i.e. a document outlineTBDTBD
sysml-autoview/usecases.1363105454.txt.gz · Last modified: 2013-03-12 12:24 by araher