demo #9

Merged
romanov73 merged 5 commits from 8-demo into master 2023-09-07 18:17:10 +04:00
Showing only changes of commit f39aa1c2b6 - Show all commits

View File

@ -0,0 +1,14 @@
package ru.ulstu.fc.rule.service;
public class Antecedent {
private String value;
private String description;
public String getValue() {
return value;
}
public String getDescription() {
return description;
}
}