context_, objectClass_| Constructor and Description |
|---|
AbstractBuilder(AbstractRecognizer abs,
BuilderContext builderContext) |
AbstractBuilder(java.lang.Class<? extends Profile> profileClass,
BuilderContext builderContext) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Profile |
build()
Builds and returns an instance of
Profile using information
from the BuildContext. |
BuilderContext |
getBuilderContext()
The context in which the Profile will be/has been built.
|
Profile |
getProfile()
The built Profile instance.
|
java.lang.Class |
getProfileClass()
The Profile type that will be created if
getProfile() is invoked. |
getContext, getObject, getObjectClass, getTypeForNarrowpublic AbstractBuilder(java.lang.Class<? extends Profile> profileClass, BuilderContext builderContext)
public AbstractBuilder(AbstractRecognizer abs, BuilderContext builderContext)
public java.lang.Class getProfileClass()
BuildergetProfile() is invoked.getProfileClass in interface Builderpublic final Profile getProfile()
BuildergetProfile in interface Builderpublic BuilderContext getBuilderContext()
BuildergetBuilderContext in interface Builder