Class ODSubConstraint
java.lang.Object
de.monticore.tf.odrules.subConstraints.ODSubConstraint
Created by Alexander Wilts on 10.11.2016.
Objects of type ODSubConstraint represent modules of constraints that can be checked independently.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConstrExprFor(String dependencyName) booleanisDependendOn(ASTMatchingObject object) boolean
-
Field Details
-
dependVars
-
constrExpr
-
optionalInOrPresent
public boolean optionalInOrPresent
-
-
Constructor Details
-
ODSubConstraint
-
ODSubConstraint
public ODSubConstraint()
-
-
Method Details
-
isOptionalInOrPresent
public boolean isOptionalInOrPresent() -
getDependVars
-
isDependendOn
-
getConstrExpr
-
getConstrExprFor
-