com.hammurapi.reasoning.impl
Class TokenInfo
java.lang.Object
com.hammurapi.reasoning.impl.TokenInfo
public class TokenInfo
- extends Object
Holds information about rule flow token.
- Author:
- Pavel Vlasov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenInfo
public TokenInfo()
TokenInfo
public TokenInfo(int parameterIndex,
Class<?> type)
getParameterIndex
public int getParameterIndex()
setParameterIndex
public void setParameterIndex(int parameterIndex)
- Parameter index - applicable to input pins and conclusion output pins.
Default value is -1 (invalid index).
- Parameters:
parameterIndex -
getType
public Class<?> getType()
setType
public void setType(Class<?> type)