public abstract class AbstractLabelSetFactory extends Object implements LabelSetFactory
| 构造器和说明 |
|---|
AbstractLabelSetFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
<E extends LabelElement> |
createLabelSet(String name,
cn.weforward.protocol.ext.ObjectMapper<E> mapper)
创建labelset
|
protected abstract <E extends LabelElement> |
doCreateLabelSet(String name,
cn.weforward.protocol.ext.ObjectMapper<E> mapper) |
<E extends LabelElement> |
getLabelSet(String name)
获取lebelset
|
Iterator<LabelSet<? extends LabelElement>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic Iterator<LabelSet<? extends LabelElement>> iterator()
iterator 在接口中 Iterable<LabelSet<? extends LabelElement>>public <E extends LabelElement> LabelSet<E> createLabelSet(String name, cn.weforward.protocol.ext.ObjectMapper<E> mapper)
LabelSetFactorycreateLabelSet 在接口中 LabelSetFactoryE - 元素类name - 集合名mapper - 映射表public <E extends LabelElement> LabelSet<E> getLabelSet(String name)
LabelSetFactorygetLabelSet 在接口中 LabelSetFactoryE - 元素类name - 集合名protected abstract <E extends LabelElement> LabelSet<E> doCreateLabelSet(String name, cn.weforward.protocol.ext.ObjectMapper<E> mapper)
Copyright © 2021. All rights reserved.