lmf.formula.csp.type
Class CspFunctionType
java.lang.Object
lmf.formula.csp.type.CspType
lmf.formula.csp.type.CspFunctionType
public class CspFunctionType
- extends CspType
CspFunctionType.
- Author:
- Joabe Jesus (jbjj@cin.ufpe.br)
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CspFunctionType
public CspFunctionType(java.lang.String name,
CspType returnType,
CspType... parametersTypes)
getReturnType
public CspType getReturnType()
setReturnType
public void setReturnType(CspType value)
getParametersTypes
public CspType[] getParametersTypes()