类 StateMachineCellVO
java.lang.Object
org.hy.common.xml.SerializableClass
org.hy.common.xml.SerializableDef
org.hy.microservice.common.BaseViewMode
org.hy.microservice.common.state.StateMachineCellVO
- 所有已实现的接口:
Serializable,org.hy.common.Serializable
状态机模型的组成单元的交互层
- 版本:
- v1.0
- 作者:
- ZhengWei(HY)
- 另请参阅:
-
字段概要
从类继承的字段 org.hy.microservice.common.BaseViewMode
$StartupTime从类继承的字段 org.hy.common.xml.SerializableClass
myClass, propertyMethods -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明获取:操作动作String[]获取:最终状态String[]获取:开始状态获取:状态获取:状态转换路径voidsetActions(Map<String, String> i_Actions) 设置:操作动作voidsetEndStates(String[] i_EndStates) 设置:最终状态voidsetStartStates(String[] i_StartStates) 设置:开始状态voidsetStates(Map<String, StateInfoVO> i_States) 设置:状态voidsetTransitions(Transition[] i_Transitions) 设置:状态转换路径从类继承的方法 org.hy.microservice.common.BaseViewMode
getAppKey, getAuditResult, getAuditState, getAuditTime, getComment, getCreateTime, getCreateUserID, getDeviceNo, getDeviceType, getEndTime, getExpireTime, getIsDel, getIsShow, getIsValid, getOrderBy, getPageIndex, getPagePerCount, getProjectID, getRemarks, getServiceType, getStartIndex, getStartTime, getToken, getTotalCount, getUpdateTime, getUpdateUserID, getUserIcon, getUserID, getUserName, getUserType, setAppKey, setAuditResult, setAuditState, setAuditTime, setComment, setCreateTime, setCreateUserID, setDeviceNo, setDeviceType, setEndTime, setExpireTime, setIsDel, setIsShow, setIsValid, setOrderBy, setPageIndex, setPagePerCount, setProjectID, setRemarks, setServiceType, setStartTime, setToken, setTotalCount, setUpdateTime, setUpdateUserID, setUserIcon, setUserID, setUserName, setUserType, toCountInfo从类继承的方法 org.hy.common.xml.SerializableDef
clone, cloneSerializable, gatPropertyValue, getSetterMethod, init, initNotNull, setPropertyValue, setPropertyValue, toString从类继承的方法 org.hy.common.xml.SerializableClass
changeValues, changeValues, freeResource, gatDoc, gatDocs, gatDocs, gatDocsForever, gatDocsForever, gatDocsInfo, gatDocsInfo, gatDocsInfoForever, gatDocsInfoForever, gatPropertyName, gatPropertyShortName, gatPropertySize, gatPropertyValue, newObject, toMap, toMap, toMap, toMap从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 org.hy.common.Serializable
freeResource, gatPropertyName, gatPropertySize
-
构造器详细资料
-
StateMachineCellVO
public StateMachineCellVO() -
StateMachineCellVO
-
-
方法详细资料
-
getStates
获取:状态 -
setStates
设置:状态- 参数:
i_States- 状态
-
getActions
获取:操作动作 -
setActions
设置:操作动作- 参数:
i_Actions- 操作动作
-
getTransitions
获取:状态转换路径 -
setTransitions
设置:状态转换路径- 参数:
i_Transitions- 状态转换路径
-
getStartStates
获取:开始状态 -
setStartStates
设置:开始状态- 参数:
i_StartStates- 开始状态
-
getEndStates
获取:最终状态 -
setEndStates
设置:最终状态- 参数:
i_EndStates- 最终状态
-