org.wiperdog.jobmanager
Interface Predecessor

All Known Subinterfaces:
JobReceiver, Operator, Receiver
All Known Implementing Classes:
AbstractOperator, AndOperator, CounterOperator, JobReceiverImpl, NotOperator, OrOperator, PseudoReceiver, XorOperator

public interface Predecessor


Method Summary
 void addOutFlow(Flow f)
          下流要素を追加
 void deleteOutFlow(Flow f)
          下流要素を削除
 Flow[] getOutFlows()
          出力先一覧を取得
 

Method Detail

addOutFlow

void addOutFlow(Flow f)
                throws ConditionBoardException
下流要素を追加

Parameters:
f - 下流要素のFlowインタフェース
Throws:
ConditionBoardException

deleteOutFlow

void deleteOutFlow(Flow f)
                   throws ConditionBoardException
下流要素を削除

Parameters:
f - 下流要素のFlowインタフェース
Throws:
ConditionBoardException

getOutFlows

Flow[] getOutFlows()
出力先一覧を取得

Returns:


Copyright © 2013. All Rights Reserved.