lmf.formula.csp.type
Class CspFunctionType

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

public class CspFunctionType
extends CspType

CspFunctionType.

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

Constructor Summary
CspFunctionType(java.lang.String name, CspType returnType, CspType... parametersTypes)
           
 
Method Summary
 CspType[] getParametersTypes()
           
 CspType getReturnType()
           
 void setReturnType(CspType value)
           
 
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

CspFunctionType

public CspFunctionType(java.lang.String name,
                       CspType returnType,
                       CspType... parametersTypes)
Method Detail

getReturnType

public CspType getReturnType()

setReturnType

public void setReturnType(CspType value)

getParametersTypes

public CspType[] getParametersTypes()