Skip to content

Commit f8c59f8

Browse files
author
“jklein94”
committed
Added missing javadoc EpistemicArgumentationFramework.java
1 parent 48fdc8f commit f8c59f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

org-tweetyproject-arg-eaf/src/main/java/org/tweetyproject/arg/eaf/syntax/EpistemicArgumentationFramework.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ private void findMaximalSetsRecursive(Set<Labeling> currentSet,
734734
/**
735735
* Computes if the given newConstraint is stronger than the underlying constraint of the EAF.
736736
* A constraint φ₁ is stronger than φ₂ if, whenever a set of labelings SL satisfies φ₁, it also satisfies φ₂.
737-
*
737+
* @param w the semantics for which to test if constraint is stronger
738738
* @param newConstraint a string representing the constraint
739739
* @return w the semantics for which to test if constraint is stronger
740740
*/
@@ -755,6 +755,7 @@ public boolean isStrongerConstraint(String newConstraint, Semantics w) {
755755
* A constraint φ₁ is stronger than φ₂ if whenever a set of labelings SL satisfies φ₁, it also satisfies φ₂.
756756
*
757757
* @param newConstraint a FolFormula representing the constraint
758+
* @param w the semantics for which to test if constraint is stronger
758759
* @return w the semantics for which to test if constraint is stronger
759760
*/
760761
public boolean isStrongerConstraint(FolFormula newConstraint, Semantics w) {

0 commit comments

Comments
 (0)