object model
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- model
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Add_(values: Seq[Any]) extends Value with Product with Serializable
- case class And(values: Seq[Any]) extends Value with Product with Serializable
- case class And2[T1, T2](e1: Exp1[T1], e2: Exp1[T2]) extends Exp2[T1, T2] with Product with Serializable
- case class And3[T1, T2, T3](e1: Exp1[T1], e2: Exp1[T2], e3: Exp1[T3]) extends Exp3[T1, T2, T3] with Product with Serializable
- case class Atom(ns: String, name: String, tpeS: String, card: Int, value: Value, enumPrefix: Option[String] = None, gs: Seq[Generic] = Nil, keys: Seq[String] = Nil) extends Element with Product with Serializable
- case class AttrVar(v: String) extends Generic with Product with Serializable
- case class BackValue(backNs: String) extends Value with Product with Serializable
- case class BiEdgePropAttr(card: Int) extends Bidirectional with Product with Serializable
- case class BiEdgePropRef(card: Int) extends Bidirectional with Product with Serializable
- case class BiEdgePropRefAttr(card: Int) extends Bidirectional with Product with Serializable
- case class BiEdgeRef(card: Int, attr: String) extends Bidirectional with Product with Serializable
- case class BiEdgeRefAttr(card: Int, attr: String) extends Bidirectional with Product with Serializable
- case class BiOtherRef(card: Int, attr: String) extends Bidirectional with Product with Serializable
- case class BiOtherRefAttr(card: Int, attr: String) extends Bidirectional with Product with Serializable
- case class BiSelfRef(card: Int) extends Bidirectional with Product with Serializable
- case class BiSelfRefAttr(card: Int) extends Bidirectional with Product with Serializable
- case class BiTargetRef(card: Int, attr: String) extends Bidirectional with Product with Serializable
- case class BiTargetRefAttr(card: Int, attr: String) extends Bidirectional with Product with Serializable
- sealed trait Bidirectional extends Generic
- case class Bond(ns: String, refAttr: String, refNs: String = "", card: Int, gs: Seq[Generic] = Nil) extends Element with Product with Serializable
- case class Card(card: Int) extends Generic with Product with Serializable
- case class Composite(elements: Seq[Element]) extends Element with Product with Serializable
- trait Element extends AnyRef
- case class Eq(values: Seq[Any]) extends Value with Product with Serializable
- trait Exp1[T1] extends Expression
- trait Exp2[T1, T2] extends Expression
- trait Exp3[T1, T2, T3] extends Expression
- trait Expression extends AnyRef
- case class Fn(name: String, value: Option[Int] = None) extends Value with Product with Serializable
- case class Fulltext(search: Seq[Any]) extends Value with Product with Serializable
- case class Ge(value: Any) extends Value with Product with Serializable
- sealed trait Generic extends Value
- case class Gt(value: Any) extends Value with Product with Serializable
- case class Id(eid: Any) extends Generic with Product with Serializable
- case class Le(value: Any) extends Value with Product with Serializable
- case class Length(fn: Option[Fn] = None) extends Value with Product with Serializable
- case class Lt(value: Any) extends Value with Product with Serializable
- case class MapAdd(pairs: Seq[(String, Any)]) extends Value with Product with Serializable
- case class MapEq(pairs: Seq[(String, Any)]) extends Value with Product with Serializable
- case class MapKeys(ks: Seq[String]) extends Value with Product with Serializable
- case class MapRemove(keys: Seq[String]) extends Value with Product with Serializable
- case class MapReplace(pairs: Seq[(String, Any)]) extends Value with Product with Serializable
- case class Meta(ns: String, attr: String, kind: String, generic: Generic, value: Value) extends Element with Product with Serializable
- case class Model(elements: Seq[Element]) extends Product with Serializable
- case class Neq(values: Seq[Any]) extends Value with Product with Serializable
- case class Nested(bond: Bond, elements: Seq[Element]) extends Element with Product with Serializable
- case class Not[T1](e: Exp1[T1]) extends Exp1[T1] with Product with Serializable
- case class NsValue(values: Seq[String]) extends Generic with Product with Serializable
- case class OpValue(added: Option[Any] = None) extends Generic with Product with Serializable
- case class OpValue_(added: Option[Any] = None) extends Generic with Product with Serializable
- case class Or[T1](e1: Exp1[T1], e2: Exp1[T1]) extends Exp1[T1] with Product with Serializable
- case class Or2[T1, T2](e1: Exp2[T1, T2], e2: Exp2[T1, T2]) extends Exp2[T1, T2] with Product with Serializable
- case class Or3[T1, T2, T3](e1: Exp1[T1], e2: Exp1[T2], e3: Exp1[T3]) extends Exp3[T1, T2, T3] with Product with Serializable
- case class ReBond(backRef: String, refAttr: String, refNs: String = "", distinct: Boolean = false, prevVar: String = "") extends Element with Product with Serializable
- case class Remove(values: Seq[Any]) extends Value with Product with Serializable
- case class Replace(oldNew: Seq[(Any, Any)]) extends Value with Product with Serializable
- case class TermValue[T1](v: T1) extends Exp1[T1] with Product with Serializable
- case class Transitive(backRef: String, refAttr: String, refNs: String, depth: Int = 1, prevVar: String = "") extends Element with Product with Serializable
- case class TxInstantValue(date: Option[Any] = None) extends Generic with Product with Serializable
- case class TxInstantValue_(date: Option[Any] = None) extends Generic with Product with Serializable
- case class TxMetaData(elements: Seq[Element]) extends Element with Product with Serializable
- case class TxMetaData_(elements: Seq[Element]) extends Element with Product with Serializable
- case class TxTValue(t: Option[Any] = None) extends Generic with Product with Serializable
- case class TxTValue_(t: Option[Any] = None) extends Generic with Product with Serializable
- sealed trait Value extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def curNs(e: Element): String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object BiEdge extends Bidirectional with Product with Serializable
- object Distinct extends Value with Product with Serializable
- object EmptyElement extends Element with Product with Serializable
- object EntValue extends Value with Product with Serializable
- object EnumVal extends Value with Product with Serializable
- object IndexVal extends Value with Product with Serializable
- object NoValue extends Generic with Product with Serializable
- object Qm extends Value with Product with Serializable
- object Self extends Element with Product with Serializable
- object TxValue extends Generic with Product with Serializable
- object TxValue_ extends Generic with Product with Serializable
- object VarValue extends Value with Product with Serializable