CN112231040B - Time sequence task editing method and device in software system - Google Patents

Time sequence task editing method and device in software system Download PDF

Info

Publication number
CN112231040B
CN112231040B CN202011195378.3A CN202011195378A CN112231040B CN 112231040 B CN112231040 B CN 112231040B CN 202011195378 A CN202011195378 A CN 202011195378A CN 112231040 B CN112231040 B CN 112231040B
Authority
CN
China
Prior art keywords
task
time
tasks
time sequence
editing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202011195378.3A
Other languages
Chinese (zh)
Other versions
CN112231040A (en
Inventor
简洪登
刘健
范湘涛
杜小平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Aerospace Information Research Institute of CAS
Original Assignee
Aerospace Information Research Institute of CAS
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Aerospace Information Research Institute of CAS filed Critical Aerospace Information Research Institute of CAS
Priority to CN202011195378.3A priority Critical patent/CN112231040B/en
Publication of CN112231040A publication Critical patent/CN112231040A/en
Application granted granted Critical
Publication of CN112231040B publication Critical patent/CN112231040B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/906Clustering; Classification
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators
    • G06F9/45508Runtime interpretation or emulation, e g. emulator loops, bytecode interpretation
    • G06F9/45512Command shells

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Human Computer Interaction (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)
  • Television Signal Processing For Recording (AREA)

Abstract

The invention discloses a time sequence task editing method and a device in a software system, comprising the following steps: classifying tasks of a software system, and determining the types of the tasks; acquiring attribute information and execution actions corresponding to each task type; generating a task editing interface based on the attribute information and the execution action corresponding to each task type; receiving time sequence editing information aiming at tasks through the task editing interface, and generating time sequence configuration information of each task; and generating a time sequence task script file based on the time sequence configuration information of each task. And editing time sequence information of tasks of the software system according to a time sequence, so that the task script file can drive the software system to automatically operate without manual intervention, and editing interaction can be performed based on a task editing interface.

Description

Time sequence task editing method and device in software system
Technical Field
The present invention relates to the field of information processing technologies, and in particular, to a method and an apparatus for editing a time sequence task in a software system.
Background
In the process of software system function display or case description through a software system, various flow and operability actions or data are involved, such as data opening, data closing, page opening, data visualization by clicking buttons, etc., the event flows are often flow and repetitive in the process of function display or case description, can be abstracted into time sequence tasks which are executed in time sequence, can be solidified into reusable and automatically operated scripts through flexible task combination, and drive the software system to automatically operate according to the set scripts.
The existing software system is often finished through personnel interaction operation in the display process, so that misoperation is easy, and precious human resources are wasted; or the video is displayed in a mode of recording the video, the demonstration content is not easy to change after the video is recorded, and the real-time interactivity is not provided. Therefore, the display process of the existing software system needs to be completed manually, the operation precision is low, and the interactivity is poor.
Disclosure of Invention
Aiming at the problems, the invention provides a time sequence task editing method and device in a software system, which realize the automatic operation of the software system through a time sequence task script driver and solve the problems of low manual operation precision and poor interactivity.
In order to achieve the above object, the present invention provides the following technical solutions:
a method of sequential task editing in a software system, comprising:
classifying tasks of a software system, and determining the types of the tasks;
acquiring attribute information and execution actions corresponding to each task type;
Generating a task editing interface based on the attribute information and the execution action corresponding to each task type;
Receiving time sequence editing information aiming at tasks through the task editing interface, and generating time sequence configuration information of each task;
Based on the time sequence configuration information of each task, a time sequence task script file is generated, wherein the time sequence task editing script comprises one or more tasks which are arranged according to the time sequence editing sequence.
Optionally, the classifying the task of the software system, determining the type of the task includes:
Acquiring task time length of each task of the software system;
classifying tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type characterizes tasks with fixed task duration, and the second task type characterizes tasks with customizable task duration.
Optionally, the generating a task editing interface based on the attribute information and the execution action corresponding to each task type includes:
Generating a processing flow of each task based on the attribute information and the execution action corresponding to each task type;
and converting the processing flow into editable information, and displaying the editable information on an editing interface to obtain a task editing interface.
Optionally, the method further comprises:
Generating a control interface based on the task attribute information, wherein the vertical axis of the control interface represents task information and the horizontal axis represents time information;
and acquiring time sequence editing information of the task through the control interface, and generating a time sequence task script file corresponding to the edited time sequence task.
Optionally, the method further comprises:
And storing the time sequence task script file to a target server, so that a software system calls the time sequence task script file of the target server, and the automatic operation of the time sequence task is realized.
Optionally, the method further comprises:
Acquiring a time sequence task type configuration file and generating a task list;
displaying the task list on the task editing interface;
wherein the task editing interface comprises:
A task property editing area, a task location editing area, a task alteration area, and a task action editing area.
A time series task editing device in a software system, comprising:
the classifying unit is used for classifying tasks of the software system and determining the types of the tasks;
the acquisition unit is used for acquiring attribute information and execution actions corresponding to each task type;
the first generation unit is used for generating a task editing interface based on the attribute information and the execution action corresponding to each task type;
The second generation unit is used for receiving time sequence editing information aiming at the tasks through the task editing interface and generating time sequence configuration information of each task;
and a third generating unit for generating a time sequence task script file based on the time sequence configuration information of each task, wherein the time sequence task editing script comprises one or more tasks arranged according to the time sequence editing sequence.
Optionally, the classification unit includes:
The first acquisition subunit is used for acquiring the task duration of each task of the software system;
The classification subunit is used for classifying the tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type represents the task with the fixed task duration, and the second task type represents the task with the customizable task duration.
Optionally, the first generating unit includes:
The first generation subunit is used for generating a processing flow of each task based on the attribute information and the execution action corresponding to each task type;
And the conversion subunit is used for converting the processing flow into editable information and displaying the editable information on an editing interface to obtain a task editing interface.
Optionally, the apparatus further comprises:
The fourth generation unit is used for generating a control interface based on the task attribute information, wherein the vertical axis of the control interface represents task information, and the horizontal axis represents time information;
And the fifth generating unit is used for acquiring time sequence editing information of the task through the control interface and generating a time sequence task script file corresponding to the edited time sequence task.
Optionally, the apparatus further comprises:
And the storage unit is used for storing the time sequence task script file to a target server, so that a software system calls the time sequence task script file of the target server, and the automatic operation of the time sequence task is realized.
Optionally, the apparatus further comprises:
a sixth generating unit, configured to obtain a time-sequence task type configuration file, and generate a task list;
The display unit is used for displaying the task list on the task editing interface;
wherein the task editing interface comprises:
A task property editing area, a task location editing area, a task alteration area, and a task action editing area.
Compared with the prior art, the invention provides a time sequence task editing method and device in a software system, comprising the following steps: classifying tasks of a software system, and determining the types of the tasks; acquiring attribute information and execution actions corresponding to each task type; generating a task editing interface based on the attribute information and the execution action corresponding to each task type; receiving time sequence editing information aiming at tasks through the task editing interface, and generating time sequence configuration information of each task; and generating a time sequence task script file corresponding to each task based on the time sequence configuration information of each task. And editing time sequence information of tasks of the software system according to a time sequence, so that the task script file can drive the software system to automatically operate without manual intervention, and editing interaction can be performed based on a task editing interface.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present invention, and that other drawings can be obtained according to the provided drawings without inventive effort for a person skilled in the art.
Fig. 1 is a flow chart of a time-series task editing method of a software system according to an embodiment of the present invention;
FIG. 2 is a task processing flow diagram of a time-series task editor provided in an embodiment of the present invention;
FIG. 3 is a timing task playing flowchart according to an embodiment of the present invention;
FIG. 4 is a flowchart for recovering a time-series task state in a playing process according to an embodiment of the present invention;
FIG. 5 is a flowchart of a task state recovery process at a certain time provided in an embodiment of the present invention;
Fig. 6 is a schematic structural diagram of a sequential task editing device in a software system according to an embodiment of the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The terms first and second and the like in the description and in the claims and in the above-described figures are used for distinguishing between different objects and not necessarily for describing a sequential or chronological order. Furthermore, the terms "comprise" and "have," as well as any variations thereof, are intended to cover a non-exclusive inclusion. For example, a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to the listed steps or elements but may include steps or elements not expressly listed.
The embodiment of the invention provides a time sequence task editing method of a software system, which is an interactive task editor for connecting different tasks or events (loading/unloading data, loading/closing a software interface, displaying data and the like) together in the software system in a visual and interactive editing mode, setting the execution sequence and execution duration of the tasks and driving the software system to automatically run. The time sequence task editor can be applied to a time sequence task editor, the visualization method of the time sequence task editor means that a control interface with an abscissa is used, the ordinate represents event information, the abscissa represents time, different tasks can be added into a working area, different tasks can be represented by different rectangular frames, the length (task execution duration) of the rectangular frames can be set, and the position can be adjusted by dragging a mouse. The properties of each task may be edited, such as setting a task name, execution duration, start/end events, etc. The edited time sequence task can be exported as a time sequence task script file.
Referring to fig. 1, the method may include the steps of:
s101, classifying tasks of the software system, and determining the types of the tasks.
S102, acquiring attribute information corresponding to each task type and executing actions.
The invention adopts the idea of object-oriented to abstract and classify the software system functions or cases, and establishes the object task types, each type has corresponding attribute and execution action. The number of task types can be abstract classified according to specific software systems or case contents.
The invention establishes basic task types for tasks possibly involved in the process of showing or case-describing the functions of the software system, and divides all tasks into a first task type and a second task type. Namely, acquiring the task time length of each task of the software system; classifying tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type characterizes tasks with fixed task duration, and the second task type characterizes tasks with customizable task duration. I.e. the first task type is a time processing task and the second task type is a normal task. Specific task types (file opening, data reading, video playing and the like) are classified into the two types of tasks, and the two types of tasks correspond to different task processing flows respectively. When editing time sequence tasks, a user can establish specific task examples according to task types, for example, a 'play propaganda video' task is edited by using a 'play video' type.
S103, generating a task editing interface based on the attribute information and the execution action corresponding to each task type.
S104, receiving time sequence editing information aiming at the tasks through the task editing interface, and generating time sequence configuration information of each task.
S105, generating a time sequence task script file based on the time sequence configuration information of each task.
After the one or more tasks are processed according to time schedule, the one or more tasks are stored into a time sequence task script file, namely, one 'story' in the software operation or case telling process corresponds to one time sequence task script file, and one or more tasks are contained in the time sequence task script file.
The task editing interface is an interface that can edit the flow of a task and related configuration information. In one possible implementation, the processing flow of each task may be generated based on the attribute information and the execution action corresponding to each task type; and converting the processing flow into editable information, and displaying the editable information on an editing interface to obtain a task editing interface. In another possible implementation manner, a control interface is generated based on task attribute information, wherein the vertical axis of the control interface represents task information and the horizontal axis represents time information; and acquiring time sequence editing information of the task through the control interface, and generating a time sequence task script file corresponding to the edited time sequence task.
And storing the time sequence task script file to a target server, so that a software system calls the time sequence task script file of the target server, and the automatic operation of the time sequence task is realized.
Referring to fig. 2, a task processing flow chart of a time-series task editor provided by an embodiment of the invention is shown.
The invention establishes basic task types for tasks possibly involved in the process of software system function display or case explanation, and divides all tasks into time processing tasks and common tasks, and the specific task types (file opening, data reading, video playing and the like) are classified into the two types of tasks, which correspond to different task processing flows respectively. When editing time sequence tasks, a user can establish specific task examples according to task types, for example, a 'play propaganda video' task is edited by using a 'play video' type.
Basic tasks:
the basic type of all tasks defines the attributes and actions that all tasks possess, and all tasks inherit or extend from it. The basic tasks include:
Task type (number): a unique task type name and number;
task name: the name of a specific task event defaults to an "unnamed task";
Task duration: the duration of task execution is in seconds(s). The length of each task rectangle is the same as the corresponding length of the task duration in the time axis;
Start time: the starting time of the task is used for determining the starting position of the task on a time axis;
End time: the task end time is equal to the start time plus the task duration;
Whether to pause: whether to pause the playing of the time sequence task after the task execution is finished is convenient for synchronizing the speaking time of the lecturer.
The general actions of the basic task are the start event and the end event of the task, and the specific execution actions in the event depend on each task type.
Time processing tasks:
The time processing task refers to a task with fixed time in the execution process, and the task cannot be changed at will, for example, a task such as 'playing video', and the duration of the task is the duration of the video. In the playing process of the time processing task, the playing progress of the task needs to be calculated according to the relation between the current time and the starting time of the task, the correspondence between the task time and the time sequence task global time is ensured, and the position corresponding to the current task can be recovered when the time shaft is dragged. For example, when the "play propaganda video" task starts at 5s, the video duration (task duration) is 30s, and the global time of the temporal task is 15s, the video presents a 10 th s picture.
The subclass of time-processing tasks not only has all the attributes of the underlying task, but also can have its own unique attributes. For example, the "play video" and "viewpoint roaming" tasks in table 1.
Common tasks:
common tasks refer to non-time processing tasks in which task duration can be freely defined, and task start and task end actions are focused on. For example, "loading data", the task is completed once at the beginning, the duration of the task can be freely defined, and the data can be unloaded or kept all the time at the end of the task. Examples of common tasks and their extension types are shown in table 1.
TABLE 1 time sequential task Classification example
In the embodiment of the invention, a task list is generated by acquiring a time sequence task type configuration file; and displaying the task list on the task editing interface. Different task types may be distinguished using different colors or other means to facilitate identification of different types of tasks during editing.
Wherein the task editing interface comprises:
A task property editing area, a task location editing area, a task alteration area, and a task action editing area.
The user can add, delete and change the task in the task change area. For example, the user selects a task type in the task type list, drags to the editor middle workspace, and the editor automatically represents the task for creating a rectangular bar. Or opening the saved time sequence task script from the server, and recovering each task in the script into the working area. The user may delete some or all tasks that have been added to the workspace.
The user can click a certain task in the task attribute editing area, and the editor displays the attribute of the task and the corresponding attribute value, such as the task name, the task duration, the starting time, the file path and the like, in the right attribute column according to the attribute name, the attribute default value or the edited attribute value of the type of task. The user can edit the attribute values through interactive mouse and keyboard operations. The starting time of the task determines the starting position of the task rectangle in the working area, and the task duration determines the length of the task rectangle. After the task attribute editing is effective, the task is added into a task list of the editor, so that the playing preview of each task is facilitated.
In the task editing area, each task is monopolized for one line in the editor work area and can be dragged up and down. The task rectangle can be dragged left and right in the row, the starting position of the task rectangle corresponds to the scale of the task starting time on the time axis, and when the task rectangle is dragged left and right, the starting time and the ending time of the task also change.
The user can realize task playing in the task action editing area, when the editor is in an initial state, the pointer of the time axis is at 0 seconds, the time sequence task is played and previewed by clicking the task playing, the time sequence task playing flow is shown in fig. 3, and the time sequence task state recovery flow in the playing process is shown in fig. 4. Task pauses and fixed point previews may also be implemented in this area. In the process of editing and playing preview of the instant sequence task, pause operation can be performed, and the time axis pointer after pause can be randomly dragged back and forth and positioned by clicking. The task execution process of the time axis pointer in the forward and backward dragging and clicking positioning process can be disordered, and special processing is needed, so that the time sequence task state at the current moment is recovered. Referring to fig. 5, a time-series task state recovery flow chart at a point in time is shown.
After the time sequence task editing is completed, each task is organized into a script file which is stored in a server, so that repeated playing or re-editing is facilitated.
In the embodiment of the invention, an object-oriented thought is adopted to abstract and classify the functions or cases of the software system, and an objectified task type is established, wherein each type has corresponding attribute and execution action. Visual and dragging task scheduling logic is designed to support interactive attribute editing and dragging position layout of different tasks. The task organization, state detection and time sequence playing method based on the time line is adopted, so that the time sequence playing/pausing of each task and the task state recovery and continuous playing at any moment are supported. Each task is organized according to the sequence of the starting time, and a time sequence task play list is maintained. During playing or pausing, detecting the state of the task at the current moment (finished, not started and playing) according to the starting time and the finishing time of each task, and recovering the task to the state at the current moment according to the different execution contents of each task. After the time sequence task is played, the residual data or operation in the task is cleaned, and the starting state is restored. After the time sequence task editing is completed, each task configuration is stored in a script file for repeated playing or re-editing.
The time sequence task editor has the following functions:
Time sequence task management: different time sequence task types (data reading, data visualization and the like) are organized in a list mode;
time sequence task loading: loading a task into an editor working area in a dragging mode, and representing the task by adopting a rectangular frame, wherein the rectangular length represents the execution time of the task, and each task occupies one row;
time sequence task editing: the front, back, left and right positions of the task can be adjusted by dragging the mouse, and the task editing can be edited in the attribute panel, such as setting the task name, the execution time length, the starting/ending event and the like
Time sequence task deletion: deleting the loaded task;
sequential task play/pause: performing play preview, pause and the like on each edited task according to the time sequence;
time sequence task script export and loading: and exporting the edited time sequence task into a time sequence task script file, so that the next loading, playing and editing again are facilitated.
The embodiment of the invention provides a time sequence task editing method for visually and interactively editing various functions/tasks of a software system, which drives various tasks to be automatically and orderly executed according to time, and a time sequence task script can be repeatedly played or edited for multiple times. When the device is used for function display or case description, the device is simple to operate and stable to operate, saves labor and time cost, and improves the display effect. And each task type has own attribute and action, and can independently edit and execute the attribute. The tasks are loosely coupled, so that the editor can conveniently carry out overall time sequence organization, task state recovery and time sequence task execution.
Referring to fig. 6, in an embodiment of the present invention, there is further provided a sequential task editing apparatus in a software system, including:
A classifying unit 10, configured to classify tasks of a software system, and determine types of the tasks;
An acquisition unit 20 for acquiring attribute information and execution actions corresponding to each task type;
A first generating unit 30, configured to generate a task editing interface 40 based on the attribute information and the execution action corresponding to each task type;
A second generating unit 50, configured to receive time sequence editing information for a task through the task editing interface, and generate time sequence configuration information of each task;
A third generating unit 60 for generating a time-series task script file based on the time-series configuration information of each task, the time-series task editing script including one or more tasks arranged in time-series editing order.
On the basis of the above embodiment, the classification unit includes:
The first acquisition subunit is used for acquiring the task duration of each task of the software system;
The classification subunit is used for classifying the tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type represents the task with the fixed task duration, and the second task type represents the task with the customizable task duration.
On the basis of the above embodiment, the first generating unit includes:
The first generation subunit is used for generating a processing flow of each task based on the attribute information and the execution action corresponding to each task type;
And the conversion subunit is used for converting the processing flow into editable information and displaying the editable information on an editing interface to obtain a task editing interface.
On the basis of the above embodiment, the apparatus further includes:
The fourth generation unit is used for generating a control interface based on the task attribute information, wherein the vertical axis of the control interface represents task information, and the horizontal axis represents time information;
And the fifth generating unit is used for acquiring time sequence editing information of the task through the control interface and generating a time sequence task script file corresponding to the edited time sequence task.
On the basis of the above embodiment, the apparatus further includes:
a sixth generating unit, configured to obtain a time-sequence task type configuration file, and generate a task list;
The display unit is used for displaying the task list on the task editing interface;
wherein the task editing interface comprises:
A task property editing area, a task location editing area, a task alteration area, and a task action editing area.
In the present specification, each embodiment is described in a progressive manner, and each embodiment is mainly described in a different point from other embodiments, and identical and similar parts between the embodiments are all enough to refer to each other. For the device disclosed in the embodiment, since it corresponds to the method disclosed in the embodiment, the description is relatively simple, and the relevant points refer to the description of the method section.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (8)

1. A time series task editing method in a software system, comprising:
Classifying tasks of a software system, and determining the types of the tasks; the method comprises the steps of abstracting and classifying software system functions or cases, and establishing an objectified task type;
acquiring attribute information and execution actions corresponding to each task type;
Generating a task editing interface based on the attribute information and the execution action corresponding to each task type;
receiving time sequence editing information aiming at tasks through the task editing interface, and generating time sequence configuration information of each task; the time sequence editing information comprises the starting time of the task;
Generating a time sequence task script file based on time sequence configuration information of each task, wherein the time sequence task script file comprises one or more tasks which are arranged according to time sequence editing;
the method further comprises the steps of:
Generating a control interface based on the task attribute information, wherein the vertical axis of the control interface represents task information and the horizontal axis represents time information;
acquiring time sequence editing information of a task through the control interface, and generating a time sequence task script file corresponding to the edited time sequence task;
The task types comprise a basic task, a time processing task, and a video playing task, a viewpoint roaming task, a common task and a component hiding task which are expanded by the two task types;
The basic task is a basic type of all tasks, the attribute and the action of all tasks are defined, all tasks inherit or extend from the basic task, and the task attribute of the basic task comprises: task type, task name, task duration, start time of task, end time of task, whether to pause or not;
The time processing task extends from a basic task, namely a task with fixed time in the execution process, can not be changed at will, and comprises all task attributes of the basic task;
The video playing task extends from the time processing task and is used for playing a certain video, and task attributes of the video playing task comprise all attributes of the time processing task, video addresses and whether to close the video;
The viewpoint roaming task extends a self-time processing task and is used for roaming according to a certain viewpoint, and the task attributes of the viewpoint roaming task comprise all attributes of the time processing task, a configuration file path and a path interpolation mode;
The common task extends from the basic task to refer to a non-time processing task with freely defined task duration and focusing on task starting and task ending actions;
the component implicit task is extended from a common task and is used for displaying/hiding components of a certain software system, and task attributes of the component implicit task comprise all attributes of the common task, component ID, component start API, component end API and whether to automatically unload.
2. The method of claim 1, wherein classifying tasks of a software system, determining a type of the tasks, comprises:
Acquiring task time length of each task of the software system;
classifying tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type characterizes tasks with fixed task duration, and the second task type characterizes tasks with customizable task duration.
3. The method of claim 1, wherein generating a task editing interface based on the attribute information and the execution action corresponding to each task type comprises:
Generating a processing flow of each task based on the attribute information and the execution action corresponding to each task type;
and converting the processing flow into editable information, and displaying the editable information on an editing interface to obtain a task editing interface.
4. The method according to claim 1, wherein the method further comprises:
And storing the time sequence task script file to a target server, so that a software system calls the time sequence task script file of the target server, and the automatic operation of the time sequence task is realized.
5. The method according to claim 1, wherein the method further comprises:
Acquiring a time sequence task type configuration file and generating a task list;
displaying the task list on the task editing interface;
wherein the task editing interface comprises:
A task property editing area, a task location editing area, a task alteration area, and a task action editing area.
6. A time-series task editing device in a software system, comprising:
The classifying unit is used for classifying tasks of the software system and determining the types of the tasks; wherein, abstract and classify the software system function or case, establish the objective task type
The acquisition unit is used for acquiring attribute information and execution actions corresponding to each task type;
the first generation unit is used for generating a task editing interface based on the attribute information and the execution action corresponding to each task type;
The second generation unit is used for receiving time sequence editing information aiming at the tasks through the task editing interface and generating time sequence configuration information of each task; the time sequence editing information comprises the starting time of the task;
a third generating unit, configured to generate a time-series task script file based on time-series configuration information of each task, where the time-series task script file includes one or more tasks arranged according to a time-series editing order;
The apparatus further comprises:
The fourth generation unit is used for generating a control interface based on the task attribute information, wherein the vertical axis of the control interface represents task information, and the horizontal axis represents time information;
a fifth generating unit, configured to obtain time sequence editing information of a task through the control interface, and generate a time sequence task script file corresponding to the edited time sequence task;
The task types comprise a basic task, a time processing task, and a video playing task, a viewpoint roaming task, a common task and a component hiding task which are expanded by the two task types;
The basic task is a basic type of all tasks, the attribute and the action of all tasks are defined, all tasks inherit or extend from the basic task, and the task attribute of the basic task comprises: task type, task name, task duration, start time of task, end time of task, whether to pause or not;
The time processing task extends from a basic task, namely a task with fixed time in the execution process, can not be changed at will, and comprises all task attributes of the basic task;
The video playing task extends from the time processing task and is used for playing a certain video, and task attributes of the video playing task comprise all attributes of the time processing task, video addresses and whether to close the video;
The viewpoint roaming task extends a self-time processing task and is used for roaming according to a certain viewpoint, and the task attributes of the viewpoint roaming task comprise all attributes of the time processing task, a configuration file path and a path interpolation mode;
The common task extends from the basic task to refer to a non-time processing task with freely defined task duration and focusing on task starting and task ending actions;
the component implicit task is extended from a common task and is used for displaying/hiding components of a certain software system, and task attributes of the component implicit task comprise all attributes of the common task, component ID, component start API, component end API and whether to automatically unload.
7. The apparatus of claim 6, wherein the classification unit comprises:
The first acquisition subunit is used for acquiring the task duration of each task of the software system;
The classification subunit is used for classifying the tasks based on the task duration to obtain a first task type and a second task type, wherein the first task type represents the task with the fixed task duration, and the second task type represents the task with the customizable task duration.
8. The apparatus of claim 6, wherein the first generation unit comprises:
The first generation subunit is used for generating a processing flow of each task based on the attribute information and the execution action corresponding to each task type;
And the conversion subunit is used for converting the processing flow into editable information and displaying the editable information on an editing interface to obtain a task editing interface.
CN202011195378.3A 2020-10-30 2020-10-30 Time sequence task editing method and device in software system Active CN112231040B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011195378.3A CN112231040B (en) 2020-10-30 2020-10-30 Time sequence task editing method and device in software system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011195378.3A CN112231040B (en) 2020-10-30 2020-10-30 Time sequence task editing method and device in software system

Publications (2)

Publication Number Publication Date
CN112231040A CN112231040A (en) 2021-01-15
CN112231040B true CN112231040B (en) 2024-05-24

Family

ID=74121699

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011195378.3A Active CN112231040B (en) 2020-10-30 2020-10-30 Time sequence task editing method and device in software system

Country Status (1)

Country Link
CN (1) CN112231040B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112835681A (en) * 2021-02-25 2021-05-25 北京顶象技术有限公司 Front-end script construction method and device and controller

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1971660A (en) * 2006-12-12 2007-05-30 北京浪嘉华晟科技有限公司 Computer teaching system and method
CN102866886A (en) * 2012-09-04 2013-01-09 北京航空航天大学 Web-based visual algorithm animation development system
CN109213544A (en) * 2017-06-30 2019-01-15 中达电子零组件(吴江)有限公司 Function presentation method, system, medium and the electronic equipment of application program
CN109783365A (en) * 2018-12-15 2019-05-21 深圳壹账通智能科技有限公司 Automated testing method, device, computer equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1971660A (en) * 2006-12-12 2007-05-30 北京浪嘉华晟科技有限公司 Computer teaching system and method
CN102866886A (en) * 2012-09-04 2013-01-09 北京航空航天大学 Web-based visual algorithm animation development system
CN109213544A (en) * 2017-06-30 2019-01-15 中达电子零组件(吴江)有限公司 Function presentation method, system, medium and the electronic equipment of application program
CN109783365A (en) * 2018-12-15 2019-05-21 深圳壹账通智能科技有限公司 Automated testing method, device, computer equipment and storage medium

Also Published As

Publication number Publication date
CN112231040A (en) 2021-01-15

Similar Documents

Publication Publication Date Title
CN109605366B (en) Robot graphical programming interaction system and robot
US8139919B2 (en) Light table editor for video snippets
US7561160B2 (en) Data editing program, data editing method, data editing apparatus and storage medium
US10042537B2 (en) Video frame loupe
US9564173B2 (en) Media editing application for auditioning different types of media clips
JP5523474B2 (en) How to start animation actions and media object actions
EP2955696B1 (en) Seamless representation of video and geometric data
US20120079382A1 (en) Auditioning tools for a media editing application
JP5041801B2 (en) Program to display work contents
US9639330B2 (en) Programming interface
JP6617041B2 (en) Program, work analysis apparatus, and work analysis method
US20240177365A1 (en) Previewing method and apparatus for effect application, and device, and storage medium
US11817127B2 (en) Video dubbing method, apparatus, device, and storage medium
CN113727140A (en) Audio and video processing method and device and electronic equipment
CN112231040B (en) Time sequence task editing method and device in software system
US20220066990A1 (en) Presenting and editing recent content in a window during an execution of a content application
CN112631691A (en) Game interface dynamic effect editing method, device, processing equipment and medium
US20060181545A1 (en) Computer based system for selecting digital media frames
CN115756275A (en) Screen capture method, screen capture device, electronic equipment and readable storage medium
CN115344159A (en) File processing method and device, electronic equipment and readable storage medium
EP1059616B1 (en) Method and apparatus for generation the dimensions of a 3D model
JP4200960B2 (en) Editing apparatus, editing method, and program
WO2024104468A1 (en) Video editing method and device
JP2011150568A (en) Production preparation activity program
CN116193047A (en) Video processing method, device, equipment and medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant