public class HasMWEIndex extends java.lang.Object implements IHasMWEIndex
Constructor and Description |
---|
HasMWEIndex(IMWEIndex index)
Constructs a new object that has a pointer to an MWE index
|
Modifier and Type | Method and Description |
---|---|
IMWEIndex |
getMWEIndex()
Returns the index this object wraps.
|
public HasMWEIndex(IMWEIndex index)
index
- the index wrapped by this objectjava.lang.NullPointerException
- if the specified index is null
public IMWEIndex getMWEIndex()
IHasMWEIndex
getMWEIndex
in interface IHasMWEIndex
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.