Skip to content

Commit

Permalink
Merge branch 'main' into update_calibrate_metric
Browse files Browse the repository at this point in the history
  • Loading branch information
jannast authored Aug 17, 2023
2 parents e2220ee + 095d01d commit 847a1b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/t2iapi/context/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,18 @@ service ContextService {

/*
For the Context with the provided descriptor handle perform the following transition:
- create a new associated pm:AbstractContextState instance with at least one unique pm:Identification element
- associate a pm:AbstractContextState instance with at least one unique pm:Identification element
for the Context with the given descriptor handle
- remove at least one pm:Identification element for the previously created pm:AbstractContextState.
- remove at least one pm:Identification element for the previously associated pm:AbstractContextState.
*/
rpc TransitionFromCreateStateWithIdentificationToRemoveIdentification (BasicHandleRequest)
returns (CreateContextStateWithAssociationResponse);

/*
For the Context with the provided descriptor handle perform the following transition:
- create a new associated pm:AbstractContextState instance with at least one unique pm:Identification element
- associate a pm:AbstractContextState instance with at least one unique pm:Identification element
for the Context with the given descriptor handle
- change at least one already present pm:Identification element for the previously created pm:AbstractContextState.
- change at least one already present pm:Identification element for the previously associated pm:AbstractContextState.
*/
rpc TransitionFromCreateStateWithIdentificationToChangeIdentification (BasicHandleRequest)
returns (CreateContextStateWithAssociationResponse);
Expand Down

0 comments on commit 847a1b2

Please sign in to comment.