org.smartcomps.twister.engine.priv.core.dynamic
Interface ValuedProperty
- All Known Implementing Classes:
- ValuedPropertyImpl
- public interface ValuedProperty
A pair of key/value hold by a process instance to form the key of this
instance. Therefore a process instance can be found using the values
of its ValuedProperty objects, uniquely when they are grouped through
a CorrelationSet.
- See Also:
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
Copyright © 2003 SmartComps. All Rights Reserved.