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 _ 

V

validate(Object) - Method in class org.eth.cyril.util.configuration.schema.ArraySchema
 
validate(Object) - Method in class org.eth.cyril.util.configuration.schema.EmptySchema
 
validate(Object) - Method in interface org.eth.cyril.util.configuration.schema.ObjectSchema
 
validate(Object) - Method in class org.eth.cyril.util.configuration.schema.PrimitiveSchema
 
validate(Object) - Method in interface org.eth.cyril.util.configuration.schema.Validator
Validates the given input object, returns whether it is successfully validated against this input
validateOrDefault(Object) - Method in interface org.eth.cyril.util.configuration.schema.Schema
 
Validator - Interface in org.eth.cyril.util.configuration.schema
A validator allows to validate any input object, and return whether validation was successful or not.
value() - Method in class org.eth.cyril.model.dsl.DSLParser.ComparisonPartContext
 
value() - Method in class org.eth.cyril.model.dsl.DSLParser
 
value() - Method in class org.eth.cyril.model.model.nodes.impl.VariableImpl
 
Value - Interface in org.eth.cyril.model.model.nodes
A Value is an object as it appears during a program's execution.
value() - Method in interface org.eth.cyril.model.model.nodes.Variable
Returns the value to which the variable points.
ValueContext(ParserRuleContext, int) - Constructor for class org.eth.cyril.model.dsl.DSLParser.ValueContext
 
ValueImpl - Class in org.eth.cyril.model.model.nodes.impl
 
ValueImpl() - Constructor for class org.eth.cyril.model.model.nodes.impl.ValueImpl
 
ValueImpl(long, String) - Constructor for class org.eth.cyril.model.model.nodes.impl.ValueImpl
 
valueOf(String) - Static method in enum org.eth.cyril.graphdrawing.graph.drawing.sugiyama.constrained.constraints.position.quadraticprogramming.QuadProgSolver.Solution.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eth.cyril.graphdrawing.graph.drawing.sugiyama.constrained.Rotation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eth.cyril.graphdrawing.gui.graphdrawer.events.MouseEvent.KeyboardModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eth.cyril.graphdrawing.gui.graphdrawer.events.MouseEvent.MouseButton
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eth.cyril.graphdrawing.gui.graphdrawer.events.MouseEvent.MouseEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eth.cyril.modeltograph.DrawingStepHandler.StartStep
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eth.cyril.util.configuration.EditableConfiguration.ModificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eth.cyril.util.configuration.EditableConfigurationArray.ModificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eth.cyril.util.configuration.schema.PrimitiveSchema.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eth.cyril.util.LongRunningActionHandler.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eth.cyril.util.StopWatch.TimeUnit
Returns the enum constant of this type with the specified name.
valueOfType(Value, Class<T>) - Static method in class org.eth.cyril.model.model.ValueUtil
Gets the values of the given type from the given value.
values() - Static method in enum org.eth.cyril.graphdrawing.graph.drawing.sugiyama.constrained.constraints.position.quadraticprogramming.QuadProgSolver.Solution.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eth.cyril.graphdrawing.graph.drawing.sugiyama.constrained.Rotation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eth.cyril.graphdrawing.gui.graphdrawer.events.MouseEvent.KeyboardModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eth.cyril.graphdrawing.gui.graphdrawer.events.MouseEvent.MouseButton
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eth.cyril.graphdrawing.gui.graphdrawer.events.MouseEvent.MouseEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eth.cyril.modeltograph.DrawingStepHandler.StartStep
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.eth.cyril.util.collections.collectionmap.CollectionMap
 
values() - Static method in enum org.eth.cyril.util.configuration.EditableConfiguration.ModificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eth.cyril.util.configuration.EditableConfigurationArray.ModificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eth.cyril.util.configuration.schema.PrimitiveSchema.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eth.cyril.util.LongRunningActionHandler.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eth.cyril.util.StopWatch.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
valueString - Variable in class org.eth.cyril.model.model.nodes.impl.ValueImpl
 
valueString() - Method in class org.eth.cyril.model.model.nodes.impl.ValueImpl
 
valueString() - Method in interface org.eth.cyril.model.model.nodes.Value
The value contained given in a String representation.
ValueStringResolverManager - Class in org.eth.cyril.model.model
 
ValueStringResolverManager() - Constructor for class org.eth.cyril.model.model.ValueStringResolverManager
 
ValueUtil - Class in org.eth.cyril.model.model
This class contains various utility methods with which using the different types of Value objects is simplified.
ValueUtil() - Constructor for class org.eth.cyril.model.model.ValueUtil
 
ValueWithName<T extends Value> - Class in org.eth.cyril.model.model.nodes
 
ValueWithName(T, String) - Constructor for class org.eth.cyril.model.model.nodes.ValueWithName
 
ValueWithName(T, String, String) - Constructor for class org.eth.cyril.model.model.nodes.ValueWithName
 
variable(String, String) - Method in interface org.eth.cyril.model.model.ModelFactory
Returns a new variable with the given name and type name.
variable(String, String) - Method in class org.eth.cyril.model.model.nodes.impl.DefaultModelFactory
 
Variable - Interface in org.eth.cyril.model.model.nodes
A Variable object represents a variable as given in Java code.
VariableImpl - Class in org.eth.cyril.model.model.nodes.impl
 
VariableImpl() - Constructor for class org.eth.cyril.model.model.nodes.impl.VariableImpl
 
VariableImpl(String, String) - Constructor for class org.eth.cyril.model.model.nodes.impl.VariableImpl
 
Vector - Interface in org.eth.cyril.graphdrawing.graph.drawing.sugiyama.constrained.constraints.position.quadraticprogramming
 
Vector.FixedSizeVector - Class in org.eth.cyril.graphdrawing.graph.drawing.sugiyama.constrained.constraints.position.quadraticprogramming
 
Vector.ResizableVector - Class in org.eth.cyril.graphdrawing.graph.drawing.sugiyama.constrained.constraints.position.quadraticprogramming
 
verticalBorder() - Method in class org.eth.cyril.graphdrawing.gui.graphdrawer.swing.BasicGraphComponentDrawer
 
verticalBorder() - Method in interface org.eth.cyril.graphdrawing.gui.graphdrawer.swing.GraphComponentDrawer
The vertical border needed by the drawn nodes.
verticalBorder() - Method in class org.eth.cyril.graphdrawing.gui.graphdrawer.swing.TextualGraphComponentDrawer
 
visitBoolean(boolean, A) - Method in interface org.eth.cyril.model.model.nodes.Primitive.PrimitiveVisitor
 
visitBoolean(boolean, String) - Method in class org.eth.cyril.model.model.nodes.PrimitiveParsingVisitor
 
visitChar(char, A) - Method in interface org.eth.cyril.model.model.nodes.Primitive.PrimitiveVisitor
 
visitChar(char, String) - Method in class org.eth.cyril.model.model.nodes.PrimitiveParsingVisitor
 
visitDouble(double, A) - Method in interface org.eth.cyril.model.model.nodes.Primitive.PrimitiveVisitor
 
visitDouble(double, String) - Method in class org.eth.cyril.model.model.nodes.PrimitiveParsingVisitor
 
visitFloat(float, A) - Method in interface org.eth.cyril.model.model.nodes.Primitive.PrimitiveVisitor
 
visitFloat(float, String) - Method in class org.eth.cyril.model.model.nodes.PrimitiveParsingVisitor
 
visitInt(int, A) - Method in interface org.eth.cyril.model.model.nodes.Primitive.PrimitiveVisitor
 
visitInt(int, String) - Method in class org.eth.cyril.model.model.nodes.PrimitiveParsingVisitor
 
visitLong(long, A) - Method in interface org.eth.cyril.model.model.nodes.Primitive.PrimitiveVisitor
 
visitLong(long, String) - Method in class org.eth.cyril.model.model.nodes.PrimitiveParsingVisitor
 
visitOval(Shape.Oval, Void) - Method in class org.eth.cyril.graphdrawing.gui.graphdrawer.shapes.ArrowAttachmentPointVisitor
 
visitOval(Shape.Oval, A) - Method in interface org.eth.cyril.graphdrawing.gui.graphdrawer.shapes.Shape.ShapeVisitor
 
visitPolygon(Shape.Polygon, Void) - Method in class org.eth.cyril.graphdrawing.gui.graphdrawer.shapes.ArrowAttachmentPointVisitor
 
visitPolygon(Shape.Polygon, A) - Method in interface org.eth.cyril.graphdrawing.gui.graphdrawer.shapes.Shape.ShapeVisitor
 
visitRectangle(Shape.Rectangle, Void) - Method in class org.eth.cyril.graphdrawing.gui.graphdrawer.shapes.ArrowAttachmentPointVisitor
 
visitRectangle(Shape.Rectangle, A) - Method in interface org.eth.cyril.graphdrawing.gui.graphdrawer.shapes.Shape.ShapeVisitor
 
visitRoundRectangle(Shape.RoundRectangle, Void) - Method in class org.eth.cyril.graphdrawing.gui.graphdrawer.shapes.ArrowAttachmentPointVisitor
 
visitRoundRectangle(Shape.RoundRectangle, A) - Method in interface org.eth.cyril.graphdrawing.gui.graphdrawer.shapes.Shape.ShapeVisitor
 
visitShort(short, A) - Method in interface org.eth.cyril.model.model.nodes.Primitive.PrimitiveVisitor
 
visitShort(short, String) - Method in class org.eth.cyril.model.model.nodes.PrimitiveParsingVisitor
 
visitString(String, A) - Method in interface org.eth.cyril.model.model.nodes.Primitive.PrimitiveVisitor
 
visitString(String, String) - Method in class org.eth.cyril.model.model.nodes.PrimitiveParsingVisitor
 
VOCABULARY - Static variable in class org.eth.cyril.model.dsl.DSLLexer
 
VOCABULARY - Static variable in class org.eth.cyril.model.dsl.DSLParser
 
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