All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openfact.models.OpenfactSession Maven / Gradle / Ivy

package org.openfact.models;

public interface OpenfactSession {

    OpenfactContext getContext();

    Object getAttribute(String attribute);
    Object removeAttribute(String attribute);
    void setAttribute(String name, Object value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy