class AMFShapeValidations extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AMFShapeValidations
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AMFShapeValidations(root: 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
anyConstraints(context: String, any: AnyShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
- Attributes
- protected
-
def
arrayConstraints(context: String, array: ArrayShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
checkArrayType(shape: Shape, context: String, validation: ValidationSpecification): ValidationSpecification
- Attributes
- protected
-
def
checkClosed(validation: ValidationSpecification, shape: NodeShape): ValidationSpecification
- Attributes
- protected
-
def
checkEnum(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
- Attributes
- protected
-
def
checkLogicalConstraints(context: String, parent: Shape, validation: ValidationSpecification, acc: List[ValidationSpecification]): List[ValidationSpecification]
- Attributes
- protected
-
def
checkMaxCount(context: String, property: PropertyShape, validation: ValidationSpecification, shape: PropertyShape, patterned: Option[String]): ValidationSpecification
- Attributes
- protected
-
def
checkMaxItems(context: String, validation: ValidationSpecification, shape: Shape with DataArrangementShape): ValidationSpecification
- Attributes
- protected
-
def
checkMaxLength(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
- Attributes
- protected
-
def
checkMaxProperties(context: String, validation: ValidationSpecification, shape: Shape): ValidationSpecification
- Attributes
- protected
-
def
checkMaximum(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
- Attributes
- protected
-
def
checkMinCount(context: String, property: PropertyShape, validation: ValidationSpecification, shape: PropertyShape, patterned: Option[String]): ValidationSpecification
- Attributes
- protected
-
def
checkMinItems(context: String, validation: ValidationSpecification, shape: Shape with DataArrangementShape): ValidationSpecification
- Attributes
- protected
-
def
checkMinLength(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
- Attributes
- protected
-
def
checkMinProperties(context: String, validation: ValidationSpecification, shape: Shape): ValidationSpecification
- Attributes
- protected
-
def
checkMinimum(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
- Attributes
- protected
-
def
checkMultipleOf(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
- Attributes
- protected
-
def
checkObjectType(shape: Shape, context: String, validation: ValidationSpecification): ValidationSpecification
- Attributes
- protected
-
def
checkPattern(context: String, validation: ValidationSpecification, shape: Shape with CommonShapeFields): ValidationSpecification
- Attributes
- protected
-
def
checkScalarType(shape: Shape, context: String, validation: ValidationSpecification): ValidationSpecification
- Attributes
- protected
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
createDataTypeConstraint(scalar: ScalarShape, context: String, dataTypes: Set[String]): PropertyConstraint
- Attributes
- protected
-
def
createDataTypeConstraint(scalar: ScalarShape, context: String, dateType: Option[String] = None): PropertyConstraint
- Attributes
- protected
-
def
createPatternPropertyConstraint(msg: String, pattern: String, scalar: Shape): PropertyConstraint
- Attributes
- protected
- var currentDataNode: Option[DataNode]
-
def
customFunctionValidations(): Seq[ValidationSpecification]
- Attributes
- protected
-
def
effectiveDataType(scalar: Shape): Option[String]
- Attributes
- protected
- var emitMultipleOf: Boolean
-
def
emitShapeValidations(context: String, shape: Shape, dataNodeTypeHierarchy: DataNodeTypeHierarchy = DataNodeTypeHierarchyStandard): List[ValidationSpecification]
- Attributes
- protected
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def findPolymorphicEffectiveShape(polymorphicUnion: Seq[Shape]): Option[Shape]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPolymorphicUnion(union: UnionShape): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nilConstraints(context: String, nil: NilShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
- Attributes
- protected
-
def
nodeConstraints(context: String, node: NodeShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
- Attributes
- protected
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def polymorphic(obj: NodeShape): Boolean
- var polymorphicExpanded: Map[String, Boolean]
- def polymorphicNodeConstraints(context: String, obj: NodeShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
- def profile(dataNode: DataNode): ValidationProfile
-
def
recursiveShapeConstraints(context: String, shape: RecursiveShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
- Attributes
- protected
-
def
scalarConstraints(context: String, scalar: ScalarShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
- Attributes
- protected
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tupleConstraints(context: String, tuple: TupleShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
- Attributes
- protected
-
def
unionConstraints(context: String, union: UnionShape, typeHierarchy: DataNodeTypeHierarchy): List[ValidationSpecification]
- Attributes
- protected
- def validationId(shape: Shape): String
- def validationLiteralId(id: String): String
-
def
validations(): List[ValidationSpecification]
- Attributes
- protected
-
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
- @native() @throws( ... )