Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 

E

Edge - Class in org.eth.cyril.graphdrawing.graph.edge
An edge of a graph.
Edge(Node, Node) - Constructor for class org.eth.cyril.graphdrawing.graph.edge.Edge
Creates a new edge between the two nodes.
Edge(Node, Node, double) - Constructor for class org.eth.cyril.graphdrawing.graph.edge.Edge
Creates a new edge between the two nodes with the given weight.
Edge(Node, Node, double, Object) - Constructor for class org.eth.cyril.graphdrawing.graph.edge.Edge
Creates a new edge between the two nodes with the given weight and the given value object for the edge.
EdgeWeightConstraint - Interface in org.eth.cyril.graphdrawing.graph.algorithms.cycles
An EdgeWeightConstraint can be used to increase the edge of a weight, making it less likely to be removed.
EdgeWeightIncreaseConstraint - Class in org.eth.cyril.modeltograph.constraints.cycles
Constraint that increases the weight of certain edges, so that they are inverted only as a last resort when removing cycles from the initial graph.
EdgeWeightIncreaseConstraint(String, String, double) - Constructor for class org.eth.cyril.modeltograph.constraints.cycles.EdgeWeightIncreaseConstraint
 
EditableConfiguration - Interface in org.eth.cyril.util.configuration
A Configuration which can be edited.
EditableConfiguration.Modification - Class in org.eth.cyril.util.configuration
 
EditableConfiguration.ModificationListener - Interface in org.eth.cyril.util.configuration
 
EditableConfiguration.ModificationType - Enum in org.eth.cyril.util.configuration
 
EditableConfigurationArray - Interface in org.eth.cyril.util.configuration
A ConfigurationArray which can be edited.
EditableConfigurationArray.Modification - Class in org.eth.cyril.util.configuration
 
EditableConfigurationArray.ModificationListener - Interface in org.eth.cyril.util.configuration
 
EditableConfigurationArray.ModificationType - Enum in org.eth.cyril.util.configuration
 
element(int) - Method in interface org.eth.cyril.model.model.nodes.ArrayValue
Returns the element at the given index.
elementTypeName() - Method in interface org.eth.cyril.model.model.nodes.ArrayValue
Returns the element type name of the objects in this array.
empty() - Method in class org.eth.cyril.util.configuration.schema.BuilderFactory
 
emptyArray() - Static method in class org.eth.cyril.util.configuration.Configurations
Get an empty array.
EmptyConfiguration - Class in org.eth.cyril.graphdrawing.graph.drawing.configuration
A configuration to be used by a GraphDrawingAlgorithm.
EmptyConfiguration() - Constructor for class org.eth.cyril.graphdrawing.graph.drawing.configuration.EmptyConfiguration
 
emptyConfiguration() - Static method in class org.eth.cyril.util.configuration.Configurations
Get an empty configuration.
EmptyConfiguration.PropertyDescriptor<T> - Class in org.eth.cyril.graphdrawing.graph.drawing.configuration
A property descriptor for storing simple properties.
EmptyConfigurationEditor - Class in org.eth.cyril.graphdrawing.gui
Draws a GUI for modification a Configuration class for any layout algorithm.
EmptyConfigurationEditor(EmptyConfiguration) - Constructor for class org.eth.cyril.graphdrawing.gui.EmptyConfigurationEditor
 
EmptySchema - Class in org.eth.cyril.util.configuration.schema
 
EmptySchema(String, boolean, Object) - Constructor for class org.eth.cyril.util.configuration.schema.EmptySchema
 
EmptySchemaBuilder() - Constructor for class org.eth.cyril.util.configuration.schema.Builders.EmptySchemaBuilder
 
entrySet() - Method in class org.eth.cyril.util.collections.collectionmap.CollectionMap
 
EnumSerializer - Class in org.eth.cyril.util.serialization
This class handles serializing and deserializing objects of an enum type.
EnumSerializer() - Constructor for class org.eth.cyril.util.serialization.EnumSerializer
 
enumSerializer() - Static method in class org.eth.cyril.util.serialization.Serializers
Returns a new serializer for Enum objects.
equals(Object) - Method in class org.eth.cyril.graphdrawing.graph.drawing.configuration.EmptyConfiguration.PropertyDescriptor
 
equals(Object) - Method in class org.eth.cyril.graphdrawing.graph.drawing.sugiyama.constrained.constraints.position.quadraticprogramming.Vector.FixedSizeVector
 
equals(Object) - Method in class org.eth.cyril.graphdrawing.graph.NodeWrapper
 
equals(Object) - Method in class org.eth.cyril.graphdrawing.graph.Position
 
equals(Object) - Method in class org.eth.cyril.graphdrawing.graph.StandardNode
 
equals(Object) - Method in class org.eth.cyril.model.model.nodes.impl.AbstractingValueImpl
 
equals(Object) - Method in class org.eth.cyril.model.model.nodes.impl.ValueImpl
 
equals(Object) - Method in class org.eth.cyril.model.model.nodes.impl.VariableImpl
 
equals(Object) - Method in class org.eth.cyril.model.model.nodes.Primitive
 
equals(Object) - Method in class org.eth.cyril.model.model.nodes.ValueWithName
 
equals(Object) - Method in class org.eth.cyril.util.collections.Tuple
 
equals(Object) - Method in class org.eth.cyril.util.gui.ItemWrapper
 
everythingFromJson(Object, JsonValue) - Static method in class org.eth.cyril.util.serialization.Serialization
Deserializes the given object by loading almost every field from Json, using a full serializer.
everythingToJson(Object) - Static method in class org.eth.cyril.util.serialization.Serialization
Serializes the given object by converting almost every field to Json, using a full serializer.
ExampleGraph - Class in org.eth.cyril.graphdrawing.examples.graphs
 
ExampleGraph() - Constructor for class org.eth.cyril.graphdrawing.examples.graphs.ExampleGraph
 
ExampleGraphCreator - Class in org.eth.cyril.graphdrawing.gui
A GUI editor to create a graph which corresponds to the ExampleGraph interface.
ExampleGraphCreator(ExampleGraph) - Constructor for class org.eth.cyril.graphdrawing.gui.ExampleGraphCreator
 
ExampleGraphs - Class in org.eth.cyril.graphdrawing.examples.graphs
 
ExampleGraphs() - Constructor for class org.eth.cyril.graphdrawing.examples.graphs.ExampleGraphs
 
excludeModifiers(int...) - Static method in class org.eth.cyril.util.serialization.Fields
Filter to exclude fields with the given modifiers.
execute() - Method in interface org.eth.cyril.util.Executor
 
executeSingleThreaded(Callable<T>) - Static method in class org.eth.cyril.util.ExecutorUtil
 
executeSingleThreaded(Runnable) - Static method in class org.eth.cyril.util.ExecutorUtil
 
Executor - Interface in org.eth.cyril.util
 
ExecutorUtil - Class in org.eth.cyril.util
 
ExecutorUtil() - Constructor for class org.eth.cyril.util.ExecutorUtil
 
extractArguments(ConfigurationArray) - Static method in class org.eth.cyril.model.advanced.ObjectFactoryUtil
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y _ 
Skip navigation links