lmf.formula.csp.type
Class CspCompositeType

java.lang.Object
  extended by lmf.formula.csp.type.CspType
      extended by lmf.formula.csp.type.CspCompositeType

public final class CspCompositeType
extends CspType

CspCompositeType.

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

Constructor Summary
CspCompositeType(java.lang.String name, CspType... types)
           
 
Method Summary
 CspType[] getTypes()
           
 
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

CspCompositeType

public CspCompositeType(java.lang.String name,
                        CspType... types)
Method Detail

getTypes

public CspType[] getTypes()