Uses of Class
java.lang.Boolean

Packages that use Boolean
com.intel.bluetooth   
de.cau.cs.kieler.core.annotations Base package of the Annotations model. 
de.cau.cs.kieler.core.kexpressions   
de.cau.cs.kieler.core.kexpressions.formatting   
de.cau.cs.kieler.core.kexpressions.impl   
de.cau.cs.kieler.core.model.validation Contains the validation manager classes used for creating error markers in graphical models. 
de.cau.cs.kieler.karma Classes for custom rendering of figures. 
de.cau.cs.kieler.karma.util karma utilities 
de.cau.cs.kieler.keg.diagram.custom.random Random graph generation for the KEG editor. 
de.cau.cs.kieler.keg.importer The base package for KEG importers. 
de.cau.cs.kieler.kies.transformation.util Contains code responsible for executing a esterel to synccharts transformation. 
de.cau.cs.kieler.kiml.config Interfaces and default implementations for layout configuration. 
de.cau.cs.kieler.kiml.graphviz.dot.transform The package which contains the functionality to transform a KGraph instance to a Dot instance. 
de.cau.cs.kieler.kiml.options Definition of layout options for automatic layout. 
de.cau.cs.kieler.kiml.ui.service Layout service extensions for the Eclipse UI. 
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
de.cau.cs.kieler.ksbase.core Core package of the KSBasE plug-in. 
de.cau.cs.kieler.sim.kiem This package contains the basic activator class, the messages.properties file, with the externalized strings and a proxy editor for opening *.execution files with the KiemView. 
de.cau.cs.kieler.sj A package for synchronous programming in java. 
de.cau.cs.kieler.synccharts.codegen.esterel.xtend   
de.cau.cs.kieler.synccharts.ksbase.util Contains utility classes mostly with JAVA escapes for xtend. 
de.cau.cs.kieler.synccharts.synchronizer   
de.cau.cs.kieler.uml2.sim   
java.lang Core Java classes 
net.sf.antcontrib.cpptasks   
net.sf.antcontrib.cpptasks.arm   
net.sf.antcontrib.cpptasks.borland   
net.sf.antcontrib.cpptasks.compaq   
net.sf.antcontrib.cpptasks.compiler   
net.sf.antcontrib.cpptasks.devstudio   
net.sf.antcontrib.cpptasks.gcc   
net.sf.antcontrib.cpptasks.gcc.cross   
net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2   
net.sf.antcontrib.cpptasks.hp   
net.sf.antcontrib.cpptasks.ibm   
net.sf.antcontrib.cpptasks.os390   
net.sf.antcontrib.cpptasks.os400   
net.sf.antcontrib.cpptasks.sun   
net.sf.antcontrib.cpptasks.ti   
org.apache.bcel.generic This package contains the "generic" part of the Byte Code Engineering Library, i.e., classes to dynamically modify class objects and byte code instructions. 
 

Uses of Boolean in com.intel.bluetooth
 

Methods in com.intel.bluetooth that return Boolean
 Boolean BluetoothStack.isRemoteDeviceAuthenticated(long address)
           
 Boolean BluetoothStack.isRemoteDeviceTrusted(long address)
           
 

Uses of Boolean in de.cau.cs.kieler.core.annotations
 

Methods in de.cau.cs.kieler.core.annotations that return Boolean
static Boolean AnnotationsUtil.getBoolean(Annotatable annotatable, String key)
          Retrieve a boolean value from an annotation.
 

Uses of Boolean in de.cau.cs.kieler.core.kexpressions
 

Methods in de.cau.cs.kieler.core.kexpressions that return Boolean
 Boolean BooleanValue.getValue()
          Returns the value of the 'Value' attribute.
 

Methods in de.cau.cs.kieler.core.kexpressions with parameters of type Boolean
 void BooleanValue.setValue(Boolean value)
          Sets the value of the 'Value' attribute.
 

Uses of Boolean in de.cau.cs.kieler.core.kexpressions.formatting
 

Methods in de.cau.cs.kieler.core.kexpressions.formatting that return types with arguments of type Boolean
 org.eclipse.xtext.conversion.IValueConverter<Boolean> KExpressionsValueConverter.Boolean()
          Standard boolean data type converter to convert standard Java style boolean strings "true" and "false" into Boolean objects and vice versa.
 

Uses of Boolean in de.cau.cs.kieler.core.kexpressions.impl
 

Fields in de.cau.cs.kieler.core.kexpressions.impl declared as Boolean
protected  Boolean BooleanValueImpl.value
          The cached value of the 'Value' attribute.
protected static Boolean BooleanValueImpl.VALUE_EDEFAULT
          The default value of the 'Value' attribute.
 

Methods in de.cau.cs.kieler.core.kexpressions.impl that return Boolean
 Boolean BooleanValueImpl.getValue()
           
 

Methods in de.cau.cs.kieler.core.kexpressions.impl with parameters of type Boolean
 void BooleanValueImpl.setValue(Boolean newValue)
           
 

Uses of Boolean in de.cau.cs.kieler.core.model.validation
 

Methods in de.cau.cs.kieler.core.model.validation that return Boolean
static Boolean ValidationManager.isEnabled(String id)
          Determine whether or not a file is enabled.
 

Uses of Boolean in de.cau.cs.kieler.karma
 

Methods in de.cau.cs.kieler.karma with parameters of type Boolean
 void SwitchableFigure.setResizeable(Boolean b)
          set the figure to be resizeable or not.
 

Uses of Boolean in de.cau.cs.kieler.karma.util
 

Methods in de.cau.cs.kieler.karma.util with parameters of type Boolean
 boolean AdvancedRenderingEditPartUtil.updateFigure(IFigure figure, EObject modelElement, AbstractGraphicalEditPart editPart, Boolean forceUpdate)
          Method to update a figure according to the conditions.
 

Uses of Boolean in de.cau.cs.kieler.keg.diagram.custom.random
 

Fields in de.cau.cs.kieler.keg.diagram.custom.random with type parameters of type Boolean
static Property<Boolean> RandomGraphGenerator.CYCLES
          the option for allowing cycles.
static Property<Boolean> RandomGraphGenerator.MULTI_EDGES
          the option for allowing multi-edges.
static Property<Boolean> RandomGraphGenerator.PLANAR
          the option for planarity.
static Property<Boolean> RandomGraphGenerator.PORTS
          the option for using ports to connect nodes.
static Property<Boolean> RandomGraphGenerator.SELF_LOOPS
          the option for allowing self-loops.
 

Uses of Boolean in de.cau.cs.kieler.keg.importer
 

Fields in de.cau.cs.kieler.keg.importer with type parameters of type Boolean
static ImporterOption<Boolean> ImportManager.OPTION_OPEN_DIAGRAM
          the option for the automatic opening of the diagram file.
 

Uses of Boolean in de.cau.cs.kieler.kies.transformation.util
 

Method parameters in de.cau.cs.kieler.kies.transformation.util with type arguments of type Boolean
static boolean TransformationUtil.performHeadlessTransformation(IFile kixsFile, TransformationUtil.TransformationType type, Map<String,Boolean> globalVars)
          Performs a headless transformation on the passed kixsFile.
 

Uses of Boolean in de.cau.cs.kieler.kiml.config
 

Fields in de.cau.cs.kieler.kiml.config with type parameters of type Boolean
static IProperty<Boolean> DefaultLayoutConfig.HAS_PORTS
          whether the node in the current context contains any ports.
static IProperty<Boolean> DefaultLayoutConfig.OPT_MAKE_OPTIONS
          option for layout context: whether the OPTIONS list shall be created.
static IProperty<Boolean> IMutableLayoutConfig.OPT_RECURSIVE
          option for layout context: whether changes should be applied also for all child elements.
 

Uses of Boolean in de.cau.cs.kieler.kiml.graphviz.dot.transform
 

Fields in de.cau.cs.kieler.kiml.graphviz.dot.transform with type parameters of type Boolean
static IProperty<Boolean> Attributes.CONCENTRATE_PROP
          edge concentration property.
static IProperty<Boolean> DotExporter.FULL_EXPORT
          whether to always transform the whole graph with all hierarchy levels.
static IProperty<Boolean> DotExporter.USE_EDGE_IDS
          whether edge identifiers should be generated or not.
 

Uses of Boolean in de.cau.cs.kieler.kiml.options
 

Fields in de.cau.cs.kieler.kiml.options with type parameters of type Boolean
static IProperty<Boolean> LayoutOptions.COMMENT_BOX
          Whether the associated node is to be interpreted as a comment box.
static IProperty<Boolean> LayoutOptions.DEBUG_MODE
          Whether the algorithm should run in debug mode for the content of a parent node.
static IProperty<Boolean> LayoutOptions.EXPAND_NODES
          Whether the size of contained nodes should be expanded to fill the whole area.
static IProperty<Boolean> LayoutOptions.FIXED_SIZE
          Whether the size of the associated node is fixed.
static IProperty<Boolean> LayoutOptions.HYPERNODE
          Whether the associated node is to be interpreted as a hypernode.
static IProperty<Boolean> LayoutOptions.INTERACTIVE
          Whether the algorithm should be run in debug mode for the content of a parent node.
static IProperty<Boolean> LayoutOptions.LAYOUT_HIERARCHY
          Whether the whole hierarchy shall be layouted.
static IProperty<Boolean> LayoutOptions.NO_LAYOUT
          No layout is done for the associated element.
static IProperty<Boolean> LayoutOptions.SEPARATE_CC
          Property for choosing whether connected components are processed separately.
 

Uses of Boolean in de.cau.cs.kieler.kiml.ui.service
 

Fields in de.cau.cs.kieler.kiml.ui.service with type parameters of type Boolean
static Property<Boolean> LayoutOptionManager.USE_ECLIPSE_LAYOUT_CONFIG
          the option for the usage of the Eclipse layout config.
 

Uses of Boolean in de.cau.cs.kieler.klay.layered.properties
 

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type Boolean
static IProperty<Boolean> Properties.CYCLIC
          Property of a LayeredGraph.
static IProperty<Boolean> Properties.DISTRIBUTE_NODES
          whether nodes shall be distributed during layer assignment.
static IProperty<Boolean> Properties.INPUT_COLLECT
          Whether a port is used to collect all incoming edges of a node.
static IProperty<Boolean> Properties.LEAVE_DUMMY_PORT
          Flag indicating whether an LPort is set to a leave node in the inclusion tree to enable connections with dummy edges for layering.
static IProperty<Boolean> Properties.MERGE_PORTS
          Property to enable or disable port merging.
static IProperty<Boolean> Properties.OUTPUT_COLLECT
          Whether a port is used to collect all outgoing edges of a node.
static IProperty<Boolean> Properties.REVERSED
          flag for reversed edges.
 

Uses of Boolean in de.cau.cs.kieler.ksbase.core
 

Methods in de.cau.cs.kieler.ksbase.core that return Boolean
 Boolean KSBasETransformation.isVisible()
          Checks if the transformation should be displayed in the menu.
 

Methods in de.cau.cs.kieler.ksbase.core with parameters of type Boolean
 void KSBasETransformation.setVisible(Boolean isVisible)
          Sets the transformation visibility.
 

Uses of Boolean in de.cau.cs.kieler.sim.kiem
 

Methods in de.cau.cs.kieler.sim.kiem that return Boolean
 Boolean KiemPlugin.getBooleanValueFromProviders(String propertyId)
          Get a new property value from one of the configuration providers.
 

Uses of Boolean in de.cau.cs.kieler.sj
 

Fields in de.cau.cs.kieler.sj declared as Boolean
protected  Boolean[] Signal.lastSignalAssignments
          The last assignment of the signal used to get older states of the signal.
 

Constructors in de.cau.cs.kieler.sj with parameters of type Boolean
Signal(String signalName, boolean state, EmbeddedSJProgram<?> myProgram, Boolean[] myLastSignalAssignments)
          Creates a new signal.
 

Uses of Boolean in de.cau.cs.kieler.synccharts.codegen.esterel.xtend
 

Methods in de.cau.cs.kieler.synccharts.codegen.esterel.xtend that return Boolean
 Boolean Helper.isRootState(State state)
           
 

Uses of Boolean in de.cau.cs.kieler.synccharts.ksbase.util
 

Methods in de.cau.cs.kieler.synccharts.ksbase.util that return Boolean
static Boolean FixSyncChartUtils.isEnabled(String key)
          Returns whether or not an optimization should be run.
 

Uses of Boolean in de.cau.cs.kieler.synccharts.synchronizer
 

Fields in de.cau.cs.kieler.synccharts.synchronizer declared as Boolean
static Boolean ModelSynchronizer.DEBUGDiff
           
static Boolean ModelSynchronizer.DEBUGMatch
           
static Boolean ModelSynchronizer.DEBUGPassive
           
 

Uses of Boolean in de.cau.cs.kieler.uml2.sim
 

Methods in de.cau.cs.kieler.uml2.sim that return Boolean
 Boolean JavaEscape.contains(String str)
           
static Boolean JavaEscape.isChoice(org.eclipse.uml2.uml.Vertex vertex)
           
static Boolean JavaEscape.isDH(org.eclipse.uml2.uml.Vertex vertex)
           
static Boolean JavaEscape.isFinal(org.eclipse.uml2.uml.Vertex vertex)
           
static Boolean JavaEscape.isFork(org.eclipse.uml2.uml.Vertex vertex)
           
static Boolean JavaEscape.isInitial(org.eclipse.uml2.uml.Vertex vertex)
           
static Boolean JavaEscape.isJoin(org.eclipse.uml2.uml.Vertex vertex)
           
static Boolean JavaEscape.isPseudostate(org.eclipse.uml2.uml.Vertex vertex)
           
static Boolean JavaEscape.isSH(org.eclipse.uml2.uml.Vertex vertex)
           
 

Uses of Boolean in java.lang
 

Fields in java.lang declared as Boolean
static Boolean Boolean.FALSE
           
static Boolean Boolean.TRUE
           
 

Methods in java.lang that return Boolean
static Boolean Boolean.valueOf(boolean b)
           
static Boolean Boolean.valueOf(String s)
           
 

Methods in java.lang with parameters of type Boolean
 int Boolean.compareTo(Boolean ob)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks
 

Methods in net.sf.antcontrib.cpptasks that return Boolean
protected static Boolean ProcessorDef.booleanValueOf(boolean val)
          Returns the equivalent Boolean object for the specified value Equivalent to Boolean.valueOf in JDK 1.4
 Boolean LinkerDef.getFixed(LinkerDef[] defaultProviders, int index)
           
 Boolean CompilerDef.getRtti(CompilerDef[] defaultProviders, int index)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.arm
 

Methods in net.sf.antcontrib.cpptasks.arm with parameters of type Boolean
protected  void ADSLibrarian.addFixed(Boolean fixed, Vector args)
           
protected  void ADSLinker.addFixed(Boolean fixed, Vector args)
           
protected  void ADSCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
          Adds command switches for generic configuration options
 

Uses of Boolean in net.sf.antcontrib.cpptasks.borland
 

Methods in net.sf.antcontrib.cpptasks.borland with parameters of type Boolean
protected  void BorlandLibrarian.addFixed(Boolean fixed, Vector args)
           
protected  void BorlandLinker.addFixed(Boolean fixed, Vector args)
           
protected  void BorlandCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
protected  void BorlandResourceCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.compaq
 

Methods in net.sf.antcontrib.cpptasks.compaq with parameters of type Boolean
protected  void CompaqVisualFortranLibrarian.addFixed(Boolean fixed, Vector args)
           
protected  void CompaqVisualFortranCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.compiler
 

Methods in net.sf.antcontrib.cpptasks.compiler with parameters of type Boolean
protected abstract  void CommandLineLinker.addFixed(Boolean fixed, Vector args)
           
protected abstract  void CommandLineCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.devstudio
 

Methods in net.sf.antcontrib.cpptasks.devstudio with parameters of type Boolean
protected  void DevStudioCompatibleLibrarian.addFixed(Boolean fixed, Vector args)
           
protected  void DevStudioCompatibleLinker.addFixed(Boolean fixed, Vector args)
           
protected  void DevStudioCompatibleCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
protected  void DevStudioMIDLCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
protected  void DevStudioResourceCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.gcc
 

Methods in net.sf.antcontrib.cpptasks.gcc with parameters of type Boolean
 void AbstractArLibrarian.addFixed(Boolean fixed, Vector args)
           
 void AbstractLdLinker.addFixed(Boolean fixed, Vector args)
           
 void GccCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 void GccCompatibleCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.gcc.cross
 

Methods in net.sf.antcontrib.cpptasks.gcc.cross with parameters of type Boolean
 void GccCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2
 

Methods in net.sf.antcontrib.cpptasks.gcc.cross.sparc_sun_solaris2 with parameters of type Boolean
 void GccCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.hp
 

Methods in net.sf.antcontrib.cpptasks.hp with parameters of type Boolean
 void aCCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.ibm
 

Methods in net.sf.antcontrib.cpptasks.ibm with parameters of type Boolean
 void VisualAgeCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.os390
 

Methods in net.sf.antcontrib.cpptasks.os390 with parameters of type Boolean
protected  void OS390Linker.addFixed(Boolean fixed, Vector args)
           
protected  void OS390CCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.os400
 

Methods in net.sf.antcontrib.cpptasks.os400 with parameters of type Boolean
protected  void IccLinker.addFixed(Boolean fixed, Vector args)
           
protected  void IccCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.sun
 

Methods in net.sf.antcontrib.cpptasks.sun with parameters of type Boolean
protected  void C89Linker.addFixed(Boolean fixed, Vector args)
           
protected  void C89CCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 void ForteCCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in net.sf.antcontrib.cpptasks.ti
 

Methods in net.sf.antcontrib.cpptasks.ti with parameters of type Boolean
protected  void ClxxLibrarian.addFixed(Boolean fixed, Vector args)
           
protected  void ClxxLinker.addFixed(Boolean fixed, Vector args)
           
protected  void ClxxCCompiler.addImpliedArgs(Vector args, boolean debug, boolean multithreaded, boolean exceptions, LinkType linkType, Boolean rtti, OptimizationEnum optimization)
           
 

Uses of Boolean in org.apache.bcel.generic
 

Constructors in org.apache.bcel.generic with parameters of type Boolean
PUSH(ConstantPoolGen cp, Boolean value)