Packages

class MatrixShape extends ArrayShape

Annotations
@JSExportAll()
Linear Supertypes
ArrayShape, Serializable, Serializable, Product, Equals, DataArrangeShape, AnyShape, Shape, NamedDomainElement, Linkable, DomainElement, CustomizableElement, PlatformSecrets, AmfObjectWrapper, Annotable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MatrixShape
  2. ArrayShape
  3. Serializable
  4. Serializable
  5. Product
  6. Equals
  7. DataArrangeShape
  8. AnyShape
  9. Shape
  10. NamedDomainElement
  11. Linkable
  12. DomainElement
  13. CustomizableElement
  14. PlatformSecrets
  15. AmfObjectWrapper
  16. Annotable
  17. AnyRef
  18. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MatrixShape()
    Annotations
    @JSExportTopLevel( "MatrixShape" )
  2. new MatrixShape(_internal: scala.model.domain.ArrayShape)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from MatrixShape to any2stringadd[MatrixShape] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (MatrixShape, B)
    Implicit
    This member is added by an implicit conversion from MatrixShape to ArrowAssoc[MatrixShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def and: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  7. def annotations(): Annotations
    Definition Classes
    AmfObjectWrapper → Annotable
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  10. def comment: StrField
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  11. def contains: Shape
    Definition Classes
    ArrayShape
  12. def customDomainProperties: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]
    Definition Classes
    DomainElement → CustomizableElement
  13. def customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]
    Definition Classes
    Shape
  14. def customShapePropertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]
    Definition Classes
    Shape
  15. def defaultValue: DataNode
    Definition Classes
    Shape
  16. def defaultValueStr: StrField
    Definition Classes
    Shape
  17. def deprecated: BoolField
    Definition Classes
    Shape
  18. def description: StrField
    Definition Classes
    Shape
  19. def displayName: StrField
    Definition Classes
    Shape
  20. def documentation: CreativeWork
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  21. def elseShape: Shape
    Definition Classes
    Shape
  22. def ensuring(cond: (MatrixShape) ⇒ Boolean, msg: ⇒ Any): MatrixShape
    Implicit
    This member is added by an implicit conversion from MatrixShape to Ensuring[MatrixShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (MatrixShape) ⇒ Boolean): MatrixShape
    Implicit
    This member is added by an implicit conversion from MatrixShape to Ensuring[MatrixShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): MatrixShape
    Implicit
    This member is added by an implicit conversion from MatrixShape to Ensuring[MatrixShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): MatrixShape
    Implicit
    This member is added by an implicit conversion from MatrixShape to Ensuring[MatrixShape] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def examples: ClientList[Example]
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  28. def extendsNode: core.internal.convert.CoreClientConverters.ClientList[DomainElement]
    Definition Classes
    DomainElement
  29. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from MatrixShape to StringFormat[MatrixShape] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  30. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def graph(): Graph
    Definition Classes
    DomainElement
  32. def hasExplicitName: Boolean
    Definition Classes
    Shape
  33. def id: String
    Definition Classes
    DomainElement
  34. def ifShape: Shape
    Definition Classes
    Shape
  35. def inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  36. def inlined(): Boolean
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  37. def isExtension: BoolField
    Definition Classes
    Shape
  38. def isExternalLink: BoolField
    Definition Classes
    DomainElement
  39. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  40. def isLink: Boolean
    Definition Classes
    Linkable
  41. def isNotExplicit: Boolean

    Aux method to know when the shape is instance only of any shape and it's because was parsed from an empty (or only with example) payload, an not an explicit type def

    Aux method to know when the shape is instance only of any shape and it's because was parsed from an empty (or only with example) payload, an not an explicit type def

    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  42. def items: Shape
    Definition Classes
    ArrayShape
  43. def link[T](label: String): T
    Definition Classes
    Linkable
  44. def link[T](): T
    Definition Classes
    Linkable
  45. def linkCopy(): ArrayShape
    Definition Classes
    ArrayShapeAnyShape → Linkable
  46. def linkLabel: StrField
    Definition Classes
    Linkable
  47. def linkTarget: core.internal.convert.CoreClientConverters.ClientOption[DomainElement]
    Definition Classes
    Linkable
  48. def maxContains: Int
    Definition Classes
    ArrayShape
  49. def maxItems: IntField
    Definition Classes
    DataArrangeShape
  50. def minContains: Int
    Definition Classes
    ArrayShape
  51. def minItems: IntField
    Definition Classes
    DataArrangeShape
  52. def name: StrField
    Definition Classes
    Shape → NamedDomainElement
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. def not: Shape
    Definition Classes
    Shape
  55. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  57. def or: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  58. val platform: Platform
    Definition Classes
    PlatformSecrets
  59. def position: Range
    Definition Classes
    DomainElement
  60. def readOnly: BoolField
    Definition Classes
    Shape
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. def thenShape: Shape
    Definition Classes
    Shape
  63. def trackedExample(trackId: String): ClientOption[Example]

    trackId

    parent id of the original payload type with simpleinheritance and the searched example.

    returns

    A ClientOption of the original inlined example, or empty if there is not any example with that track information annotated.

    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  64. def unevaluatedItems: Boolean
    Definition Classes
    ArrayShape
  65. def unevaluatedItemsSchema: Shape
    Definition Classes
    ArrayShape
  66. def uniqueItems: BoolField
    Definition Classes
    DataArrangeShape
  67. def values: core.internal.convert.CoreClientConverters.ClientList[DataNode]
    Definition Classes
    Shape
  68. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  69. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  70. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. def withAnd(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): MatrixShape.this.type
    Definition Classes
    Shape
  72. def withComment(comment: String): MatrixShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  73. def withContains(contains: Shape): MatrixShape.this.type
    Definition Classes
    ArrayShape
  74. def withCustomDomainProperties(extensions: core.internal.convert.CoreClientConverters.ClientList[DomainExtension]): MatrixShape.this.type
    Definition Classes
    DomainElement → CustomizableElement
  75. def withCustomShapeProperties(customShapeProperties: core.internal.convert.CoreClientConverters.ClientList[ShapeExtension]): MatrixShape.this.type
    Definition Classes
    Shape
  76. def withCustomShapePropertyDefinition(name: String): PropertyShape
    Definition Classes
    Shape
  77. def withCustomShapePropertyDefinitions(propertyDefinitions: core.internal.convert.CoreClientConverters.ClientList[PropertyShape]): MatrixShape.this.type
    Definition Classes
    Shape
  78. def withDefaultStr(value: String): MatrixShape.this.type
    Definition Classes
    Shape
  79. def withDefaultValue(defaultVal: DataNode): MatrixShape.this.type
    Definition Classes
    Shape
  80. def withDeprecated(deprecated: Boolean): MatrixShape.this.type
    Definition Classes
    Shape
  81. def withDescription(description: String): MatrixShape.this.type
    Definition Classes
    Shape
  82. def withDisplayName(name: String): MatrixShape.this.type
    Definition Classes
    Shape
  83. def withDocumentation(documentation: CreativeWork): MatrixShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  84. def withElse(elseShape: Shape): MatrixShape.this.type
    Definition Classes
    Shape
  85. def withExample(mediaType: String): Example
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  86. def withExamples(examples: ClientList[Example]): MatrixShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  87. def withExtendsNode(extension: core.internal.convert.CoreClientConverters.ClientList[ParametrizedDeclaration]): MatrixShape.this.type
    Definition Classes
    DomainElement
  88. def withId(id: String): MatrixShape.this.type
    Definition Classes
    DomainElement
  89. def withIf(ifShape: Shape): MatrixShape.this.type
    Definition Classes
    Shape
  90. def withInherits(inherits: core.internal.convert.CoreClientConverters.ClientList[Shape]): MatrixShape.this.type
    Definition Classes
    Shape
  91. def withIsExtension(value: Boolean): MatrixShape.this.type
    Definition Classes
    Shape
  92. def withIsExternalLink(isExternalLink: Boolean): DomainElement
    Definition Classes
    DomainElement
  93. def withItems(items: Shape): MatrixShape.this.type
    Definition Classes
    MatrixShapeArrayShape
  94. def withLinkLabel(label: String): MatrixShape.this.type
    Definition Classes
    Linkable
  95. def withLinkTarget(target: DomainElement with Linkable): MatrixShape.this.type
    Definition Classes
    Linkable
  96. def withMaxContains(amount: Int): MatrixShape.this.type
    Definition Classes
    ArrayShape
  97. def withMaxItems(maxItems: Int): MatrixShape.this.type
    Definition Classes
    DataArrangeShape
  98. def withMinContains(amount: Int): MatrixShape.this.type
    Definition Classes
    ArrayShape
  99. def withMinItems(minItems: Int): MatrixShape.this.type
    Definition Classes
    DataArrangeShape
  100. def withName(name: String): MatrixShape.this.type
    Definition Classes
    Shape → NamedDomainElement
  101. def withNode(shape: Shape): MatrixShape.this.type
    Definition Classes
    Shape
  102. def withOr(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): MatrixShape.this.type
    Definition Classes
    Shape
  103. def withReadOnly(readOnly: Boolean): MatrixShape.this.type
    Definition Classes
    Shape
  104. def withThen(thenShape: Shape): MatrixShape.this.type
    Definition Classes
    Shape
  105. def withUnevaluatedItems(value: Boolean): MatrixShape.this.type
    Definition Classes
    ArrayShape
  106. def withUnevaluatedItemsSchema(schema: Shape): MatrixShape.this.type
    Definition Classes
    ArrayShape
  107. def withUniqueItems(uniqueItems: Boolean): MatrixShape.this.type
    Definition Classes
    DataArrangeShape
  108. def withValues(values: core.internal.convert.CoreClientConverters.ClientList[DataNode]): MatrixShape.this.type
    Definition Classes
    Shape
  109. def withWriteOnly(writeOnly: Boolean): MatrixShape.this.type
    Definition Classes
    Shape
  110. def withXMLSerialization(xmlSerialization: XMLSerializer): MatrixShape.this.type
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  111. def withXone(subShapes: core.internal.convert.CoreClientConverters.ClientList[Shape]): MatrixShape.this.type
    Definition Classes
    Shape
  112. def writeOnly: BoolField
    Definition Classes
    Shape
  113. def xmlSerialization: XMLSerializer
    Definition Classes
    AnyShape
    Annotations
    @JSExport()
  114. def xone: core.internal.convert.CoreClientConverters.ClientList[Shape]
    Definition Classes
    Shape
  115. def [B](y: B): (MatrixShape, B)
    Implicit
    This member is added by an implicit conversion from MatrixShape to ArrowAssoc[MatrixShape] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from ArrayShape

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from DataArrangeShape

Inherited from AnyShape

Inherited from Shape

Inherited from NamedDomainElement

Inherited from Linkable

Inherited from DomainElement

Inherited from CustomizableElement

Inherited from PlatformSecrets

Inherited from AmfObjectWrapper

Inherited from Annotable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from MatrixShape to any2stringadd[MatrixShape]

Inherited by implicit conversion StringFormat from MatrixShape to StringFormat[MatrixShape]

Inherited by implicit conversion Ensuring from MatrixShape to Ensuring[MatrixShape]

Inherited by implicit conversion ArrowAssoc from MatrixShape to ArrowAssoc[MatrixShape]

Ungrouped