Uses of Class
org.jacop.core.Domain
Packages that use Domain
Package
Description
-
Uses of Domain in org.jacop.constraints
Subclasses of Domain in org.jacop.constraints -
Uses of Domain in org.jacop.constraints.netflow
Methods in org.jacop.constraints.netflow with parameters of type DomainModifier and TypeMethodDescriptionprivate voidPruning.sVarInDom(ArcCompanion companion, Domain domain) Constructor parameters in org.jacop.constraints.netflow with type arguments of type Domain -
Uses of Domain in org.jacop.core
Subclasses of Domain in org.jacop.coreModifier and TypeClassDescription(package private) classDefines interval of numbers which is part of FDV definition which consist of one or several intervals.classclassDefines interval of numbers which is part of FDV definition which consist of one or several intervals.classDefines small dense domain based on bits within a long number.Fields in org.jacop.core declared as DomainModifier and TypeFieldDescriptionMutableDomainValue.domainIt stores the value of the mutable domain.Methods in org.jacop.core that return DomainModifier and TypeMethodDescriptionabstract DomainDomain.clone()It clones the domain object.abstract DomainDomain.cloneLight()It clones the domain object, only data responsible for encoding domain values is cloned.abstract DomainVar.dom()This function returns current domain of the variable.Methods in org.jacop.core with parameters of type DomainModifier and TypeMethodDescriptionvoidIt is possible to add the domain of variable.abstract voidIt enforces that this domain is included within the specified domain.void(package private) voidabstract booleanIt returns true if given domain has only one element.booleanConstructors in org.jacop.core with parameters of type Domain -
Uses of Domain in org.jacop.floats.core
Subclasses of Domain in org.jacop.floats.coreMethods in org.jacop.floats.core with parameters of type Domain -
Uses of Domain in org.jacop.search
Fields in org.jacop.search declared as DomainModifier and TypeFieldDescription(package private) DomainTraceGenerator.SearchNode.domDomain[][]SimpleSolutionListener.solutionsMethods in org.jacop.search that return DomainModifier and TypeMethodDescriptionDomain[]DepthFirstSearch.getSolution()Domain[]DepthFirstSearch.getSolution(int no) Domain[]Search.getSolution()It returns the solution (an assignment of values to variables).Domain[]Search.getSolution(int no) It returns the solution specified by the search.Domain[]SimpleSolutionListener.getSolution(int no) It returns the solution number no.Domain[]SolutionListener.getSolution(int no) It returns the solution number no.Domain[][]SimpleSolutionListener.getSolutions()Domain[][]SolutionListener.getSolutions()It returns all solutions.Methods in org.jacop.search with parameters of type DomainModifier and TypeMethodDescription(package private) voidTraceGenerator.generateFailcNode(int searchNodeId, int parentNode, String name, int size, Domain dom) (package private) voidTraceGenerator.generateTrycNode(int searchNodeId, int parentNode, String name, int size, Domain dom) -
Uses of Domain in org.jacop.set.core
Subclasses of Domain in org.jacop.set.coreModifier and TypeClassDescriptionclassDefines a set interval determined by a least upper bound(lub) and a greatest lower bound(glb).classDefines a set interval determined by a least upper bound(lub) and a greatest lower bound(glb).Methods in org.jacop.set.core with parameters of type Domain