lmf.formula.csp.type
Class CspCollectionType

java.lang.Object
  extended by lmf.formula.csp.type.CspType
      extended by lmf.formula.csp.type.CspCollectionType
Direct Known Subclasses:
CspSequenceType, CspSetType

public abstract class CspCollectionType
extends CspType

CspCollectionType.

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

Constructor Summary
CspCollectionType(java.lang.String name, CspType elemType)
           
 
Method Summary
 CspType 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

CspCollectionType

public CspCollectionType(java.lang.String name,
                         CspType elemType)
Method Detail

getElemType

public CspType getElemType()