sealed trait HasPriorJob[P] extends InhabitationBatchJob
An InhabitationBatchJob with more than one recorded job.
- P
the combined native Scala type of prior requests.
- Alphabetic
- By Inheritance
- HasPriorJob
- InhabitationBatchJob
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
abstract
type
RequestType
The native Scala type of the last request.
The native Scala type of the last request.
- Definition Classes
- InhabitationBatchJob
-
type
ResultType = (P, InhabitationResult[RequestType])
A combination of all native Scala inhabitation result types of this batch job.
A combination of all native Scala inhabitation result types of this batch job.
- Definition Classes
- HasPriorJob → InhabitationBatchJob
Abstract Value Members
-
abstract
val
priorJob: AuxWithResult[P]
The rest of the batch job, for requests made before the request for type
P. -
abstract
val
semanticTypes: Seq[Type]
All semantic types of the last request.
All semantic types of the last request. These are be joined in a big intersection as in inhabit.
- Definition Classes
- InhabitationBatchJob
-
abstract
val
typeTag: scala.reflect.api.JavaUniverse.WeakTypeTag[RequestType]
Reflected type information about the native Scala request type.
Reflected type information about the native Scala request type.
- Definition Classes
- InhabitationBatchJob
Concrete 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
-
def
addJob[R](semanticTypes: Type*)(implicit tag: scala.reflect.api.JavaUniverse.WeakTypeTag[R]): AuxWithPrior[R, ResultType]
Creates a new batch job, adding the request specified via
RandsemanticTypesto the requests in this job.Creates a new batch job, adding the request specified via
RandsemanticTypesto the requests in this job. The result type is composed by creating a tuple of the current result type and the newly requested typeR, whereResultTypeis the first component andRis the second component.- Definition Classes
- InhabitationBatchJob
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
enrichTaxonomyWithTargets(taxonomy: NativeTaxonomyBuilder): NativeTaxonomyBuilder
Collects subtype information about
RequestType.Collects subtype information about
RequestType.- Definition Classes
- HasPriorJob → InhabitationBatchJob
-
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] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
run(): ResultType
Runs this batch job, returning the current native scala
ResultType.Runs this batch job, returning the current native scala
ResultType.- Definition Classes
- InhabitationBatchJob
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
targets: Seq[Type]
Computes a sequence of all requested target types of this batch job.
Computes a sequence of all requested target types of this batch job.
- Definition Classes
- HasPriorJob → InhabitationBatchJob
-
def
toResult(resultGrammar: TreeGrammar): ResultType
Interpretes the tree grammar returned by the algorithm as the computed
ResultType, that is a combination of all requested native Scala types in this job.Interpretes the tree grammar returned by the algorithm as the computed
ResultType, that is a combination of all requested native Scala types in this job.- Definition Classes
- HasPriorJob → InhabitationBatchJob
-
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
- @native() @throws( ... )