Uses of Class
java.lang.Integer

Packages that use Integer
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.keg.diagram.custom.random Random graph generation for the KEG editor. 
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.klay.force.properties This package contains classes defining layout properties for KLay Force. 
de.cau.cs.kieler.klay.layered.properties This package contains classes defining layout properties for KLay Layered. 
de.cau.cs.kieler.klodd.hierarchical.structures The layered graph data structure used internally by the hierarchical dataflow layout algorithm. 
de.cau.cs.kieler.ksbase.util Utility 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.sim.trace   
de.cau.cs.kieler.synccharts.codegen.sc In the codegen package the process of generating code from a SyncChart model is implemented. 
de.cau.cs.kieler.synccharts.s   
de.cau.cs.kieler.synccharts.sim.ptolemy.oaw   
java.lang Core Java classes 
 

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

Methods in de.cau.cs.kieler.core.annotations that return Integer
static Integer AnnotationsUtil.getInt(Annotatable annotatable, String key)
          Retrieve an integer value from an annotation.
 

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

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

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

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

Methods in de.cau.cs.kieler.core.kexpressions.formatting that return types with arguments of type Integer
 org.eclipse.xtext.conversion.IValueConverter<Integer> KExpressionsValueConverter.INT()
          Primitive integer data type converter provider allowing negative numbers.
 

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

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

Methods in de.cau.cs.kieler.core.kexpressions.impl that return Integer
 Integer IntValueImpl.getValue()
           
 

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

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

Fields in de.cau.cs.kieler.keg.diagram.custom.random with type parameters of type Integer
static Property<Integer> RandomGraphGenerator.MAX_DEGREE
          the option for the maximum degree ('0' meaning unlimited).
static Property<Integer> RandomGraphGenerator.MAX_HIERARCHY_LEVEL
          the option for the maximum hierarchy level.
static Property<Integer> RandomGraphGenerator.MAX_OUTGOING_EDGES
          the option for the maximum number of outgoing edges.
static Property<Integer> RandomGraphGenerator.MAX_WIDTH
          the option for the maximum tree width ('0' meaning unlimited).
static Property<Integer> RandomGraphGenerator.MIN_OUTGOING_EDGES
          the option for the minimum number of outgoing edges.
static Property<Integer> RandomGraphGenerator.NUMBER_OF_EDGES
          the option for the number of edges.
static Property<Integer> RandomGraphGenerator.NUMBER_OF_NODES
          the option for the number of nodes.
 

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

Fields in de.cau.cs.kieler.kiml.graphviz.dot.transform with type parameters of type Integer
static IProperty<Integer> Attributes.MAXITER_PROP
          maximum number of iterations property.
 

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

Fields in de.cau.cs.kieler.kiml.options with type parameters of type Integer
static IProperty<Integer> LayoutOptions.FONT_SIZE
          The size of the font that is used for a label.
static IProperty<Integer> LayoutOptions.PORT_RANK
          Deprecated.  
static IProperty<Integer> LayoutOptions.PRIORITY
          The priority of a graph element.
static IProperty<Integer> LayoutOptions.RANDOM_SEED
          A pre-defined seed for pseudo-random number generators.
 

Uses of Integer in de.cau.cs.kieler.klay.force.properties
 

Fields in de.cau.cs.kieler.klay.force.properties with type parameters of type Integer
static Property<Integer> Properties.EDGE_REP
          edge repulsive power property.
static Property<Integer> Properties.ITERATIONS
          iterations property.
static Property<Integer> Properties.PRIORITY
          priority of nodes or edges.
 

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

Fields in de.cau.cs.kieler.klay.layered.properties with type parameters of type Integer
static IProperty<Integer> Properties.CROSSING_HINT
          Crossing hint used for in-layer cross counting with northern and southern port dummies.
static IProperty<Integer> Properties.DEPTH
          The depth of a node in the nesting tree of a compound graph.
static IProperty<Integer> Properties.MAX_DEPTH
          The maximum depth of a leave node in the original graph a layered graph is representing.
static IProperty<Integer> Properties.MIN_EDGE_ANGLE
          defines the minimal angle a short edge may have.
static Property<Integer> Properties.PRIORITY
          priority of elements.
static IProperty<Integer> Properties.THOROUGHNESS
          property that determines how much effort should be spent.
 

Uses of Integer in de.cau.cs.kieler.klodd.hierarchical.structures
 

Methods in de.cau.cs.kieler.klodd.hierarchical.structures that return types with arguments of type Integer
 List<Integer> LayerElement.getConnectionRanks(boolean forward)
          Gets a list of combined element and port ranks for all incoming or for all outgoing connections.
 Map<KPort,List<Integer>> LayerElement.getConnectionRanksByPort(boolean forward)
          Gets a list of combined element and port ranks of connections sorted by the port to which the connection is attached.
 

Uses of Integer in de.cau.cs.kieler.ksbase.util
 

Methods in de.cau.cs.kieler.ksbase.util that return Integer
 Integer UserDialogUtil.getUserInt(String message, Integer defaultValue)
          Get an int from the user.
 

Methods in de.cau.cs.kieler.ksbase.util with parameters of type Integer
 Integer UserDialogUtil.getUserInt(String message, Integer defaultValue)
          Get an int from the user.
 

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

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

Methods in de.cau.cs.kieler.sim.kiem that return types with arguments of type Integer
 List<Integer> KiemEvent.getEventCodesAsList()
          Gets all events as a list.
 

Uses of Integer in de.cau.cs.kieler.sim.trace
 

Methods in de.cau.cs.kieler.sim.trace that return Integer
 Integer Signal.getValue()
           
 

Uses of Integer in de.cau.cs.kieler.synccharts.codegen.sc
 

Methods in de.cau.cs.kieler.synccharts.codegen.sc that return types with arguments of type Integer
 LinkedList<Integer> Graph.topologicalSort()
          returns a linked list with the topological sort of the graph (just implemented for adjacency lists).
 

Methods in de.cau.cs.kieler.synccharts.codegen.sc with parameters of type Integer
static String Helper.getStateNameByFlag(State state, Integer flag)
          Returns unique a label for a state independent on the flag.
 

Uses of Integer in de.cau.cs.kieler.synccharts.s
 

Methods in de.cau.cs.kieler.synccharts.s that return types with arguments of type Integer
 LinkedList<Integer> Graph.topologicalSort()
          returns a linked list with the topological sort of the graph (just implemented for adjacency lists).
 

Methods in de.cau.cs.kieler.synccharts.s with parameters of type Integer
static String Helper.getStateNameByFlag(State state, Integer flag)
          Returns unique a label for a state independent on the flag.
 

Uses of Integer in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw
 

Methods in de.cau.cs.kieler.synccharts.sim.ptolemy.oaw with parameters of type Integer
static void XtendJava.dumpI(Integer anInteger)
           
 

Uses of Integer in java.lang
 

Methods in java.lang that return Integer
static Integer Integer.valueOf(int v)
           
static Integer Integer.valueOf(String s)
           
static Integer Integer.valueOf(String s, int radix)
           
 

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