lmf.formula.csp.type
Class CspSequenceType

java.lang.Object
  extended by lmf.formula.csp.type.CspType
      extended by lmf.formula.csp.type.CspCollectionType
          extended by lmf.formula.csp.type.CspSequenceType

public final class CspSequenceType
extends CspCollectionType

CspSequenceType.

Author:
Joabe Jesus (jbjj@cin.ufpe.br)

Constructor Summary
CspSequenceType(CspType elemType)
           
 
Method Summary
 
Methods inherited from class lmf.formula.csp.type.CspCollectionType
getElemType
 
Methods inherited from class lmf.formula.csp.type.CspType
getName, match, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CspSequenceType

public CspSequenceType(CspType elemType)