Package | Description |
---|---|
jadex.commons |
This package contains generic utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleParameterGuesser |
Modifier and Type | Method and Description |
---|---|
IParameterGuesser |
SimpleMethodParameterGuesser.getGuesser()
Get the guesser.
|
IParameterGuesser |
IMethodParameterGuesser.getGuesser()
Get the parameter guesser.
|
IParameterGuesser |
SimpleParameterGuesser.getParent()
Get the parent guesser.
|
IParameterGuesser |
IParameterGuesser.getParent()
Get the parent guesser.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleParameterGuesser.setParent(IParameterGuesser parent)
Set the parent.
|
void |
IParameterGuesser.setParent(IParameterGuesser parent)
Set the parent.
|
Constructor and Description |
---|
SimpleMethodParameterGuesser(IParameterGuesser pguesser)
Create a new guesser.
|
SimpleParameterGuesser(IParameterGuesser parent)
Create a new guesser.
|
SimpleParameterGuesser(IParameterGuesser parent,
Collection<?> values)
Create a new guesser.
|
Copyright © 2013. All Rights Reserved.