CandidateLine

case class CandidateLine(values: List[(Arc, ConstraintRef)])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def mkBag: Bag[ConstraintRef]
def nodeConstraints(table: CTable): List[(RDFNode, (ShapeExpr, Option[List[SemAct]]))]
def pair2Json(pair: (Arc, ConstraintRef)): Json
def toJson: Json

Inherited methods

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