FollowOn

es.weso.schemaInfer.FollowOn
See theFollowOn companion object
case class FollowOn(name: String, check: (IRI, IRI, Int) => Either[String, IRI])

Attributes

check

takes a label and an property IRI and return Left is the followOn is not satisfied, or Right(genIri) if the followOn condition is satisfied with a generated shape label genIri

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product