public class AnalysisContextContingency extends java.lang.Object implements AnalysisContextVisualization
Modifier and Type | Field and Description |
---|---|
java.lang.String |
attribute1
Context information.
|
java.lang.String |
attribute2
Context information.
|
AttributeType |
attributeType1
Context information.
|
AttributeType |
attributeType2
Context information.
|
DataType<?> |
dataType1
Context information.
|
DataType<?> |
dataType2
Context information.
|
DataHandle |
handle
Context information.
|
Model |
model
Context information.
|
Constructor and Description |
---|
AnalysisContextContingency(AnalysisContext context)
Creates a new context from the given context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isAttributeSelected(java.lang.String attribute)
Is the provided attribute selected according to the config?.
|
boolean |
isValid()
Is this a valid context.
|
public java.lang.String attribute1
public java.lang.String attribute2
public DataType<?> dataType1
public DataType<?> dataType2
public AttributeType attributeType1
public AttributeType attributeType2
public DataHandle handle
public Model model
public AnalysisContextContingency(AnalysisContext context)
context
- public boolean isAttributeSelected(java.lang.String attribute)
isAttributeSelected
in interface AnalysisContextVisualization
attribute
- public boolean isValid()
isValid
in interface AnalysisContextVisualization