|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMWEDescSet
A set of MWE description objects that provides methods to retrieve the root and inflected MWE descriptions it contains.
Method Summary | |
---|---|
Set<IInfMWEDesc> |
getInflectedMWEDescs()
Returns the set of inflected MWE desc objects contained herein. |
Set<IRootMWEDesc> |
getRootMWEDescs()
Returns the set of root MWE desc objects contained herein. |
void |
makeUnmodifiable()
Makes this set unmodifiable. |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Method Detail |
---|
void makeUnmodifiable()
UnsupportedOperationException
.
Set<IRootMWEDesc> getRootMWEDescs()
Set<IInfMWEDesc> getInflectedMWEDescs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |