feat2.config
クラス OutputConfig
java.lang.Object
feat2.config.Config
feat2.config.OutputConfig
- public class OutputConfig
- extends Config
出力の遷移の設定。
- 作成者:
- SUGIMOTO Ken-ichi
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputConfig
public OutputConfig()
getResponse
public Identifier getResponse()
setResponse
public void setResponse(Identifier response)
setOutputObjects
public void setOutputObjects(IdentifierList nameList)
addOutputMapping
public void addOutputMapping(Identifier localName,
Identifier outputName)
getOutputMapping
public OutputConfig.Mapping[] getOutputMapping()
getName
public Identifier getName()
- クラス
Config
の記述:
- 設定ノードのインスタンスの名前を返す。
- 定義:
- クラス
Config
内の getName
- 戻り値:
- 名前が無い場合はnullを返す
setName
public void setName(Identifier name)
getElementName
public java.lang.String getElementName()
- クラス
Config
の記述:
- 設定ファイルの要素名を返す。
- 定義:
- クラス
Config
内の getElementName
validate
public boolean validate(FeatErrors errs)
- 定義:
- クラス
Config
内の validate