Packages

package transform

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AnyShapeTransformer(shape: AnyShape, ctx: ShapeTransformationContext) extends Product with Serializable
  2. case class NodeShapeTransformer(shape: NodeShape, ctx: ShapeTransformationContext) extends Product with Serializable
  3. case class PropertyShapeTransformer(property: PropertyShape, ctx: ShapeTransformationContext) extends Product with Serializable
  4. case class SchemaTransformer(shape: AnyShape) extends Product with Serializable
  5. case class ShapeTransformation(s: AnyShape, ctx: ShapeTransformationContext) extends Product with Serializable
  6. class ShapeTransformationContext extends AnyRef
  7. case class TransformationResult(encoded: Either[NodeMapping, UnionNodeMapping], declared: Seq[DomainElement], externals: Map[String, String]) extends Product with Serializable

Value Members

  1. object ShapeTransformationContext

Ungrouped