ConForM.CoopnTools.CoKer.ConstraintsMgr
Class ConstraintType

java.lang.Object
  |
  +--ConForM.CoopnTools.CoKer.ConstraintsMgr.ConstraintType
Direct Known Subclasses:
ConstraintTypeBoolean, ConstraintTypeHml, ConstraintTypeNatural

public abstract class ConstraintType
extends java.lang.Object

Semantic representation of a ConstraintModule. Build when user wants to "check" the semantic of a constraints module


Method Summary
 java.lang.String toString()
           
abstract  java.lang.String type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

type

public abstract java.lang.String type()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object