AddAction

sealed
trait AddAction

Add-actions are used by the server to determine where to place a node with respect to other nodes. They form an enumeration of integers which are represented by case objects being subclasses of this abstract class.

The following actions are known:

class Object
trait Matchable
class Any
object addAfter
object addBefore
object addReplace
object addToHead
object addToTail

Value members

Abstract methods

def id: Int