package domain

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AnnotationMapping extends PropertyLikeMapping[AnnotationMappingModel.type] with NodeMappable[AnnotationMappingModel.type]
  2. case class ClassTerm(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable
  3. case class DatatypePropertyTerm(fields: Fields, annotations: Annotations) extends PropertyTerm with Product with Serializable
  4. case class DialectDomainElement(fields: Fields, annotations: Annotations) extends DomainElement with Linkable with Product with Serializable
  5. case class DocumentMapping(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable
  6. case class DocumentsModel(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable
  7. case class External(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable
  8. trait HasObjectRange[M <: HasObjectRangeModel] extends DomainElement
  9. trait MergeableMapping extends MergeableMappingModel
  10. trait NodeMappable[+M <: NodeMappableModel] extends DomainElement with Linkable
  11. class NodeMapping extends DomainElement with Linkable with MergeableMapping with NodeMappable[NodeMappingModel.type]
  12. trait NodeWithDiscriminator[M <: NodeWithDiscriminatorModel] extends DomainElement with HasObjectRange[M]
  13. case class ObjectPropertyTerm(fields: Fields, annotations: Annotations) extends PropertyTerm with Product with Serializable
  14. class PropertyClassification extends AnyRef
  15. trait PropertyLikeMapping[M <: PropertyLikeMappingModel] extends DomainElement with HasObjectRange[M] with NodeWithDiscriminator[M]
  16. case class PropertyMapping(fields: Fields, annotations: Annotations) extends PropertyLikeMapping[PropertyMappingModel.type] with MergeableMapping with NodeWithDiscriminator[PropertyMappingModel.type] with Product with Serializable
  17. abstract class PropertyTerm extends DomainElement
  18. case class PublicNodeMapping(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable
  19. case class SemanticExtension(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable
  20. case class UnionNodeMapping(fields: Fields, annotations: Annotations) extends DomainElement with Linkable with MergeableMapping with NodeWithDiscriminator[UnionNodeMappingModel.type] with NodeMappable[UnionNodeMappingModel.type] with Product with Serializable
  21. class UnknownMapKeyProperty extends Exception
  22. case class VocabularyReference(fields: Fields, annotations: Annotations) extends DomainElement with Product with Serializable

Ungrouped