lmf.formula.csp.semantic.declaration
Class CspSubtypeDeclaration

java.lang.Object
  extended by lmf.formula.csp.semantic.declaration.CspDeclaration
      extended by lmf.formula.csp.semantic.declaration.CspTypeDeclaration
          extended by lmf.formula.csp.semantic.declaration.CspDatatypeDeclaration
              extended by lmf.formula.csp.semantic.declaration.CspSubtypeDeclaration

public final class CspSubtypeDeclaration
extends CspDatatypeDeclaration

CspSubtypeDeclaration.

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

Constructor Summary
CspSubtypeDeclaration(java.lang.String name, CspType type)
           
 
Method Summary
 CspDatatypeDeclaration getParentDatatype()
           
 void setParentDatatype(CspDatatypeDeclaration value)
           
 
Methods inherited from class lmf.formula.csp.semantic.declaration.CspDeclaration
getCspType, getName, getNode, getScopeLevel, setCspType, setName, setNode, setScopeLevel, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CspSubtypeDeclaration

public CspSubtypeDeclaration(java.lang.String name,
                             CspType type)
Method Detail

getParentDatatype

public CspDatatypeDeclaration getParentDatatype()

setParentDatatype

public void setParentDatatype(CspDatatypeDeclaration value)