WhatToDo

fr.janalyse.cem.model.WhatToDo

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Enum entries

final case class AddExample(uuid: UUID, example: CodeExample)
final case class DeleteRemoteExample(uuid: UUID, state: RemoteExampleState)
final case class KeepRemoteExample(uuid: UUID, example: CodeExample, state: RemoteExampleState)
final case class OrphanRemoteExample(uuid: UUID, state: RemoteExampleState)
final case class UnsupportedOperation(uuid: UUID, exampleOption: Option[CodeExample], stateOption: Option[RemoteExampleState])
final case class UpdateRemoteExample(uuid: UUID, example: CodeExample, state: RemoteExampleState)