public class ViewersComponentConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
ViewersComponentConfiguration(EMFScope _model,
java.util.Collection<IQuerySpecification<?>> _patterns) |
ViewersComponentConfiguration(EMFScope _scope,
java.util.Collection<IQuerySpecification<?>> _patterns,
ViewerDataFilter _filter) |
| Modifier and Type | Method and Description |
|---|---|
static ViewersComponentConfiguration |
fromQuerySpecFQNs(java.util.Collection<java.lang.String> fqns) |
static ViewersComponentConfiguration |
fromQuerySpecs(java.util.Collection<? extends IQuerySpecification<?>> specs) |
ViewerDataFilter |
getFilter() |
java.util.Collection<IQuerySpecification<?>> |
getPatterns() |
EMFScope |
getScope() |
ViewersComponentConfiguration |
newCopy() |
void |
setFilter(ViewerDataFilter filter) |
void |
setModel(EMFScope model) |
void |
setPatterns(java.util.Collection<IQuerySpecification<?>> patterns) |
public ViewersComponentConfiguration(EMFScope _scope, java.util.Collection<IQuerySpecification<?>> _patterns, ViewerDataFilter _filter)
public ViewersComponentConfiguration(EMFScope _model, java.util.Collection<IQuerySpecification<?>> _patterns)
public static ViewersComponentConfiguration fromQuerySpecs(java.util.Collection<? extends IQuerySpecification<?>> specs)
public static ViewersComponentConfiguration fromQuerySpecFQNs(java.util.Collection<java.lang.String> fqns)
public EMFScope getScope()
public void setModel(EMFScope model)
model - the model to setpublic java.util.Collection<IQuerySpecification<?>> getPatterns()
public void setPatterns(java.util.Collection<IQuerySpecification<?>> patterns)
patterns - the patterns to setpublic ViewerDataFilter getFilter()
public void setFilter(ViewerDataFilter filter)
filter - the filter to setpublic ViewersComponentConfiguration newCopy()