Uses of Class
org.xcsp.common.Types.TypeCtr
-
Packages that use Types.TypeCtr Package Description org.xcsp.common org.xcsp.parser.entries -
-
Uses of Types.TypeCtr in org.xcsp.common
Methods in org.xcsp.common that return Types.TypeCtr Modifier and Type Method Description static Types.TypeCtr
Types.TypeCtr. valueOf(String name)
Returns the enum constant of this type with the specified name.static Types.TypeCtr[]
Types.TypeCtr. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xcsp.common with parameters of type Types.TypeCtr Modifier and Type Method Description boolean
Types.TypeCtr. oneOf(Types.TypeCtr... types)
Returnstrue
iff this type is one of the specified types. -
Uses of Types.TypeCtr in org.xcsp.parser.entries
Fields in org.xcsp.parser.entries declared as Types.TypeCtr Modifier and Type Field Description Types.TypeCtr
XConstraints.XCtr. type
The type of the constraint.Types.TypeCtr
XConstraints.XLogic. type
The type of the meta-constraint.Methods in org.xcsp.parser.entries that return Types.TypeCtr Modifier and Type Method Description Types.TypeCtr
XConstraints.XCtr. getType()
Returns the type of the constraint.Types.TypeCtr
XConstraints.XLogic. getType()
Returns the type of the meta-constraint.Constructors in org.xcsp.parser.entries with parameters of type Types.TypeCtr Constructor Description XCtr(Types.TypeCtr type, XConstraints.CChild... childs)
Build an object representing a stand-alone constraint (template).XLogic(Types.TypeCtr type, XConstraints.CEntryReifiable... components)
-