Description Usage Arguments Details Value Author(s) References See Also Examples
This queries the Omegahat manager for the names of
the different objects it manages for use
by .Java
, .JavaConstructor
and .OmegahatExpression
calls.
This allows the elements of either the named or anonymous or both databases
to be queried.
1 | getForeignReferences(which=c(named = TRUE, anonymous = FALSE))
|
which |
a logical vector identifying the named ( |
This uses the .Java
function to invoke the getReferences
method
of the Omegahat manager/evaluator.
This aids one to query and control the interface manager.
A list with the same length as the argument
which
. Each element is a list
of
This is not working as designed yet.
We need to add a converter for
an InterfaceReference
.
Duncan Temple Lang, John Chambers
http://www.omegahat.org/RSJava
1 2 3 4 5 6 7 | getForeignReferences()
# Just the named values
getForeignReferences(TRUE)
# Just the anonymous references
getForeignReferences(FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.