case class ChartConstraints[L](top: LabeledSpanConstraints[L], bot: LabeledSpanConstraints[L]) extends SpanConstraints with Serializable with Product
Has constraints relevant to building an epic.parser.RefinedParseChart, which is to say epic.constraints.LabeledSpanConstraints for top and bot cells.
- top
constraints for the top symbols of the parsechart
- bot
constraints for the bottom symbols of the parsechart
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChartConstraints
- Product
- Equals
- Serializable
- Serializable
- SpanConstraints
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
ChartConstraints(top: LabeledSpanConstraints[L], bot: LabeledSpanConstraints[L])
- top
constraints for the top symbols of the parsechart
- bot
constraints for the bottom symbols of the parsechart
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def &(other: ChartConstraints[L]): ChartConstraints[L]
-
def
&(other: SpanConstraints): SpanConstraints
- Definition Classes
- SpanConstraints
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(begin: Int, end: Int): Boolean
- Definition Classes
- SpanConstraints
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bot: LabeledSpanConstraints[L]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flatten: LabeledSpanConstraints[L]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasMaximalLabel(begin: Int, end: Int): Boolean
TODO
-
def
isAllowedSpan(begin: Int, end: Int): Boolean
- Definition Classes
- ChartConstraints → SpanConstraints
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
maxSpanLengthStartingAt(begin: Int): Int
- Definition Classes
- ChartConstraints → SpanConstraints
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val top: LabeledSpanConstraints[L]
-
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
- @throws( ... )
- def |(other: ChartConstraints[L]): ChartConstraints[L]
-
def
|(other: SpanConstraints): SpanConstraints
- Definition Classes
- SpanConstraints