Skip navigation links
oracle.rules.sdk.browser
Class Browser
java.lang.Object
java.util.AbstractMap
java.util.HashMap
oracle.rules.sdk.browser.Browser
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- Direct Known Subclasses:
- ClassBrowser, SchemaBrowser
- public class Browser
- extends java.util.HashMap
Browser sub-classes provide browsing of rule authoring objects. Repositories, Dictionaries, Java Classes, and XML Schemas are browsed by use of the appropriate sub-class of Browser. Refer to the appropriate sub-class for the operation of browsing a specific type.
All Browser sub-classes use nested NodeTable's to represent the parent child (hierarchial) relationship.
When browsing hierarchal structures (like java classes), the hierachy is represented by nested NodeTable collections. Each successively nested NodeTable is another level in the hierarchy.
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
PROP_EDITOR_DATA_MODEL
Key for oracle.rules.sdk.editor.datamodel.DataModel. |
static java.lang.String |
PROP_RULE_DICTIONARY
Key for oracle.rules.sdk.dictionary.RuleDictionary A get for this key will return the RuleDictionary. |
Method Summary |
java.lang.Object |
get(java.lang.Object key)
|
RuleDictionary |
getDictionary()
return RuleDictionary instance used to create the browser. |
void |
set(java.lang.Object key, java.lang.Object value)
|
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
PROP_EDITOR_DATA_MODEL
public static final java.lang.String PROP_EDITOR_DATA_MODEL
- Key for oracle.rules.sdk.editor.datamodel.DataModel. A get for this key will return the DataModel.
- See Also:
- Constant Field Values
PROP_RULE_DICTIONARY
public static final java.lang.String PROP_RULE_DICTIONARY
- Key for oracle.rules.sdk.dictionary.RuleDictionary A get for this key will return the RuleDictionary.
- See Also:
- Constant Field Values
Browser
public Browser()
getDictionary
public RuleDictionary getDictionary()
- return RuleDictionary instance used to create the browser.
-
- Returns:
- RuleDictionary
get
public java.lang.Object get(java.lang.Object key)
set
public void set(java.lang.Object key,
java.lang.Object value)
Skip navigation links
Copyright © 2006, Oracle. All rights reserved.