Uses of Class
pulse.properties.Flag
-
Packages that use Flag Package Description pulse.properties Properties isPULsE
are low-level entities used by the differentAccessible
s orPropertyHolder
s, such asSearchTask
s,Problem
s, etc.pulse.search.direction Provides a list ofPathSolver
s and associated classes, which are used to determine the direction of the minimum of a specificSearchTask
using an iterative approach. -
-
Uses of Flag in pulse.properties
Methods in pulse.properties that return Flag Modifier and Type Method Description Flag
Flag. derive(boolean value)
Creates a newFlag
object based on thisFlag
, but with a differentvalue
.Methods in pulse.properties that return types with arguments of type Flag Modifier and Type Method Description static List<Flag>
Flag. allFlags()
List of all possibleFlag
s that can be used in finding the reverse solution of the heat conduction problems.static List<Flag>
Flag. selectActive(List<Flag> flags)
Method parameters in pulse.properties with type arguments of type Flag Modifier and Type Method Description static List<NumericPropertyKeyword>
Flag. convert(List<Flag> flags)
A static method for converting enabled flags to aList
ofNumericPropertyKeyword
s.static List<Flag>
Flag. selectActive(List<Flag> flags)
Constructors in pulse.properties with parameters of type Flag Constructor Description Flag(Flag f)
-
Uses of Flag in pulse.search.direction
Methods in pulse.search.direction that return Flag Modifier and Type Method Description static Flag
ActiveFlags. get(NumericPropertyKeyword key)
Methods in pulse.search.direction that return types with arguments of type Flag Modifier and Type Method Description static Set<Flag>
ActiveFlags. availableProperties()
static List<Flag>
ActiveFlags. getAllFlags()
static List<Flag>
ActiveFlags. storeState()
Creates a deep copy of the flags collection.Method parameters in pulse.search.direction with type arguments of type Flag Modifier and Type Method Description static void
ActiveFlags. loadState(List<Flag> flags)
Loads the argument into the current list of flags.static List<NumericPropertyKeyword>
ActiveFlags. selectActiveAndListed(List<Flag> flags, PropertyHolder listed)
static List<NumericPropertyKeyword>
ActiveFlags. selectActiveTypes(List<Flag> flags)
-