public final class ParameterizedContextFactory extends Object
Modifier and Type | Method and Description |
---|---|
static OverlapAnalysisContext |
createContext(String contextIdentifier)
Creates context based on the input parameter.
|
static OverlapAnalysisContext<ShapeDescriptor,byte[]> |
screen3d(Set<String> params)
Parameterized context for screen3d.
|
static OverlapAnalysisContext<DRShapeDescriptor,byte[]> |
screen3dr(Set<String> params)
Parameterized context for screen3d.
|
public static OverlapAnalysisContext<ShapeDescriptor,byte[]> screen3d(Set<String> params)
public static OverlapAnalysisContext<DRShapeDescriptor,byte[]> screen3dr(Set<String> params)
public static OverlapAnalysisContext createContext(String contextIdentifier)
contextIdentifier
- the context identifier for default or parameterized contexts.
The input parameter can be either a name of a method in
OverlapAnalysisContextFactory
or a parameterized context with the following syntax: OverlapAnalysisContextFactory
".
Whitespace characters cannot be used in optional parameters string. e.g:
IllegalArgumentException
- if no context could be created for the given input.