public interface InputRecipe extends ReteNodeRecipe
The following features are supported:
RecipesPackage.getInputRecipe()
Modifier and Type | Method and Description |
---|---|
int |
getArity() |
java.lang.Object |
getInputKey()
Returns the value of the 'Input Key' attribute.
|
int |
getKeyArity()
Returns the value of the 'Key Arity' attribute.
|
java.lang.String |
getKeyID()
Returns the value of the 'Key ID' attribute.
|
void |
setInputKey(java.lang.Object value)
Sets the value of the '
Input Key ' attribute. |
void |
setKeyArity(int value)
Sets the value of the '
Key Arity ' attribute. |
void |
setKeyID(java.lang.String value)
Sets the value of the '
Key ID ' attribute. |
getTraceInfo, setTraceInfo
java.lang.Object getInputKey()
If the meaning of the 'Input Key' attribute isn't clear, there really should be more of a description here...
setInputKey(Object)
,
RecipesPackage.getInputRecipe_InputKey()
void setInputKey(java.lang.Object value)
Input Key
' attribute.
value
- the new value of the 'Input Key' attribute.getInputKey()
java.lang.String getKeyID()
setKeyID(String)
,
RecipesPackage.getInputRecipe_KeyID()
void setKeyID(java.lang.String value)
Key ID
' attribute.
value
- the new value of the 'Key ID' attribute.getKeyID()
int getKeyArity()
If the meaning of the 'Key Arity' attribute isn't clear, there really should be more of a description here...
setKeyArity(int)
,
RecipesPackage.getInputRecipe_KeyArity()
void setKeyArity(int value)
Key Arity
' attribute.
value
- the new value of the 'Key Arity' attribute.getKeyArity()
int getArity()
getArity
in interface ReteNodeRecipe