Packages

trait GraphObj[T <: Txn[T]] extends Expr[T, SynthGraph]

Linear Supertypes
Expr[T, SynthGraph], Obj[T], Mutable[T], Identified[T], Elem[T], Publisher[T, model.Change[SynthGraph]], Disposable[T], Writable, ExprLike[T, SynthGraph], Form[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GraphObj
  2. Expr
  3. Obj
  4. Mutable
  5. Identified
  6. Elem
  7. Publisher
  8. Disposable
  9. Writable
  10. ExprLike
  11. Form
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def changed: EventLike[T, model.Change[SynthGraph]]
    Definition Classes
    Publisher
  2. abstract def dispose()(implicit tx: T): Unit
    Definition Classes
    Disposable
  3. abstract def id: Ident[T]
    Definition Classes
    Identified
  4. abstract def tpe: Type
    Definition Classes
    ObjElem
  5. abstract def value(implicit tx: T): SynthGraph
    Definition Classes
    ExprLike
  6. abstract def write(out: DataOutput): Unit
    Definition Classes
    Writable

Concrete Value Members

  1. final def attr(implicit tx: T): AttrMap[T]
    Definition Classes
    Obj
  2. def equals(that: Any): Boolean
    Definition Classes
    Identified → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    Identified → AnyRef → Any
  4. def toString(): String
    Definition Classes
    Obj → AnyRef → Any