de.uni_paderborn.fujaba.sequencer
Class Seq

java.lang.Object
  extended byde.uni_paderborn.fujaba.sequencer.Flow
      extended byde.uni_paderborn.fujaba.sequencer.Seq

public class Seq
extends Flow

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.30 $
Author:
$Author: schneider $

Constructor Summary
Seq()
           
 
Method Summary
 void add(Flow flow)
          No comment provided by developer, please add a comment to improve documentation.
 OOGenToken generateSourceCode(OOGenToken firstToken, OOGenToken lastToken)
          No comment provided by developer, please add a comment to improve documentation.
 OOGenToken generateSourceCode(OOGenToken firstToken, OOGenToken lastToken, OOExpression headExpression)
          No comment provided by developer, please add a comment to improve documentation.
 de.upb.tools.fca.FLinkedList getItems()
          Get the items attribute of the Seq object
 java.lang.Object getLastOfItems()
          Get the lastOfItems attribute of the Seq object
 boolean isEmpty()
          Get the empty attribute of the Seq object
 void removeLastFlowActivity(FlowActivity flowActivity)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Seq

public Seq()
Method Detail

getItems

public de.upb.tools.fca.FLinkedList getItems()
Get the items attribute of the Seq object

Returns:
The items value

add

public void add(Flow flow)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
flow - No description provided

isEmpty

public boolean isEmpty()
Get the empty attribute of the Seq object

Returns:
The empty value

getLastOfItems

public java.lang.Object getLastOfItems()
Get the lastOfItems attribute of the Seq object

Returns:
The lastOfItems value

removeLastFlowActivity

public void removeLastFlowActivity(FlowActivity flowActivity)
No comment provided by developer, please add a comment to improve documentation.

Overrides:
removeLastFlowActivity in class Flow
Parameters:
flowActivity - No description provided

generateSourceCode

public OOGenToken generateSourceCode(OOGenToken firstToken,
                                     OOGenToken lastToken,
                                     OOExpression headExpression)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
firstToken - No description provided
lastToken - No description provided
headExpression - No description provided
Returns:
No description provided

generateSourceCode

public OOGenToken generateSourceCode(OOGenToken firstToken,
                                     OOGenToken lastToken)
No comment provided by developer, please add a comment to improve documentation.

Overrides:
generateSourceCode in class Flow
Parameters:
firstToken - No description provided
lastToken - No description provided
Returns:
No description provided

toString

public java.lang.String toString()
Overrides:
toString in class Flow
Returns:
short string representation of current object