Packages

package set

Type Members

  1. sealed trait SetItem extends AnyRef
  2. case class SetLabelItem(variable: Var, labels: Set[String]) extends SetItem with Product with Serializable
  3. case class SetPropertyItem(propertyKey: String, variable: Var, setValue: Expr) extends SetItem with Product with Serializable

Ungrouped