Package net.ssehub.easy.varModel.model
Class EvaluationBlock
java.lang.Object
net.ssehub.easy.varModel.model.ModelElement
net.ssehub.easy.varModel.model.ContainableModelElement
net.ssehub.easy.varModel.model.EvaluationBlock
- All Implemented Interfaces:
IDatatypeVisitable,IModelElement
- Direct Known Subclasses:
FreezeBlock,PartialEvaluationBlock
An evaluation block consisting of constraints to be evaluated.
- Author:
- Marcel Lueder
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for serialization.EvaluationBlock(String name, IModelElement parent) Constructor for the evaluation block. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()Checks whether the evaluation block is empty.Methods inherited from class net.ssehub.easy.varModel.model.ContainableModelElement
accept, getNameSpace, getParent, getProject, getQualifiedName, getTopLevelParent, isTopLevel, setParentMethods inherited from class net.ssehub.easy.varModel.model.ModelElement
findAttribute, getComment, getName, getUniqueName, isTransparent, propagateAttribute, setComment, setName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.ssehub.easy.varModel.model.IModelElement
accept
-
Constructor Details
-
EvaluationBlock
public EvaluationBlock()Constructor for serialization. -
EvaluationBlock
Constructor for the evaluation block.- Parameters:
name- Name of the evaluation blockparent- the object, in which this specific one is embedded
-
-
Method Details
-
isEmpty
public boolean isEmpty()Checks whether the evaluation block is empty.- Returns:
- true if empty
-