com.massisframework.massis.ai.sposh.SPOSHLogicProperty Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of massis-ai-sposh Show documentation
Show all versions of massis-ai-sposh Show documentation
SPOSH High Level Controller
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.massisframework.massis.ai.sposh;
/**
*
* @author Rafael Pax
*/
public enum SPOSHLogicProperty {
SENDER, MESSAGES, TYPE, ANY,IS_SPOSH;
}