com.sap.caf.eu.gp.process.api

Interface IGPTransition


public interface IGPTransition

Represents a transition from a source IGPBlockStructureItem and a IGPResultStateInfo to another IGPBlockStructureItem.


Method Summary
 String getResultStateName()
          Get the name of the result state.
 String getSourceItemID()
          Get the source IGPBlockStructureItem id.
 String getTargetItemID()
          Get the target IGPBlockStructureItem id.
 

Method Detail

getSourceItemID

public String getSourceItemID()
Get the source IGPBlockStructureItem id.

Returns:
the id of the the source item

getResultStateName

public String getResultStateName()
Get the name of the result state. This name identifies a IGPResultStateInfo in the scope of the source block item.

Returns:
the name of the result state

getTargetItemID

public String getTargetItemID()
Get the target IGPBlockStructureItem id.

Returns:
the id of the target item


Copyright 2006 SAP AG Complete Copyright Notice