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 Stringccname()Returns the camel case name of this constant (for example, clues, or symmetryBreaking)booleanequals(Object o)inthashCode()
-
-
-
Constructor Detail
-
SpecialClass
public SpecialClass(String name)
-
-
Method Detail
-
ccname
public String ccname()
Description copied from interface:Types.TypeClassReturns the camel case name of this constant (for example, clues, or symmetryBreaking)- Specified by:
ccnamein interfaceTypes.TypeClass
-
-