ModelOps_6

molecule.boilerplate.api.ModelOps_6
trait ModelOps_6[A, B, C, D, E, F, t, Ns1[_, _, _, _, _, _, _], Ns2[_, _, _, _, _, _, _, _]] extends Molecule_06[A, B, C, D, E, F], ModelTransformations_, AggregatesOps_6[A, B, C, D, E, F, t, Ns1], ExprOneManOps_6[A, B, C, D, E, F, t, Ns1, Ns2], ExprOneOptOps_6[A, B, C, D, E, F, t, Ns1, Ns2], ExprOneTacOps_6[A, B, C, D, E, F, t, Ns1, Ns2], ExprSetManOps_6[A, B, C, D, E, F, t, Ns1, Ns2], ExprSetOptOps_6[A, B, C, D, E, F, t, Ns1, Ns2], ExprSetTacOps_6[A, B, C, D, E, F, t, Ns1, Ns2], SortAttrsOps_6[A, B, C, D, E, F, t, Ns1]

Attributes

Source
ModelOps_.scala
Graph
Supertypes
trait SortAttrsOps_6[A, B, C, D, E, F, t, Ns1]
trait ExprSetTacOps_6[A, B, C, D, E, F, t, Ns1, Ns2]
trait ExprSetOptOps_6[A, B, C, D, E, F, t, Ns1, Ns2]
trait ExprSetManOps_6[A, B, C, D, E, F, t, Ns1, Ns2]
trait ExprOneTacOps_6[A, B, C, D, E, F, t, Ns1, Ns2]
trait ExprOneOptOps_6[A, B, C, D, E, F, t, Ns1, Ns2]
trait ExprOneManOps_6[A, B, C, D, E, F, t, Ns1, Ns2]
trait ExprAttr_6[A, B, C, D, E, F, t, Ns1, Ns2]
trait ExprBase
trait AggregatesOps_6[A, B, C, D, E, F, t, Ns1]
trait Molecule_06[A, B, C, D, E, F]
trait Molecule
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

type X = DummyImplicit

Attributes

Inherited from:
ExprBase
Source
ExprBase.scala
type Y = DummyImplicit

Attributes

Inherited from:
ExprBase
Source
ExprBase.scala

Value members

Inherited methods

protected def _aggrDist(kw: Kw): Ns[A, B, C, D, E, Set[F], t]

Attributes

Inherited from:
AggregatesOps_6
Source
Aggregates_.scala
protected def _aggrDouble(kw: Kw): Ns[A, B, C, D, E, Double, Double] & SortAttrs_6[A, B, C, D, E, Double, Double, Ns]

Attributes

Inherited from:
AggregatesOps_6
Source
Aggregates_.scala
protected def _aggrInt(kw: Kw): Ns[A, B, C, D, E, Int, Int] & SortAttrs_6[A, B, C, D, E, Int, Int, Ns]

Attributes

Inherited from:
AggregatesOps_6
Source
Aggregates_.scala
protected def _aggrSet(kw: Kw, n: Option[Int]): Ns[A, B, C, D, E, Set[t], t]

Attributes

Inherited from:
AggregatesOps_6
Source
Aggregates_.scala
protected def _aggrT(kw: Kw): Ns[A, B, C, D, E, F, t]

Attributes

Inherited from:
AggregatesOps_6
Source
Aggregates_.scala
protected def _aggrTsort(kw: Kw): Ns[A, B, C, D, E, F, t] & SortAttrs_6[A, B, C, D, E, F, t, Ns]

Attributes

Inherited from:
AggregatesOps_6
Source
Aggregates_.scala
protected def _attrMan[X, ns1[_, _], ns2[_, _, _]](op: Op, a: ModelOps_1[X, t, ns1, ns2]): Ns2[A, B, C, D, E, F, X, t]

Attributes

Inherited from:
ExprAttr_6
Source
ExprAttr_.scala
protected def _attrSortMan[ns1[_, _], ns2[_, _, _]](op: Op, a: ModelOps_1[F, t, ns1, ns2]): Ns2[A, B, C, D, E, F, F, t] & SortAttrs_7[A, B, C, D, E, F, F, t, Ns2]

Attributes

Inherited from:
ExprAttr_6
Source
ExprAttr_.scala
protected def _attrSortTac[ns1[_], ns2[_, _]](op: Op, a: ModelOps_0[t, ns1, ns2] & CardOne): Ns1[A, B, C, D, E, F, t] & SortAttrs_6[A, B, C, D, E, F, t, Ns1]

Attributes

Inherited from:
ExprAttr_6
Source
ExprAttr_.scala
protected def _attrTac[ns1[_], ns2[_, _]](op: Op, a: ModelOps_0[t, ns1, ns2]): Ns1[A, B, C, D, E, F, t]

Attributes

Inherited from:
ExprAttr_6
Source
ExprAttr_.scala
protected def _dynsort(i: Int): Ns[A, B, C, D, E, F, t]

Attributes

Inherited from:
SortAttrsOps_6
Source
SortAttrs_.scala
protected def _exprOneMan(op: Op, vs: Seq[t]): Ns1[A, B, C, D, E, F, t] & SortAttrs_6[A, B, C, D, E, F, t, Ns1] & CardOne

Attributes

Inherited from:
ExprOneManOps_6
Source
ExprOneMan_.scala
protected def _exprOneOpt(op: Op, vs: Option[Seq[t]]): Ns1[A, B, C, D, E, F, t] & SortAttrs_6[A, B, C, D, E, F, t, Ns1]

Attributes

Inherited from:
ExprOneOptOps_6
Source
ExprOneOpt_.scala
protected def _exprOneTac(op: Op, vs: Seq[t]): Ns1[A, B, C, D, E, F, t] & CardOne

Attributes

Inherited from:
ExprOneTacOps_6
Source
ExprOneTac_.scala
protected def _exprSetMan(op: Op, sets: Seq[Set[t]]): Ns1[A, B, C, D, E, F, t]

Attributes

Inherited from:
ExprSetManOps_6
Source
ExprSetMan_.scala
protected def _exprSetOpt(op: Op, optSets: Option[Seq[Set[t]]]): Ns1[A, B, C, D, E, F, t]

Attributes

Inherited from:
ExprSetOptOps_6
Source
ExprSetOpt_.scala
protected def _exprSetTac(op: Op, vs: Seq[Set[t]]): Ns1[A, B, C, D, E, F, t]

Attributes

Inherited from:
ExprSetTacOps_6
Source
ExprSetTac_.scala
protected def _sort(sort: String): Ns[A, B, C, D, E, F, t]

Attributes

Inherited from:
SortAttrsOps_6
Source
SortAttrs_.scala
protected def abs2sets[t](pairs: Seq[(t, t)]): Seq[Set[t]]

Attributes

Inherited from:
ExprBase
Source
ExprBase.scala
protected def addOne[T](es: List[Element], op: Op, vs: Seq[T]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addOptOne[T](es: List[Element], op: Op, vs: Option[Seq[T]]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addOptSet[T](es: List[Element], op: Op, vs: Option[Seq[Set[T]]]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addSet[T](es: List[Element], op: Op, vs: Seq[Set[T]]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def addSort(es: List[Element], sort: String): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def asIs(es: List[Element], kw: Kw, n: Option[Int]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def cleanUpdateElements(elements: List[Element]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def filterAttr(es: List[Element], op: Op, filterAttrMolecule: Molecule): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def reverseTopLevelSorting(es: List[Element]): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def toDouble(es: List[Element], kw: Kw): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def toInt(es: List[Element], kw: Kw): List[Element]

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala
protected def topLevelAttrCount(elements: List[Element], count: Int): Int

Attributes

Inherited from:
ModelTransformations_
Source
ModelTransformations_.scala

Inherited fields

val elements: List[Element]

Attributes

Inherited from:
Molecule
Source
Molecules.scala