Package rules.impl
Class NegativeRule
- java.lang.Object
-
- rules.AbstractRule
-
- rules.impl.NegativeRule
-
- All Implemented Interfaces:
IRulesDefinition
public class NegativeRule extends AbstractRule
-
-
Field Summary
-
Fields inherited from class rules.AbstractRule
appliedList, contextModelAbs, errorList, hierarchicalContextAbs, recordCompare
-
-
Constructor Summary
Constructors Constructor Description NegativeRule(ContextModelAbstraction contextModelAbs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
applyRule(org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour seff)
Abstract method, different implementation depending on ruleset-
Methods inherited from class rules.AbstractRule
applyRuleToModel, createRecord, executeRule, getErrors, getNumberOfRecords, isRemoveNegative
-
-
-
-
Constructor Detail
-
NegativeRule
public NegativeRule(ContextModelAbstraction contextModelAbs)
-
-
Method Detail
-
applyRule
public boolean applyRule(org.palladiosimulator.pcm.seff.ResourceDemandingBehaviour seff)
Description copied from class:AbstractRule
Abstract method, different implementation depending on ruleset- Specified by:
applyRule
in classAbstractRule
- Returns:
-
-