Uses of Interface
dev.civl.sarl.IF.object.BooleanObject
Packages that use BooleanObject
Package
Description
This package provides the internal interface for the representation of basic
symbolic expressions.
This package and its subpackages provide the "public interface" to SARL.
Internal interface for the symbolic object module, providing mechanisms for
creating
SymbolicObjects.-
Uses of BooleanObject in dev.civl.sarl.expr.IF
Methods in dev.civl.sarl.expr.IF with parameters of type BooleanObjectModifier and TypeMethodDescriptionBooleanExpressionFactory.symbolic(BooleanObject object) The symbolic expression wrapping the given boolean object (true or false). -
Uses of BooleanObject in dev.civl.sarl.IF
Methods in dev.civl.sarl.IF that return BooleanObjectModifier and TypeMethodDescriptionCoreUniverse.booleanObject(boolean value) Returns theBooleanObjectwrapping the given boolean value.Methods in dev.civl.sarl.IF with parameters of type BooleanObjectModifier and TypeMethodDescriptionCoreUniverse.bool(BooleanObject object) The symbolic expression wrapping the given boolean object (true or false). -
Uses of BooleanObject in dev.civl.sarl.object.IF
Methods in dev.civl.sarl.object.IF that return BooleanObjectModifier and TypeMethodDescriptionObjectFactory.booleanObject(boolean value) ObjectFactory.falseObj()ObjectFactory.trueObj()