VarTable

es.weso.shex.VarTable
See theVarTable companion object
case class VarTable(table: Map[VarName, List[RDFNode]])

Attributes

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

Members list

Concise view

Value members

Concrete methods

def get(name: VarName): List[RDFNode]
def set(name: VarName, nodes: List[RDFNode]): VarTable

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product