
| Modifier and Type | Field and Description |
|---|---|
String |
commandName |
DictionaryCommand |
dictionaryCommand |
Object |
goal |
Object[] |
invocationParameters |
Method |
method |
| Constructor and Description |
|---|
DictionarySearchResult(Object goal,
DictionaryCommand dictionaryCommand,
String commandName,
Method method,
Object... invocationParameters)
builds the data by using a dictionary
|
DictionarySearchResult(Object goal,
String commandName,
Object... parameters)
build the data without a dictionary
|
public Object goal
public DictionaryCommand dictionaryCommand
public String commandName
public Method method
public Object[] invocationParameters
public DictionarySearchResult(Object goal, DictionaryCommand dictionaryCommand, String commandName, Method method, Object... invocationParameters)
goal - dictionaryCommand - commandName - method - invocationParameters - Copyright © 2015 LSST. All rights reserved.