case class MatrixShape(fields: Fields, annotations: Annotations) extends DataArrangementShape with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MatrixShape
- Serializable
- Serializable
- Product
- Equals
- DataArrangementShape
- AnyShape
- JsonSchemaSerializer
- ShapeHelpers
- Shape
- NamedDomainElement
- Linkable
- DomainElement
- AmfObject
- AmfElement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MatrixShape(fields: Fields, annotations: Annotations)
Type Members
-
type
FacetsMap = Map[String, PropertyShape]
- Definition Classes
- Shape
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(field: Field, value: AmfElement): MatrixShape.this.type
- Definition Classes
- AmfObject
-
def
add(other: Annotations): MatrixShape.this.type
- Definition Classes
- AmfElement
-
def
add(annotation: Annotation): MatrixShape.this.type
- Definition Classes
- AmfElement
-
def
adopted(parent: String): MatrixShape.this.type
- Definition Classes
- DataArrangementShape → AnyShape → AmfObject
-
val
annotations: Annotations
- Definition Classes
- MatrixShape → AnyShape → AmfElement
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildFixPoint(id: Option[String], link: Shape): RecursiveShape
- Attributes
- protected
- Definition Classes
- ShapeHelpers
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
cloneShape(withRecursionBase: Option[String] = None, traversed: Set[String] = Set()): MatrixShape.this.type
- Definition Classes
- ShapeHelpers
-
def
collectCustomShapePropertyDefinitions(onlyInherited: Boolean): Seq[FacetsMap]
- Definition Classes
- Shape
-
def
collectionFormat: String
- Definition Classes
- DataArrangementShape
-
def
copyAnyShape(fields: Fields = fields, annotations: Annotations = annotations): AnyShape
- Definition Classes
- AnyShape
-
def
copyFields(cloned: Shape, recursionBase: Option[String], traversed: Set[String]): Unit
- Attributes
- protected
- Definition Classes
- Shape
-
def
customDomainProperties: Seq[DomainExtension]
- Definition Classes
- DomainElement
-
def
customShapeProperties: Seq[ShapeExtension]
- Definition Classes
- Shape
-
def
customShapePropertyDefinitions: Seq[PropertyShape]
- Definition Classes
- Shape
-
def
default: DataNode
- Definition Classes
- Shape
-
def
description: String
- Definition Classes
- Shape
-
def
displayName: String
- Definition Classes
- Shape
-
def
documentation: CreativeWork
- Definition Classes
- AnyShape
-
def
dynamicTypes(): Seq[String]
- Definition Classes
- AmfObject
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
examples: Seq[Example]
- Definition Classes
- AnyShape
-
def
extend: Seq[DomainElement]
- Definition Classes
- DomainElement
-
val
fields: Fields
- Definition Classes
- MatrixShape → AnyShape → AmfObject
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fromTypeExpression: Boolean
- Definition Classes
- ShapeHelpers
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
getObjectByPropertyId(propertyId: String): Seq[DomainElement]
- Definition Classes
- DomainElement
-
def
getPropertyIds(): List[String]
- Definition Classes
- DomainElement
-
def
getScalarByPropertyId(propertyId: String): List[Any]
- Definition Classes
- DomainElement
-
def
getTypeIds(): List[String]
- Definition Classes
- DomainElement
-
val
id: String
- Definition Classes
- AmfObject
-
def
inherits: Seq[Shape]
- Definition Classes
- Shape
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isLink: Boolean
- Definition Classes
- Linkable
-
val
isUnresolved: Boolean
- Definition Classes
- Linkable
- def items: Shape
-
def
link[T](label: String, annotations: Annotations): T
- Definition Classes
- Linkable
-
val
linkAnnotations: Option[Annotations]
- Definition Classes
- Linkable
-
def
linkCopy(): MatrixShape
- Definition Classes
- MatrixShape → AnyShape → Linkable
-
def
linkLabel: Option[String]
- Definition Classes
- Linkable
-
val
linkTarget: Option[DomainElement]
- Definition Classes
- Linkable
-
def
maxItems: Int
- Definition Classes
- DataArrangementShape
-
def
meta: Obj
- Definition Classes
- MatrixShape → AnyShape → DomainElement
-
def
minItems: Int
- Definition Classes
- DataArrangementShape
-
def
name: String
- Definition Classes
- Shape → NamedDomainElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
position(): Option[Range]
- Definition Classes
- DomainElement
-
val
refAst: Option[YPart]
- Definition Classes
- Linkable
-
val
refCtx: Option[ParserContext]
- Definition Classes
- Linkable
-
val
refName: String
- Definition Classes
- Linkable
-
def
set(field: Field, value: AmfElement, annotations: Annotations): MatrixShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: AmfElement): MatrixShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, values: Seq[String]): MatrixShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Int): MatrixShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: Boolean): MatrixShape.this.type
- Definition Classes
- AmfObject
-
def
set(field: Field, value: String): MatrixShape.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement], annotations: Annotations): MatrixShape.this.type
- Definition Classes
- AmfObject
-
def
setArray(field: Field, values: Seq[AmfElement]): MatrixShape.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement], annotations: Annotations): MatrixShape.this.type
- Definition Classes
- AmfObject
-
def
setArrayWithoutId(field: Field, values: Seq[AmfElement]): MatrixShape.this.type
- Definition Classes
- AmfObject
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toArrayShape: ArrayShape
-
def
toFutureRef(resolve: (Linkable) ⇒ Unit): Unit
- Definition Classes
- Linkable
-
def
toJsonSchema: String
- Definition Classes
- AnyShape
-
def
toJsonSchema(element: AnyShape): String
- Attributes
- protected
- Definition Classes
- JsonSchemaSerializer
- def toMatrixShape: MatrixShape
-
def
typeExpression: String
- Definition Classes
- ShapeHelpers
-
def
uniqueItems: Boolean
- Definition Classes
- DataArrangementShape
-
def
unresolved(refName: String, refAst: YPart)(implicit ctx: ParserContext): DomainElement with Linkable
- Definition Classes
- Linkable
-
def
values: Seq[String]
- Definition Classes
- Shape
-
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( ... )
-
def
withArrayItems(): ArrayShape
- Definition Classes
- DataArrangementShape
-
def
withCollectionFormat(collectionFormat: Boolean): MatrixShape.this.type
- Definition Classes
- DataArrangementShape
-
def
withCustomDomainProperties(customProperties: Seq[DomainExtension]): MatrixShape.this.type
- Definition Classes
- DomainElement
-
def
withCustomDomainProperty(customProperty: DomainExtension): MatrixShape.this.type
- Definition Classes
- DomainElement
-
def
withCustomShapeProperties(properties: Seq[ShapeExtension]): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withCustomShapePropertyDefinition(name: String): PropertyShape
- Definition Classes
- Shape
-
def
withCustomShapePropertyDefinitions(propertyDefinitions: Seq[PropertyShape]): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withDefault(default: DataNode): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withDescription(description: String): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withDisplayName(name: String): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withDocumentation(documentation: CreativeWork): MatrixShape.this.type
- Definition Classes
- AnyShape
-
def
withExample(name: Option[String]): Example
- Definition Classes
- AnyShape
-
def
withExamples(examples: Seq[Example]): MatrixShape.this.type
- Definition Classes
- AnyShape
-
def
withExtends(extend: Seq[DomainElement]): MatrixShape.this.type
- Definition Classes
- DomainElement
-
def
withId(value: String): MatrixShape.this.type
- Definition Classes
- AmfObject
-
def
withInherits(inherits: Seq[Shape]): MatrixShape.this.type
- Definition Classes
- Shape
- def withItems(items: Shape): MatrixShape.this.type
-
def
withLinkLabel(label: String): MatrixShape.this.type
- Definition Classes
- Linkable
-
def
withLinkTarget(target: DomainElement): MatrixShape.this.type
- Definition Classes
- Linkable
-
def
withMaxItems(maxItems: Int): MatrixShape.this.type
- Definition Classes
- DataArrangementShape
-
def
withMinItems(minItems: Int): MatrixShape.this.type
- Definition Classes
- DataArrangementShape
-
def
withName(name: String): MatrixShape.this.type
- Definition Classes
- Shape → NamedDomainElement
-
def
withNodeItems(): NodeShape
- Definition Classes
- DataArrangementShape
-
def
withScalarItems(): ScalarShape
- Definition Classes
- DataArrangementShape
-
def
withUniqueItems(uniqueItems: Boolean): MatrixShape.this.type
- Definition Classes
- DataArrangementShape
-
def
withValues(values: Seq[String]): MatrixShape.this.type
- Definition Classes
- Shape
-
def
withXMLSerialization(xmlSerialization: XMLSerializer): MatrixShape.this.type
- Definition Classes
- AnyShape
-
def
xmlSerialization: XMLSerializer
- Definition Classes
- AnyShape