Package org.xcsp.common
Class Types.SpecialClass
- java.lang.Object
-
- org.xcsp.common.Types.SpecialClass
-
- All Implemented Interfaces:
Types.TypeClass
- Enclosing class:
- Types
public static class Types.SpecialClass extends Object implements Types.TypeClass
The class that allows the user to define his own classes
-
-
Constructor Summary
Constructors Constructor Description SpecialClass(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
ccname()
Returns the camel case name of this constant (for example, clues, or symmetryBreaking)boolean
equals(Object o)
int
hashCode()
-
-
-
Constructor Detail
-
SpecialClass
public SpecialClass(String name)
-
-
Method Detail
-
ccname
public String ccname()
Description copied from interface:Types.TypeClass
Returns the camel case name of this constant (for example, clues, or symmetryBreaking)- Specified by:
ccname
in interfaceTypes.TypeClass
-
-