object Change
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Change
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class CreateEdge(src: CpgNode, dst: CpgNode, label: String, packedProperties: PackedProperties) extends Change with Product with Serializable
- final case class CreateNode(node: NewNode) extends Change with Product with Serializable
- sealed trait NodeKind extends AnyRef
- final case class RemoveEdge(edge: Edge) extends Change with Product with Serializable
- final case class RemoveEdgeProperty(edge: Edge, propertyKey: String) extends Change with Product with Serializable
- final case class RemoveNode(nodeId: Long) extends Change with Product with Serializable
- final case class RemoveNodeProperty(nodeId: Long, propertyKey: String) extends Change with Product with Serializable
- final case class SetEdgeProperty(edge: Edge, propertyKey: String, propertyValue: AnyRef) extends Change with Product with Serializable
- final case class SetNodeProperty(node: StoredNode, key: String, value: AnyRef) extends Change with Product with Serializable
Value Members
- object CreateEdge extends Serializable
- object NodeKind