package domain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AnyShape extends Shape with ShapeHelpers with ExternalSourceElement with InheritanceChain with DocumentedElement with ExemplifiedDomainElement
  2. case class ArrayShape(fields: Fields, annotations: Annotations) extends DataArrangementShape with Product with Serializable
  3. trait CommonShapeFields extends AnyRef
    Attributes
    protected[amf]
  4. class CreativeWork extends DomainElement with Linkable

    Creative work internal model

  5. abstract class DataArrangementShape extends AnyShape

    Array shape

  6. trait Dependencies extends DomainElement

    Property Dependency

  7. case class DiscriminatorValueMapping(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable
  8. trait DocumentedElement extends AnyRef
  9. class Example extends NamedDomainElement with Linkable with ExternalSourceElement with PayloadSerializer with Key

  10. trait ExemplifiedDomainElement extends DomainElement
  11. case class FileShape(fields: Fields, annotations: Annotations) extends AnyShape with CommonShapeFields with Product with Serializable
  12. trait InheritanceChain extends AnyRef
  13. case class IriTemplateMapping(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable
  14. trait Key extends AnyRef
  15. case class MatrixShape(fields: Fields, annotations: Annotations) extends DataArrangementShape with Product with Serializable
  16. case class NilShape(fields: Fields, annotations: Annotations) extends AnyShape with Product with Serializable
  17. case class NodeShape(fields: Fields, annotations: Annotations) extends AnyShape with Product with Serializable

    Node shape.

  18. case class PropertyDependencies(fields: Fields, annotations: Annotations) extends Dependencies with Product with Serializable
  19. class PropertyShapeMixin extends AnyRef
  20. case class ScalarShape(fields: Fields, annotations: Annotations) extends AnyShape with CommonShapeFields with Product with Serializable

    Scalar shape

  21. case class SchemaDependencies(fields: Fields, annotations: Annotations) extends Dependencies with Product with Serializable

    Schema Dependency

  22. case class SchemaShape(fields: Fields, annotations: Annotations) extends AnyShape with ExternalSourceElement with Product with Serializable
  23. trait ShapeHelpers extends AnyRef
  24. case class TupleShape(fields: Fields, annotations: Annotations) extends DataArrangementShape with Product with Serializable
  25. case class UnionShape(fields: Fields, annotations: Annotations) extends AnyShape with Product with Serializable
  26. case class UnresolvedShape(fields: Fields, annotations: Annotations, reference: String, fatherExtensionParser: Option[(Option[String]) ⇒ ShapeExtensionParser] = None, updateFatherLink: Option[(String) ⇒ Unit] = None, shouldLink: Boolean = true) extends AnyShape with UnresolvedReference with Product with Serializable

    Unresolved shape: intended to be resolved after parsing (exception is thrown if shape is not resolved).

  27. case class XMLSerializer(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable

Value Members

  1. object AnyShape
  2. object ArrayShape extends Serializable
  3. object CreativeWork
  4. object DiscriminatorValueMapping extends Serializable
  5. object DomainExtensions
  6. object Example
  7. object ExampleTracking
  8. object FileShape extends Serializable
  9. object IriTemplateMapping extends Serializable
  10. object MatrixShape extends Serializable
  11. object NilShape extends Serializable
  12. object NodeShape extends Serializable
  13. object PropertyDependencies extends Serializable
  14. object ScalarShape extends Serializable
  15. object SchemaDependencies extends Serializable
  16. object SchemaShape extends Serializable
  17. object TupleShape extends Serializable
  18. object UnionShape extends Serializable
  19. object UnresolvedShape extends Serializable
  20. object XMLSerializer extends Serializable

Ungrouped