public class MediaExpressionImpl extends AbstractRule<Term<?>> implements MediaExpression
| Modifier and Type | Field and Description |
|---|---|
protected String |
feature |
hash, listmodCount| Constructor and Description |
|---|
MediaExpressionImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeature()
Obtains the name of the tested feature.
|
void |
setFeature(String feature)
Sets the feature name.
|
String |
toString() |
add, add, asList, equals, get, hashCode, iterator, remove, replaceAll, set, size, unlockaddAll, clear, indexOf, lastIndexOf, listIterator, listIterator, removeRange, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitasList, replaceAll, unlockadd, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArrayparallelStream, removeIf, streamprotected String feature
public String getFeature()
MediaExpressiongetFeature in interface MediaExpressionpublic void setFeature(String feature)
MediaExpressionsetFeature in interface MediaExpressionfeature - The feature name;public String toString()
toString in class AbstractCollection<Term<?>>Copyright © 2019. All rights reserved.