public class AnalysisContext
extends java.lang.Object
Constructor and Description |
---|
AnalysisContext() |
Modifier and Type | Method and Description |
---|---|
AnalysisData |
getData()
Returns the current context, consisting of a consistent combination of
a configuration and a data handle.
|
AttributeType.Hierarchy |
getHierarchy(AnalysisData context,
java.lang.String attribute)
Returns a generalization hierarchy for the attribute, if available.
|
Model |
getModel()
Returns the model.
|
ARXPopulationModel |
getPopulationModel()
Returns a population model for the given context
|
ModelEvent.ModelPart |
getTarget()
Gets the target.
|
void |
setModel(Model model)
Sets the model.
|
void |
setTarget(ModelEvent.ModelPart target)
Sets the target.
|
public AnalysisData getData()
public AttributeType.Hierarchy getHierarchy(AnalysisData context, java.lang.String attribute)
context
- attribute
- public Model getModel()
public ARXPopulationModel getPopulationModel()
public ModelEvent.ModelPart getTarget()
public void setModel(Model model)
model
- public void setTarget(ModelEvent.ModelPart target)
target
-