FixedShapeMap

case
class FixedShapeMap(shapeMap: Map[RDFNode, Map[ShapeMapLabel, Info]], nodesPrefixMap: PrefixMap, shapesPrefixMap: PrefixMap) extends ShapeMap
Companion
object
trait Serializable
trait Product
trait Equals
class ShapeMap
class Object
trait Matchable
class Any

Value members

Concrete methods

override
def addAssociation(a: Association): Either[String, FixedShapeMap]
Definition Classes
def addNodesPrefixMap(pm: PrefixMap): FixedShapeMap
def addShapesPrefixMap(pm: PrefixMap): FixedShapeMap
override
def relativize(maybeBase: Option[IRI]): FixedShapeMap
Definition Classes

Inherited methods

def add(node: RDFNode, label: ShapeMapLabel): Either[String, ShapeMap]
Inherited from
ShapeMap
def isEmpty: Boolean
Inherited from
ShapeMap
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def serialize(format: String, base: Option[IRI]): Either[String, String]
Inherited from
ShapeMap
def showShapeMap(withDetails: Boolean): String
Inherited from
ShapeMap
def toJson: Json
Inherited from
ShapeMap
override
def toString: String
Definition Classes
ShapeMap -> Any
Inherited from
ShapeMap

Concrete fields

lazy
val flatten: List[(RDFNode, ShapeMapLabel, Status)]