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

aima.core.agent.impl.DynamicState Maven / Gradle / Ivy

package aima.core.agent.impl;

import aima.core.agent.State;

/**
 * @author Ciaran O'Reilly
 */
public class DynamicState extends ObjectWithDynamicAttributes implements State {
	public DynamicState() {

	}

	@Override
	public String describeType() {
		return State.class.getSimpleName();
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy