public class Rule extends Object
| Constructor and Description |
|---|
Rule(String name,
boolean isActive,
Map<String,Setting> settings,
Collection<ElementConvention> elementConventions,
Collection<ModelConvention> modelConventions) |
| Modifier and Type | Method and Description |
|---|---|
void |
deactivate() |
Collection<ElementConvention> |
getElementConventions() |
Collection<ModelConvention> |
getModelConventions() |
String |
getName() |
Map<String,Setting> |
getSettings() |
boolean |
isActive() |
public Rule(String name, boolean isActive, Map<String,Setting> settings, Collection<ElementConvention> elementConventions, Collection<ModelConvention> modelConventions)
public String getName()
public boolean isActive()
public Collection<ElementConvention> getElementConventions()
public Collection<ModelConvention> getModelConventions()
public void deactivate()
Copyright © 2017 viadee Unternehmensberatung GmbH. All rights reserved.