Class DeclarationInContainerFinder

java.lang.Object
net.ssehub.easy.varModel.model.filter.DeclarationInContainerFinder
All Implemented Interfaces:
ICustomDatatypeVisitor, IModelVisitor

public class DeclarationInContainerFinder extends Object implements IModelVisitor
Tests whether a ContainableModelElement is a DecisionVariableDeclaration or an AttributeAssignment. In case of a DecisionVariableDeclaration the DecisionVariableDeclaration will be returned. In case of an AttributeAssignment all nested DecisionVariableDeclarations will be returned.
Author:
El-Sharkawy