Packages

object GraphObj extends ExprTypeImpl[lucre.swing.Graph, GraphObj]

Linear Supertypes
ExprTypeImpl[lucre.swing.Graph, GraphObj], TypeImpl1[GraphObj], _1[GraphObj], TypeImpl[Extension1[GraphObj]], TypeImplLike[Extension1[GraphObj]], Expr[lucre.swing.Graph, GraphObj], Type, Type, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphObj
  2. ExprTypeImpl
  3. TypeImpl1
  4. _1
  5. TypeImpl
  6. TypeImplLike
  7. Expr
  8. Type
  9. Type
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type A = lucre.swing.Graph
    Definition Classes
    Expr
  2. type Const[S <: Sys[S]] = GraphObj[S] with lucre.expr.Expr.Const[S, A]
    Definition Classes
    Expr
  3. trait ConstImpl[S <: Sys[S]] extends lucre.expr.impl.ConstImpl[S, lucre.expr.impl.ExprTypeImpl.A]
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  4. type Var[S <: Sys[S]] = GraphObj[S] with lucre.stm.Var[lucre.expr.Type.Expr.Var.S.Tx, GraphObj[S]]
    Definition Classes
    Expr
  5. trait VarImpl[S <: Sys[S]] extends lucre.expr.impl.VarImpl[S, lucre.expr.impl.ExprTypeImpl.A, lucre.expr.impl.ExprTypeImpl._Ex[S]]
    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  6. type _Ex[S <: Sys[S]] = GraphObj[S]
    Definition Classes
    Expr

Value Members

  1. object Var
    Definition Classes
    Expr
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. final def addExtension(exts: Array[Extension1[GraphObj]], ext: Extension1[GraphObj]): Array[Extension1[GraphObj]]
    Attributes
    protected
    Definition Classes
    TypeImplLike
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  8. def empty[S <: Sys[S]](implicit tx: GraphObj.empty.S.Tx): _Ex[S]
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def findExt(op: Int): Extension1[GraphObj]
    Attributes
    protected
    Definition Classes
    TypeImpl
  13. final def findExt(exts: Array[Extension1[GraphObj]], op: Int): Extension1[GraphObj]
    Attributes
    protected
    Definition Classes
    TypeImplLike
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def init(): Unit
    Definition Classes
    TypeType
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def mkConst[S <: Sys[S]](id: GraphObj.mkConst.S.Id, value: A)(implicit tx: GraphObj.mkConst.S.Tx): Const[S]
    Attributes
    protected
    Definition Classes
    GraphObj → ExprTypeImpl
  19. def mkExtArray(size: Int): Array[Extension1[GraphObj]]
    Attributes
    protected
    Definition Classes
    TypeImpl1 → TypeImplLike
  20. def mkVar[S <: Sys[S]](targets: Targets[S], vr: GraphObj.mkVar.S.Var[_Ex[S]], connect: Boolean)(implicit tx: GraphObj.mkVar.S.Tx): Var[S]
    Attributes
    protected
    Definition Classes
    GraphObj → ExprTypeImpl
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. implicit final def newConst[S <: Sys[S]](value: A)(implicit tx: lucre.expr.impl.ExprTypeImpl.newConst.S.Tx): Const[S]
    Definition Classes
    ExprTypeImpl → Expr
  23. final def newVar[S <: Sys[S]](init: _Ex[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.newVar.S.Tx): Var[S]
    Definition Classes
    ExprTypeImpl → Expr
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def read[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.read.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.read.S.Tx): _Ex[S]
    Definition Classes
    ExprTypeImpl → Expr
  27. final def readConst[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readConst.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readConst.S.Tx): Const[S]
    Definition Classes
    ExprTypeImpl → Expr
  28. def readCookie[S <: Sys[S]](in: DataInput, access: GraphObj.readCookie.S.Acc, cookie: Byte)(implicit tx: GraphObj.readCookie.S.Tx): _Ex[S]

    Reads an identified object whose cookie is neither 3 (constant) nor 0 (node).

    Reads an identified object whose cookie is neither 3 (constant) nor 0 (node). By default this throws an exception. Sub-classes may use a cookie greater than 3 for other constant types.

    Attributes
    protected
    Definition Classes
    GraphObj → ExprTypeImpl
  29. final def readExtension[S <: Sys[S]](op: Int, in: DataInput, access: lucre.expr.impl.TypeImpl1.readExtension.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.impl.TypeImpl1.readExtension.S.Tx): GraphObj[S]
    Attributes
    protected
    Definition Classes
    TypeImpl1
  30. def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readIdentifiedObj.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readIdentifiedObj.S.Tx): _Ex[S]
    Definition Classes
    ExprTypeImpl → TypeType
  31. def readNode[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readNode.S.Acc, targets: Targets[S])(implicit tx: lucre.expr.impl.ExprTypeImpl.readNode.S.Tx): _Ex[S]

    The default implementation reads a type Int as operator id Int which will be resolved using readOpExtension.

    The default implementation reads a type Int as operator id Int which will be resolved using readOpExtension.

    Attributes
    protected
    Definition Classes
    ExprTypeImpl
  32. final def readObj[S <: Sys[S]](in: DataInput, access: lucre.stm.Obj.Type.readObj.S.Acc)(implicit tx: lucre.stm.Obj.Type.readObj.S.Tx): Obj[S]
    Definition Classes
    TypeType
  33. final def readVar[S <: Sys[S]](in: DataInput, access: lucre.expr.impl.ExprTypeImpl.readVar.S.Acc)(implicit tx: lucre.expr.impl.ExprTypeImpl.readVar.S.Tx): Var[S]
    Definition Classes
    ExprTypeImpl → Expr
  34. final def registerExtension(ext: Extension1[GraphObj]): Unit
    Definition Classes
    TypeImpl
  35. implicit final def serializer[S <: Sys[S]]: Serializer[lucre.expr.impl.ExprTypeImpl.serializer.S.Tx, lucre.expr.impl.ExprTypeImpl.serializer.S.Acc, _Ex[S]]
    Definition Classes
    ExprTypeImpl → Expr
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. implicit final def tpe: Expr[lucre.swing.Graph, GraphObj]
    Definition Classes
    ExprTypeImpl
  39. final val typeId: Int(400)
    Definition Classes
    GraphObjType
  40. def valueSerializer: ImmutableSerializer[lucre.swing.Graph]

    A serializer for graphs.

    A serializer for graphs.

    Definition Classes
    GraphObjExpr
  41. implicit final def varSerializer[S <: Sys[S]]: Serializer[lucre.expr.impl.ExprTypeImpl.varSerializer.S.Tx, lucre.expr.impl.ExprTypeImpl.varSerializer.S.Acc, Var[S]]
    Definition Classes
    ExprTypeImpl → Expr
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ExprTypeImpl[lucre.swing.Graph, GraphObj]

Inherited from TypeImpl1[GraphObj]

Inherited from _1[GraphObj]

Inherited from TypeImpl[Extension1[GraphObj]]

Inherited from TypeImplLike[Extension1[GraphObj]]

Inherited from Expr[lucre.swing.Graph, GraphObj]

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped