public interface IMWEDescSet extends java.util.Set<IMWEDesc>
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<IInfMWEDesc> |
getInflectedMWEDescs()
Returns the set of inflected MWE desc objects contained herein.
|
java.util.Set<IRootMWEDesc> |
getRootMWEDescs()
Returns the set of root MWE desc objects contained herein.
|
void |
makeUnmodifiable()
Makes this set unmodifiable.
|
void makeUnmodifiable()
UnsupportedOperationException.java.util.Set<IRootMWEDesc> getRootMWEDescs()
java.util.Set<IInfMWEDesc> getInflectedMWEDescs()
Copyright © 2011 Massachusetts Institute of Technology. All Rights Reserved.