public class SemRegIndex extends java.lang.Object
| Constructor and Description |
|---|
SemRegIndex()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getActiveClassNames()
getActiveClassNames Finds the active domain of class names of the index
|
static void |
main(java.lang.String[] args)
The main program for the SemRegIndex class
|
java.util.Vector |
search(java.lang.String classname)
search default case.
|
java.util.Vector |
search(java.lang.String classname,
boolean approx)
search A simple search implementation that finds actors in the index
(identified via their paths) that instantiate the classname.
|
public SemRegIndex()
public java.util.Vector getActiveClassNames()
public java.util.Vector search(java.lang.String classname)
classname - Description of the Parameterpublic java.util.Vector search(java.lang.String classname, boolean approx)
classname - Description of the Parameterapprox - Description of the Parameterpublic static void main(java.lang.String[] args)
args - The command line arguments