org.drools.client.KnowledgeBaseCommand Maven / Gradle / Ivy
package org.drools.client;
import java.io.Serializable;
import java.util.List;
public class KnowledgeBaseCommand implements Serializable {
private int id;
private KnowledgeBaseCommandName name;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy