public class ModelBuilder
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ModelBuilder(java.lang.String name,
java.lang.String revisionId,
MetaModel metaModel,
Decoder decoder,
ProcessingElement.Factory procElemFactory,
TemporaryVariables.Factory tempVarFactory) |
Modifier and Type | Method and Description |
---|---|
void |
addMode(IsaPrimitiveInfoAnd mode) |
void |
addOperation(IsaPrimitiveInfoAnd op) |
Model |
build() |
protected ModelBuilder(java.lang.String name, java.lang.String revisionId, MetaModel metaModel, Decoder decoder, ProcessingElement.Factory procElemFactory, TemporaryVariables.Factory tempVarFactory)
public final void addMode(IsaPrimitiveInfoAnd mode)
public final void addOperation(IsaPrimitiveInfoAnd op)
public final Model build()