lmf.formula.csp.type
Class CspProcessType

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

public final class CspProcessType
extends CspType

CspProcessType.

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

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

Constructor Detail

CspProcessType

public CspProcessType()
Method Detail

match

public boolean match(CspType cspType)
Overrides:
match in class CspType