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 $

コンストラクタの概要
AttributedElementUpdater()
           
 
メソッドの概要
static
<T extends Attribute>
void
updateAttributes(AttributedElement<T> element, Attribute[] attributes, Map<String,Class<?>> elementProperties)
          属性配列を設定する。
 
クラス 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 - 要素のプロパティリスト