public final class SofaMappingFactory extends Object
Modifier and Type | Method and Description |
---|---|
static SofaMapping |
createSofaMapping(Class<? extends AnalysisComponent> componentClass,
String componentSofaName,
String aggregateSofaName)
create a sofa mapping using the component class rather than the component name
|
static SofaMapping |
createSofaMapping(String componentKey,
String componentSofaName,
String aggregateSofaName)
This method creates a sofa mapping which is useful for mapping view names in individual
components used in aggregate analysis engines to the view names used by the aggregate.
|
public static SofaMapping createSofaMapping(String componentKey, String componentSofaName, String aggregateSofaName)
componentKey
- the key/name used by the aggregate analysis engine for the component whose view is
being mapped.componentSofaName
- the sofa name used by the the componentaggregateSofaName
- the view name that the component name is mapped to and used by the aggregate analysis
enginepublic static SofaMapping createSofaMapping(Class<? extends AnalysisComponent> componentClass, String componentSofaName, String aggregateSofaName)
Copyright © 2012–2013 The Apache Software Foundation. All rights reserved.