jp.go.nict.langrid.foundation
クラス AttributedElementUpdater
java.lang.Object
jp.go.nict.langrid.foundation.AttributedElementUpdater
public class AttributedElementUpdater
- extends Object
属性付きの要素を更新する機能を提供する。
- バージョン:
- $Revision: 10438 $
- 作成者:
- $Author: Takao Nakaguchi $
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributedElementUpdater
public AttributedElementUpdater()
updateAttributes
public static <T extends Attribute> void updateAttributes(AttributedElement<T> element,
Attribute[] attributes,
Map<String,Class<?>> elementProperties)
- 属性配列を設定する。
プロパティに含まれるものは無視する。
- 型パラメータ:
T
- アトリビュートの型- パラメータ:
element
- 要素attributes
- 属性配列elementProperties
- 要素のプロパティリスト