final case class Pattern(fields: Set[IRField], topology: ListMap[IRField, Connection], properties: Map[IRField, MapExpression] = Map.empty, baseFields: Map[IRField, IRField] = Map.empty) extends Binds with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Pattern
- Serializable
- Serializable
- Product
- Equals
- Binds
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Pattern(fields: Set[IRField], topology: ListMap[IRField, Connection], properties: Map[IRField, MapExpression] = Map.empty, baseFields: Map[IRField, IRField] = Map.empty)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
++(other: Pattern): Pattern
Fuse patterns but fail if they disagree in the definitions of elements or connections
Fuse patterns but fail if they disagree in the definitions of elements or connections
- returns
A pattern that contains all elements and connections of their input
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val baseFields: Map[IRField, IRField]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def components: Set[Pattern]
- def connectionsFor(node: IRField): Map[IRField, Connection]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val fields: Set[IRField]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- lazy val nodes: Set[IRField]
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val properties: Map[IRField, MapExpression]
- lazy val rels: Set[IRField]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val topology: ListMap[IRField, Connection]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withBaseField(field: IRField, baseOpt: Option[IRField]): Pattern
- def withConnection(key: IRField, connection: Connection, propertiesOpt: Option[MapExpression] = None): Pattern
- def withElement(field: IRField, propertiesOpt: Option[MapExpression] = None): Pattern