Class MultiOutputFunction
java.lang.Object
com.infoteria.asteria.flowlibrary2.mapper.MappingItem
com.infoteria.asteria.flowlibrary2.mapper.Function
com.infoteria.asteria.flowlibrary2.mapper.MultiOutputFunction
- All Implemented Interfaces:
Cloneable,Comparable<MappingItem>
複数出力を持つマッパー関数の基底です。
-
Field Summary
Fields inherited from class com.infoteria.asteria.flowlibrary2.mapper.Function
LINK_UNBOUNDEDFields inherited from class com.infoteria.asteria.flowlibrary2.mapper.MappingItem
TYPE_MULTI_FIELD -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedMultiOutputFunction(false)と同じです。protectedMultiOutputFunction(boolean bDynamic) コンストラクタ -
Method Summary
Modifier and TypeMethodDescriptionclone()protected ValuegetSubValue(int n) n番目のサブ出力のValueを返します。protected ValuegetSubValue(String name) 引数nameの名前を持つサブ出力のValueを返します。protected int関数のサブ出力の個数を返しますprotected voidsetSubValueCount(int n) 関数のサブ出力の個数を設定します。 (出力が全部で2つの場合は1を設定します。)Methods inherited from class com.infoteria.asteria.flowlibrary2.mapper.Function
checkLicense, execute, getBaseDirectory, getFlowlibPath, getFunctionName, getInputList, getMaxInputCount, getMessage, getMessage, getMessage, getMessage, getMinInputCount, getOwner, getProperty, getProperty, getPropertyBoolean, getPropertyBoolean, getPropertyDouble, getPropertyDouble, getPropertyInteger, getPropertyInteger, getPropertyString, getPropertyString, init, internalInit, postCompile, registProperty, registProperty, setBaseDirectory, setOwner, termMethods inherited from class com.infoteria.asteria.flowlibrary2.mapper.MappingItem
beginMapping, compare, endMapping, getCanonicalName, getName
-
Constructor Details
-
MultiOutputFunction
protected MultiOutputFunction()MultiOutputFunction(false)と同じです。 -
MultiOutputFunction
protected MultiOutputFunction(boolean bDynamic) コンストラクタ- Parameters:
bDynamic- 出力数が動的に変化する場合はtrueを指定します。
-
-
Method Details