scalax.collection.GraphTraversalImpl

ComponentImpl

class ComponentImpl extends Component

Attributes
protected
Linear Supertypes
GraphTraversalImpl.Component, GraphTraversalImpl.Properties, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ComponentImpl
  2. Component
  3. Properties
  4. AnyRef
  5. Any
Implicitly
  1. by anyToNode
  2. by EdgeAssoc
  3. by any2stringadd
  4. by any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ComponentImpl(root: NodeT, parameters: Parameters, subgraphNodes: (NodeT) ⇒ Boolean, subgraphEdges: (GraphTraversalImpl.EdgeT) ⇒ Boolean, ordering: GraphTraversalImpl.ElemOrdering, nodes: Set[NodeT])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ComponentImpl, B)

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to ArrowAssoc[ComponentImpl] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. lazy val edges: Set[GraphTraversalImpl.EdgeT]

    Definition Classes
    ComponentImplComponent
  11. def ensuring(cond: (ComponentImpl) ⇒ Boolean, msg: ⇒ Any): ComponentImpl

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to Ensuring[ComponentImpl] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: (ComponentImpl) ⇒ Boolean): ComponentImpl

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to Ensuring[ComponentImpl] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean, msg: ⇒ Any): ComponentImpl

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to Ensuring[ComponentImpl] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean): ComponentImpl

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to Ensuring[ComponentImpl] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  21. def isDefined: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to OuterNode[ComponentImpl] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  22. def isEdge: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to OuterNode[ComponentImpl] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  23. def isIn: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to OuterNode[ComponentImpl] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def isNode: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to OuterNode[ComponentImpl] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  26. def isOut: Boolean

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to OuterNode[ComponentImpl] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParamParam
  27. val n1: ComponentImpl

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to EdgeAssoc[ComponentImpl] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. val nodes: Set[NodeT]

    Definition Classes
    ComponentImplComponent
  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. val ordering: GraphTraversalImpl.ElemOrdering

    If a NodeOrdering or EdgeOrdering different from noOrdering is supplied neighbor nodes will be sorted during the traversal.

    If a NodeOrdering or EdgeOrdering different from noOrdering is supplied neighbor nodes will be sorted during the traversal. Thus it is guaranteed that the smaller an element's ranking the sooner it will be processed. In case of EdgeOrdering it is guaranteed that the smaller an edge's ranking the sooner its relevant end(s) will be processed.

    Definition Classes
    ComponentImplProperties
  33. val parameters: Parameters

    The properties controlling subsequent traversals.

    The properties controlling subsequent traversals.

    Definition Classes
    ComponentImplProperties
  34. val root: NodeT

    The node where subsequent graph traversals start.

    The node where subsequent graph traversals start.

    Definition Classes
    ComponentImplProperties
  35. def stringPrefix: String

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to OuterNode[ComponentImpl] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  36. val subgraphEdges: (GraphTraversalImpl.EdgeT) ⇒ Boolean

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    Restricts subsequent graph traversals to walk only along edges that hold this predicate.

    Definition Classes
    ComponentImplProperties
  37. val subgraphNodes: (NodeT) ⇒ Boolean

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    Restricts subsequent graph traversals to visit only nodes holding this predicate.

    Definition Classes
    ComponentImplProperties
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toGraph: Graph[N, E]

    Definition Classes
    Component
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. val value: ComponentImpl

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to OuterNode[ComponentImpl] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNodeNodeParam
  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
    @throws( ... )
  45. def ~[N >: N1, N2 <: N](n2: N2): UnDiEdge[N]

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to EdgeAssoc[ComponentImpl] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  46. def ~>[N >: N1, N2 <: N](n2: N2): DiEdge[N]

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to EdgeAssoc[ComponentImpl] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  47. def [B](y: B): (ComponentImpl, B)

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to ArrowAssoc[ComponentImpl] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (componentImpl: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (componentImpl: StringFormat).self
    Definition Classes
    StringFormat
  3. def toString(): String

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to OuterNode[ComponentImpl] performed by method anyToNode in scalax.collection.GraphPredef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (componentImpl: OuterNode[ComponentImpl]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Deprecated Value Members

  1. def x: ComponentImpl

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to ArrowAssoc[ComponentImpl] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (componentImpl: ArrowAssoc[ComponentImpl]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: ComponentImpl

    Implicit information
    This member is added by an implicit conversion from ComponentImpl to Ensuring[ComponentImpl] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (componentImpl: Ensuring[ComponentImpl]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from GraphTraversalImpl.Component

Inherited from GraphTraversalImpl.Properties

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion anyToNode from ComponentImpl to OuterNode[ComponentImpl]

Inherited by implicit conversion EdgeAssoc from ComponentImpl to EdgeAssoc[ComponentImpl]

Inherited by implicit conversion any2stringadd from ComponentImpl to StringAdd

Inherited by implicit conversion any2stringfmt from ComponentImpl to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ComponentImpl to ArrowAssoc[ComponentImpl]

Inherited by implicit conversion any2Ensuring from ComponentImpl to Ensuring[ComponentImpl]

Ungrouped