net.kwfgrid.gwes
Class TokenParameterList

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractList<E>
          extended by java.util.ArrayList<TokenParameter>
              extended by net.kwfgrid.gwes.TokenParameterList
All Implemented Interfaces:
Serializable, Cloneable, Iterable<TokenParameter>, Collection<TokenParameter>, List<TokenParameter>, RandomAccess

public class TokenParameterList
extends ArrayList<TokenParameter>

Version:
$Id: TokenParameterList.java 1419 2010-11-01 14:12:17Z hoheisel $
Author:
Andreas Hoheisel (www.andreas-hoheisel.de)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
TokenParameterList()
           
 
Method Summary
 net.kwfgrid.gworkflowdl.structure.Token getFirstTokenWith(String edgeExpression)
          Get first token that corresponds to a token parameter with a specified edge expression.
 TokenParameter getFirstWith(String edgeExpression)
          Get first token parameter with a specified edge expression.
 
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize
 
Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, removeAll, retainAll, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, removeAll, retainAll, subList
 

Constructor Detail

TokenParameterList

public TokenParameterList()
Method Detail

getFirstWith

public final TokenParameter getFirstWith(String edgeExpression)
Get first token parameter with a specified edge expression.

Parameters:
edgeExpression -
Returns:
The token parameter or null if there is no token parameter with the specified edge expression.

getFirstTokenWith

public final net.kwfgrid.gworkflowdl.structure.Token getFirstTokenWith(String edgeExpression)
Get first token that corresponds to a token parameter with a specified edge expression.

Parameters:
edgeExpression -
Returns:
The token or null if there is no token with the specified edge expression.


Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.