Class

scalax.collection.io.json.descriptor

LHyperEdgeDescriptor

Related Doc: package descriptor

Permalink

class LHyperEdgeDescriptor[N, E[X] <: LHyperEdge[X], +C <: LHyperEdgeCompanion[E], L <: AnyRef] extends EdgeDescriptorBase[N, E, C]

Determines how to extract data relevant for non-weighted, labeled hyperedges from a JValue and how to decompose such an outer edge to a JValue.

Instances of this class must be passed as a constructor argument to a scalax.collection.io.json.descriptor.Descriptor either directly or indirectly by utilizing a predefined edge descriptor.

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. LHyperEdgeDescriptor
  2. EdgeDescriptorBase
  3. GenEdgeDescriptor
  4. TypeId
  5. AnyRef
  6. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by EdgeAssoc
  3. by anyToNode
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LHyperEdgeDescriptor(edgeCompanion: C, aLabel: L, customSerializer: Option[Serializer[_ <: LHyperEdgeParameters[L]]] = None, extraClasses: List[Class[_]] = Nil, typeId: String = Defaults.defaultId)(implicit edgeManifest: ClassTag[E[N]], labelManifest: Manifest[L])

    Permalink

    edgeCompanion

    an edge companion object such as LDiHyperEdge.

    aLabel

    any sample value for the label type L such as "" for String.

    customSerializer

    Some list-json custom serializer or None.

    extraClasses

    list of classes referenced by this node provided they are to be (de)serialized; empty by default.

    typeId

    denotes the edge type in a JSON text.

Value Members

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to any2stringadd[LHyperEdgeDescriptor[N, E, C, L]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (LHyperEdgeDescriptor[N, E, C, L], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to ArrowAssoc[LHyperEdgeDescriptor[N, E, C, L]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. val aLabel: L

    Permalink

    any sample value for the label type L such as "" for String.

  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val customSerializer: Option[Serializer[_ <: Parameters]]

    Permalink
    Definition Classes
    EdgeDescriptorBase
  10. final def decompose(edge: E[N])(implicit descriptor: Descriptor[N]): JValue

    Permalink
    Definition Classes
    EdgeDescriptorBase
  11. val edgeCompanion: C

    Permalink
    Definition Classes
    EdgeDescriptorBase
  12. val edgeManifest: ClassTag[_]

    Permalink
    Definition Classes
    GenEdgeDescriptor
  13. def ensuring(cond: (LHyperEdgeDescriptor[N, E, C, L]) ⇒ Boolean, msg: ⇒ Any): LHyperEdgeDescriptor[N, E, C, L]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to Ensuring[LHyperEdgeDescriptor[N, E, C, L]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (LHyperEdgeDescriptor[N, E, C, L]) ⇒ Boolean): LHyperEdgeDescriptor[N, E, C, L]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to Ensuring[LHyperEdgeDescriptor[N, E, C, L]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): LHyperEdgeDescriptor[N, E, C, L]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to Ensuring[LHyperEdgeDescriptor[N, E, C, L]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): LHyperEdgeDescriptor[N, E, C, L]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to Ensuring[LHyperEdgeDescriptor[N, E, C, L]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. val extraClasses: List[Class[_]]

    Permalink
    Definition Classes
    EdgeDescriptorBase
  20. def extract(jsonEdge: JValue): LHyperEdgeParameters[L]

    Permalink
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. implicit val formats: Formats

    Permalink
    Definition Classes
    EdgeDescriptorBase
  23. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to StringFormat[LHyperEdgeDescriptor[N, E, C, L]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  24. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def isDefined: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to OuterNode[LHyperEdgeDescriptor[N, E, C, L]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    Param
  27. def isEdge: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to OuterNode[LHyperEdgeDescriptor[N, E, C, L]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  28. def isIn: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to OuterNode[LHyperEdgeDescriptor[N, E, C, L]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParam → Param
  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isNode: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to OuterNode[LHyperEdgeDescriptor[N, E, C, L]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  31. def isOut: Boolean

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to OuterNode[LHyperEdgeDescriptor[N, E, C, L]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    InParam → Param
  32. implicit val labelManifest: Manifest[L]

    Permalink
  33. val n1: LHyperEdgeDescriptor[N, E, C, L]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to EdgeAssoc[LHyperEdgeDescriptor[N, E, C, L]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
  34. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  35. def nodeIds(edge: E[N], descriptor: Descriptor[N]): List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    EdgeDescriptorBase
  36. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  38. def stringPrefix: String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to OuterNode[LHyperEdgeDescriptor[N, E, C, L]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    NodeParam
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to CollectionsHaveToParArray[LHyperEdgeDescriptor[N, E, C, L], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (LHyperEdgeDescriptor[N, E, C, L]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  41. def toParameters(edge: E[N])(implicit descriptor: Descriptor[N]): LHyperEdgeParameters[L]

    Permalink
    Attributes
    protected
    Definition Classes
    LHyperEdgeDescriptorEdgeDescriptorBase
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. val typeId: String

    Permalink
    Definition Classes
    GenEdgeDescriptorTypeId
  44. val value: LHyperEdgeDescriptor[N, E, C, L]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to OuterNode[LHyperEdgeDescriptor[N, E, C, L]] performed by method anyToNode in scalax.collection.GraphPredef.
    Definition Classes
    OuterNode → NodeParam
  45. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def ~[N >: N1](n2: N): UnDiEdge[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to EdgeAssoc[LHyperEdgeDescriptor[N, E, C, L]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  49. def ~>[N >: N1](n2: N): DiEdge[N]

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to EdgeAssoc[LHyperEdgeDescriptor[N, E, C, L]] performed by method EdgeAssoc in scalax.collection.GraphPredef.
    Definition Classes
    EdgeAssoc
    Annotations
    @inline()
  50. def [B](y: B): (LHyperEdgeDescriptor[N, E, C, L], B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to ArrowAssoc[LHyperEdgeDescriptor[N, E, C, L]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def toString(): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from LHyperEdgeDescriptor[N, E, C, L] to OuterNode[LHyperEdgeDescriptor[N, E, C, L]] 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:
    (lHyperEdgeDescriptor: OuterNode[LHyperEdgeDescriptor[N, E, C, L]]).toString()
    Definition Classes
    NodeParam → AnyRef → Any

Inherited from EdgeDescriptorBase[N, E, C]

Inherited from GenEdgeDescriptor[N]

Inherited from TypeId

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from LHyperEdgeDescriptor[N, E, C, L] to CollectionsHaveToParArray[LHyperEdgeDescriptor[N, E, C, L], T]

Inherited by implicit conversion EdgeAssoc from LHyperEdgeDescriptor[N, E, C, L] to EdgeAssoc[LHyperEdgeDescriptor[N, E, C, L]]

Inherited by implicit conversion anyToNode from LHyperEdgeDescriptor[N, E, C, L] to OuterNode[LHyperEdgeDescriptor[N, E, C, L]]

Inherited by implicit conversion any2stringadd from LHyperEdgeDescriptor[N, E, C, L] to any2stringadd[LHyperEdgeDescriptor[N, E, C, L]]

Inherited by implicit conversion StringFormat from LHyperEdgeDescriptor[N, E, C, L] to StringFormat[LHyperEdgeDescriptor[N, E, C, L]]

Inherited by implicit conversion Ensuring from LHyperEdgeDescriptor[N, E, C, L] to Ensuring[LHyperEdgeDescriptor[N, E, C, L]]

Inherited by implicit conversion ArrowAssoc from LHyperEdgeDescriptor[N, E, C, L] to ArrowAssoc[LHyperEdgeDescriptor[N, E, C, L]]

Ungrouped