com.uwyn.rife.engine
Class ResultStates
java.lang.Object
com.uwyn.rife.engine.ResultStates
- All Implemented Interfaces:
- Serializable, Cloneable
public class ResultStates
- extends Object
- implements Serializable, Cloneable
- See Also:
- Serialized Form
ResultStates
public ResultStates()
ResultStates
public ResultStates(ResultStates states)
regenerateId
public void regenerateId()
putAll
public void putAll(ResultStates states)
put
public void put(ElementResultState state)
getId
public String getId()
getModified
public long getModified()
entrySet
public Set<Map.Entry<String,ElementResultState>> entrySet()
size
public int size()
get
public ElementResultState get(String contextId)
remove
public ElementResultState remove(String contextId)
cloneForStateStore
public ResultStates cloneForStateStore(StateStore store)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.