TriggerTargetDeclarations

sealed case class TriggerTargetDeclarations() extends ValidationTrigger

Data class representing a validation trigger by target declarations, as used in SHACL validations

It needs no additional information, everything can be extracted from their companion Data and Schema

Source:
TriggerTargetDeclarations.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def getValidationTrigger: Either[List[String], ValidationTrigger]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields