Class StreamPreparatorBuilder
- java.lang.Object
-
- ru.ispras.microtesk.test.template.StreamPreparatorBuilder
-
public final class StreamPreparatorBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
StreamPreparatorBuilder(LabelManager memoryMap, MetaAddressingMode metaData, MetaAddressingMode metaIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCall(AbstractCall call)
void
beginInitMethod()
void
beginReadMethod()
void
beginWriteMethod()
StreamPreparator
build()
void
endMethod()
Primitive
getDataSource()
Primitive
getIndexSource()
LabelValue
getStartLabel()
-
-
-
Constructor Detail
-
StreamPreparatorBuilder
protected StreamPreparatorBuilder(LabelManager memoryMap, MetaAddressingMode metaData, MetaAddressingMode metaIndex)
-
-
Method Detail
-
getDataSource
public Primitive getDataSource()
-
getIndexSource
public Primitive getIndexSource()
-
getStartLabel
public LabelValue getStartLabel()
-
beginInitMethod
public void beginInitMethod()
-
beginReadMethod
public void beginReadMethod()
-
beginWriteMethod
public void beginWriteMethod()
-
endMethod
public void endMethod()
-
addCall
public void addCall(AbstractCall call)
-
build
public StreamPreparator build()
-
-