vcFeedOptionFlowInfo
FeedOptionFlowInfo indicates an expanded direction (inexact location) in the product flow. Used by vcProductFeed objects, to be matched with Need objects available in the simulation.
Properties
| Name | Type | Access | Description | 
| FlowStep | vcProcessFlowStep | R | Specifies ProcessFlowStep | 
| GroupId | String | R | Specifies ProcessGroup's ID inside the FlowStep. Alternatively, user can use “” (empty string) to indicate that any matching ProcessGroup is fine.  | 
      
| Group | vcProcessGroup | R | Specifies vcProcessGroup object. In case a custom ID is used for GroupId, this will be None. | 
Methods
| Name | Return Type | Parameters | Description | 
| setStep | None | vcProcessFlowStep step | 
           Sets the FlowStep property. Resets Group to None and GroupId to “”, if such ProcessGroup is not present in the new FlowStep.  | 
      
| setGroup | None | 
           String groupId or vcProcessGroup group  | 
        
           Sets the GroupId and Group properties to match. If a custom Id is used, Group is set to None. If the new ProcessGroup cannot be found in the current FlowStep, FlowStep is set to None.  | 
      
Constructors
| Name | Return Type | Parameters | Description | 
| new | vcFeedOptionFlowInfo | None | 
           Creates an empty vcFeedOptionFlowInfo object with FlowStep=None, GroupId=””, Group=None  |