class SectionId extends AnyRef
Contains string constants to denote node/edge sections in a JSON text.
An individual instance of this class may be passed to Descriptor
if
non-default section id's are to be used.
- Alphabetic
- By Inheritance
- SectionId
- AnyRef
- Any
- by ChainingOps
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new SectionId(nodesId: String, edgesId: String)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (SectionId, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
contains(id: String): Boolean
Returns whether
id
is one ofnodesId
oredgesId
of thisSectionId
. - val edgesId: String
- def ensuring(cond: (SectionId) ⇒ Boolean, msg: ⇒ Any): SectionId
- def ensuring(cond: (SectionId) ⇒ Boolean): SectionId
- def ensuring(cond: Boolean, msg: ⇒ Any): SectionId
- def ensuring(cond: Boolean): SectionId
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
isEdges(id: String): Boolean
Returns whether
id
equals toedgesId
of thisSectionId
. -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isNodes(id: String): Boolean
Returns whether
id
equals tonodesId
of thisSectionId
. -
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nodesId: String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
pipe[B](f: (SectionId) ⇒ B): B
- Implicit
- This member is added by an implicit conversion from SectionId to ChainingOps[SectionId] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
-
val
self: SectionId
- Implicit
- This member is added by an implicit conversion from SectionId to ChainingOps[SectionId] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tap[U](f: (SectionId) ⇒ U): SectionId
- Implicit
- This member is added by an implicit conversion from SectionId to ChainingOps[SectionId] performed by method ChainingOps in scalax.collection.
- Definition Classes
- ChainingOps
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def →[B](y: B): (SectionId, B)