class CachedChartConstraintsFactory[L, W] extends Factory[L, W] with Serializable
A CoreGrammar that relies on a file cache, which stores a Map[IndexedSeq[W], CoreAnchoring] and a backoff grammar. Currently, only epic.parser.projections.PrecacheConstraints creates these.
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CachedChartConstraintsFactory
- Serializable
- Serializable
- Factory
- Factory
- Has2
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CachedChartConstraintsFactory(backoff: Factory[L, W], name: String = "parseConstraints")(implicit broker: CacheBroker)
- new CachedChartConstraintsFactory(backoff: Factory[L, W], cache: Map[IndexedSeq[W], ChartConstraints[L]])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val backoff: Factory[L, W]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
constraints(w: IndexedSeq[W]): ChartConstraints[L]
- Definition Classes
- CachedChartConstraintsFactory → Factory → Factory
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def get(h: IndexedSeq[W]): SpanConstraints
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
|(cf: Factory[L, W]): OrFactory[L, W]
- Definition Classes
- Factory
-
def
|(other: Factory[W]): UnionFactory[W]
- Definition Classes
- Factory