Class

axle.syntax

UndirectedGraphOps

Related Doc: package syntax

Permalink

final class UndirectedGraphOps[UG, V, E] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UndirectedGraphOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UndirectedGraphOps(ug: UG)(implicit ev: UndirectedGraph[UG, V, E])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def areNeighbors(v1: V, v2: V)(implicit eqV: Eq[V]): Boolean

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def connects(e: E, v1: V, v2: V)(implicit eqV: Eq[V]): Boolean

    Permalink
  8. def edges: Iterable[E]

    Permalink
  9. def edgesTouching(v: V): Iterable[E]

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def filterEdges(f: (E) ⇒ Boolean): UG

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def findVertex(f: (V) ⇒ Boolean): Option[V]

    Permalink
  15. def firstLeafOtherThan(r: V)(implicit eqV: Eq[V]): Option[V]

    Permalink
  16. def forceClique(vs: Set[V], edgeFn: (V, V) ⇒ E)(implicit eqV: Eq[V], manV: Manifest[V]): UG

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def isClique(vs: Iterable[V])(implicit eqV: Eq[V]): Boolean

    Permalink
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def neighbors(v: V): Iterable[V]

    Permalink
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def other(e: E, v: V)(implicit eqV: Eq[V]): V

    Permalink
  26. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  27. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  28. val ug: UG

    Permalink
  29. def vertices(e: E): (V, V)

    Permalink
  30. def vertices: Iterable[V]

    Permalink
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped