Uses of Class
org.xcsp.common.Types.TypeFramework
-
Packages that use Types.TypeFramework Package Description org.xcsp.common org.xcsp.modeler.implementation org.xcsp.parser org.xcsp.parser.callbacks -
-
Uses of Types.TypeFramework in org.xcsp.common
Methods in org.xcsp.common that return Types.TypeFramework Modifier and Type Method Description static Types.TypeFrameworkTypes.TypeFramework. valueOf(String name)Returns the enum constant of this type with the specified name.static Types.TypeFramework[]Types.TypeFramework. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Types.TypeFramework in org.xcsp.modeler.implementation
Methods in org.xcsp.modeler.implementation that return Types.TypeFramework Modifier and Type Method Description Types.TypeFrameworkProblemIMP. typeFramework() -
Uses of Types.TypeFramework in org.xcsp.parser
Fields in org.xcsp.parser declared as Types.TypeFramework Modifier and Type Field Description Types.TypeFrameworkXParser. typeFrameworkThe type of the framework used for the loaded instance. -
Uses of Types.TypeFramework in org.xcsp.parser.callbacks
Methods in org.xcsp.parser.callbacks with parameters of type Types.TypeFramework Modifier and Type Method Description voidXCallbacks. beginInstance(Types.TypeFramework type)Method called at the very beginning of the process of loading the XCSP3 instance.default voidXCallbacks2. beginInstance(Types.TypeFramework type)Methods called at Specific Moments
-