QueryShapeMap

es.weso.shapemaps.QueryShapeMap
See theQueryShapeMap companion object
case class QueryShapeMap(associations: List[Association], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap) extends ShapeMap

Input shape map also known as Query shape map

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class ShapeMap
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

Attributes

Definition Classes
override def relativize(maybeBase: Option[IRI]): QueryShapeMap

Attributes

Definition Classes

Inherited methods

Attributes

Inherited from:
ShapeMap

Attributes

Inherited from:
ShapeMap

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def serialize(format: String, base: Option[IRI]): Either[String, String]

Attributes

Inherited from:
ShapeMap
def showShapeMap(withDetails: Boolean): String

Attributes

Inherited from:
ShapeMap

Attributes

Inherited from:
ShapeMap
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
ShapeMap -> Any
Inherited from:
ShapeMap