Pattern

sealed trait Pattern[V <: HList]
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def relations: List[RelChoice[V, _ <: HList]]
def vertexCount: Int
def vertexSet: Set[Int]

Concrete methods

def +[L <: HList](rel: RelChoice[V, L]): Pattern[V]
final override def equals(other: Any): Boolean
Definition Classes
Any
final override def hashCode: Int
Definition Classes
Any
def isCovered: Boolean
def orient[L <: HList](r: Rel[L]): OrientedPattern[V, L]