class ShapeDeclarations extends Declarations

Linear Supertypes
Declarations, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ShapeDeclarations
  2. Declarations
  3. AnyRef
  4. 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 ShapeDeclarations(alias: Option[String] = None, errorHandler: AMFErrorHandler, futureDeclarations: FutureDeclarations, extractor: QualifiedNameExtractor)

Type Members

  1. trait ErrorDeclaration extends AnyRef
    Definition Classes
    Declarations
  2. type Identity[T] = T
    Definition Classes
    Declarations

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 ShapeDeclarations to any2stringadd[ShapeDeclarations] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def +=(indexKey: String, element: DomainElement): ShapeDeclarations.this.type
    Definition Classes
    ShapeDeclarations → Declarations
  5. def +=(doc: (String, (Shape, Map[String, Shape]))): ShapeDeclarations.this.type
  6. def +=(extension: Map[String, Dialect]): ShapeDeclarations
  7. def +=(element: DomainElement): ShapeDeclarations.this.type
    Definition Classes
    Declarations
  8. def +=(indexKey: String, fragment: Fragment): Declarations
    Definition Classes
    Declarations
  9. def ->[B](y: B): (ShapeDeclarations, B)
    Implicit
    This member is added by an implicit conversion from ShapeDeclarations to ArrowAssoc[ShapeDeclarations] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  10. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def addLibrary(alias: String, declarations: Declarations): Unit
    Attributes
    protected
    Definition Classes
    Declarations
  12. def addSchema(indexKey: String, s: Shape): Unit
    Attributes
    protected
  13. val alias: Option[String]
  14. def aliased(name: String): String
  15. var annotations: Map[String, CustomDomainProperty]
    Definition Classes
    Declarations
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  18. def copy[T <: ShapeDeclarations](next: T): T
  19. def copy(): ShapeDeclarations
  20. def declarables(): Seq[DomainElement]
    Definition Classes
    Declarations
  21. var documentFragments: Map[String, (Shape, Map[String, Shape])]
  22. def ensuring(cond: (ShapeDeclarations) ⇒ Boolean, msg: ⇒ Any): ShapeDeclarations
    Implicit
    This member is added by an implicit conversion from ShapeDeclarations to Ensuring[ShapeDeclarations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (ShapeDeclarations) ⇒ Boolean): ShapeDeclarations
    Implicit
    This member is added by an implicit conversion from ShapeDeclarations to Ensuring[ShapeDeclarations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): ShapeDeclarations
    Implicit
    This member is added by an implicit conversion from ShapeDeclarations to Ensuring[ShapeDeclarations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): ShapeDeclarations
    Implicit
    This member is added by an implicit conversion from ShapeDeclarations to Ensuring[ShapeDeclarations] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  28. def error(message: String, pos: SourceLocation): Unit
    Attributes
    protected
    Definition Classes
    Declarations
  29. var examples: Map[String, Example]
  30. var extensions: Map[String, Dialect]
  31. var externalLibs: Map[String, Map[String, AnyShape]]
  32. var externalShapes: Map[String, AnyShape]
  33. def findAnnotation(key: String, scope: Scope): Option[CustomDomainProperty]
    Definition Classes
    Declarations
  34. def findAnnotationOrError(pos: SourceLocation)(key: String, scope: Scope): CustomDomainProperty
    Definition Classes
    Declarations
  35. def findDeclaredTypeInDocFragment(doc: String, name: String): Option[Shape]
  36. def findDocumentations(key: String, scope: Scope, error: Option[(String) ⇒ Unit] = None): Option[CreativeWork]
  37. def findEncodedTypeInDocFragment(doc: String): Option[Shape]
  38. def findEquivalent(element: DomainElement): Option[DomainElement]
    Definition Classes
    Declarations
  39. def findExample(key: String, scope: Scope): Option[Example]
  40. def findForType(key: String, map: (Declarations) ⇒ Map[String, DomainElement], scope: Scope): Option[DomainElement]
    Definition Classes
    Declarations
  41. def findInExternals(url: String): Option[AnyShape]
  42. def findInExternalsLibs(lib: String, name: String): Option[AnyShape]
  43. def findManyForType(key: String, map: (Declarations) ⇒ Map[String, List[DomainElement]], scope: Scope): Option[List[DomainElement]]
    Definition Classes
    Declarations
  44. def findNamedExample(key: String, error: Option[(String) ⇒ Unit] = None): Option[Example]
  45. def findNamedExampleOrError(ast: YPart)(key: String): Example
  46. def findType(key: String, scope: Scope, error: Option[(String) ⇒ Unit] = None): Option[AnyShape]
  47. var fragments: Map[String, FragmentRef]
    Definition Classes
    Declarations
  48. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  49. def getOrCreateLibrary(alias: String): Declarations
    Definition Classes
    Declarations
  50. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  51. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  52. var libraries: Map[String, Declarations]
    Definition Classes
    Declarations
  53. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  54. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  55. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  56. def promoteExternalToDataTypeFragment(text: String, fullRef: String, shape: Shape): Unit
  57. var promotedFragments: Seq[Fragment]
    Definition Classes
    Declarations
  58. def registerExternalLib(url: String, content: Map[String, AnyShape]): ShapeDeclarations
  59. def registerExternalRef(external: (String, AnyShape)): ShapeDeclarations
  60. var shapes: Map[String, Shape]
  61. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  62. def toString(): String
    Definition Classes
    AnyRef → Any
  63. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. def withExtensions(extensions: Map[String, Dialect]): ShapeDeclarations
  67. def [B](y: B): (ShapeDeclarations, B)
    Implicit
    This member is added by an implicit conversion from ShapeDeclarations to ArrowAssoc[ShapeDeclarations] 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
  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from ShapeDeclarations to StringFormat[ShapeDeclarations] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from Declarations

Inherited from AnyRef

Inherited from Any

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

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

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

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

Ungrouped