A B C D E F G I L M N O P R S T U V W X Z

C

canExecute() - Method in class vocleditor.commands.CreateAssociationRoleCommand
True if the command could be executed, false otherwise.
canExecute() - Method in class vocleditor.commands.EditAssociationRoleCommand
Checks whether EditAssociationRoleCommand.source_new, EditAssociationRoleCommand.source_old, EditAssociationRoleCommand.target_new and EditAssociationRoleCommand.target_old are not null.
canExecute() - Method in class vocleditor.commands.ReconnectAssociationRoleCommand
True if the command could be executed, false otherwise.
canRedo() - Method in class vocleditor.editor.DelegatingCommandStack
 
canUndo() - Method in class vocleditor.editor.DelegatingCommandStack
 
canZoomIn() - Method in class vocleditor.editor.DelegatingZoomManager
 
canZoomOut() - Method in class vocleditor.editor.DelegatingZoomManager
 
CheckboxPropertyDescriptor - Class in vocleditor.model
Property Descriptor for the properties view window for boolean values.
CheckboxPropertyDescriptor(Object, String) - Constructor for class vocleditor.model.CheckboxPropertyDescriptor
The default constructor.
childAdded(EditPart, int) - Method in class vocleditor.edit.AttributeEditPart
Does nothing but is need for EditPartListener
childAdded(EditPart, int) - Method in class vocleditor.edit.ConditionEditPart
only for inheritance
childAdded(EditPart, int) - Method in class vocleditor.edit.ContextEditPart
only for inheritance
CLASSIFIER_COLOR - Static variable in class vocleditor.VOCLEditorConstants
 
ClassifierFigure - Class in vocleditor.figures
Figure that represents a Classifier Role.
ClassifierFigure(VOCLClassifierRoleEditPart) - Constructor for class vocleditor.figures.ClassifierFigure
Create a new ClassifierFigure.
ClassifierFigure.CompartmentFigure - Class in vocleditor.figures
a figure used to hold a classifiers attribute figures
ClassifierFigure.CompartmentFigure() - Constructor for class vocleditor.figures.ClassifierFigure.CompartmentFigure
constructs a new CompartmentFigure
ClassifierFigure.CompartmentFigure.CompartmentFigureBorder - Class in vocleditor.figures
a border for the CompartmentFigure
ClassifierFigure.CompartmentFigure.CompartmentFigureBorder() - Constructor for class vocleditor.figures.ClassifierFigure.CompartmentFigure.CompartmentFigureBorder
 
ClassifierPropertiesDialog - Class in vocleditor.dialog
 
ClassifierPropertiesDialog(Shell, Constraint, ClassifierRole) - Constructor for class vocleditor.dialog.ClassifierPropertiesDialog
Constructs a ClassifierPropertiesDialog
ClearContextSubCommand - Class in vocleditor.commands
Clears the Context to "undefined" in an undoable way.
ClearContextSubCommand(Context) - Constructor for class vocleditor.commands.ClearContextSubCommand
creates a new ClearContextSubCommand.
ClearLetExpsSubCommand - Class in vocleditor.commands
Clears the Let Expression to "no variable" in an undoable way.
ClearLetExpsSubCommand(NavExp) - Constructor for class vocleditor.commands.ClearLetExpsSubCommand
creates a new ClearLetExpSubCommand.
collectVariables(NavExp, List) - Static method in class vocleditor.model.VOCLTools
Collects all variables used by ClassifierRoles, Attributes, Methods of a navexp andits sub expressions
commandStackChanged(EventObject) - Method in class vocleditor.editor.DelegatingCommandStack
 
CONDITION_COLOR - Static variable in class vocleditor.VOCLEditorConstants
 
CONDITION_COLOR_2 - Static variable in class vocleditor.VOCLEditorConstants
 
ConditionComponentEditPolicy - Class in vocleditor.edit
 
ConditionComponentEditPolicy() - Constructor for class vocleditor.edit.ConditionComponentEditPolicy
Constructs a new AttributeComponentEditPolicy
ConditionEditPart - Class in vocleditor.edit
The condition edit part.
ConditionEditPart(Condition) - Constructor for class vocleditor.edit.ConditionEditPart
The constructor.
ConditionFigure - Class in vocleditor.figures
The condition figure class.
ConditionFigure() - Constructor for class vocleditor.figures.ConditionFigure
Creates a new ConditionFigure
ConditionPropertiesDialog - Class in vocleditor.dialog
 
ConditionPropertiesDialog(Shell, Condition, Constraint, NavExp) - Constructor for class vocleditor.dialog.ConditionPropertiesDialog
Constructs a new ConditionPropertiesDialog
CONSTRAINT_COLOR - Static variable in class vocleditor.VOCLEditorConstants
 
ConstraintComponentEditPolicy - Class in vocleditor.edit
EditPolicy for the condition.
ConstraintComponentEditPolicy() - Constructor for class vocleditor.edit.ConstraintComponentEditPolicy
 
ConstraintFigure - Class in vocleditor.figures
The graphical representation of a VOCL constraint.
ConstraintFigure() - Constructor for class vocleditor.figures.ConstraintFigure
Constructs a new ConstraintFigure
CONTEXT_COLOR - Static variable in class vocleditor.VOCLEditorConstants
 
CONTEXT_COLOR_2 - Static variable in class vocleditor.VOCLEditorConstants
 
ContextEditPart - Class in vocleditor.edit
The context edit part.
ContextEditPart(Context) - Constructor for class vocleditor.edit.ContextEditPart
The constructor.
ContextFigure - Class in vocleditor.figures
A Figure for the Context of a VOCL Constraint.
ContextFigure() - Constructor for class vocleditor.figures.ContextFigure
Constructs a new ContextFigure.
ContextPropertiesDialog - Class in vocleditor.dialog
Dialog to modify Context properties
ContextPropertiesDialog(Shell, Context) - Constructor for class vocleditor.dialog.ContextPropertiesDialog
Constructs a ContextPropertiesDialog
contributeToMenu(IMenuManager) - Method in class vocleditor.actions.VOCLEditorActionBarContributor
Contirbutes to the menu.
contributeToToolBar(IToolBarManager) - Method in class vocleditor.actions.VOCLEditorActionBarContributor
Contributes to the tool bar.
convert() - Method in class vocleditor.converter.Converter
Imports a VOCL-GXL-Graph in a AGG GraphGrammar and transforms it to an OCL String
ConvertAction - Class in vocleditor.actions
 
ConvertAction(IWorkbenchPart) - Constructor for class vocleditor.actions.ConvertAction
The default constructor with the workbench part.
Converter - Class in vocleditor.converter
 
Converter(File) - Constructor for class vocleditor.converter.Converter
 
ConverterTest - Class in vocleditor.converter
ConverterTest Class
ConverterTest() - Constructor for class vocleditor.converter.ConverterTest
 
CreateAssociationRoleCommand - Class in vocleditor.commands
Connects two ClassifierRoles via an AssociationRole.
CreateAssociationRoleCommand() - Constructor for class vocleditor.commands.CreateAssociationRoleCommand
Constructor for the command class.
CreateAttributeCommand - Class in vocleditor.commands
 
CreateAttributeCommand() - Constructor for class vocleditor.commands.CreateAttributeCommand
The default constructor.
CreateBendpointCommand - Class in BendpointStuff
 
CreateBendpointCommand() - Constructor for class BendpointStuff.CreateBendpointCommand
 
CreateBoolExpCommand - Class in vocleditor.commands
Command for creating a boolean expression role.
CreateBoolExpCommand(BoolExp, NavExp) - Constructor for class vocleditor.commands.CreateBoolExpCommand
The default constructor.
CreateClassifierRoleCommand - Class in vocleditor.commands
Command for creating a asscociation role.
CreateClassifierRoleCommand() - Constructor for class vocleditor.commands.CreateClassifierRoleCommand
The default constructor.
CreateConditionCommand - Class in vocleditor.commands
 
CreateConditionCommand() - Constructor for class vocleditor.commands.CreateConditionCommand
The default constructor.
CreateConstraintCommand - Class in vocleditor.commands
Command for creating a asscociation role.
CreateConstraintCommand() - Constructor for class vocleditor.commands.CreateConstraintCommand
The default constructor.
createEditPart(EditPart, Object) - Method in class vocleditor.edit.GraphicalEditPartsFactory
 
CreateIfExpCommand - Class in vocleditor.commands
Command for creating a boolean expression role.
CreateIfExpCommand(IfExp, NavExp) - Constructor for class vocleditor.commands.CreateIfExpCommand
Constructor.
CreateLetExpCommand - Class in vocleditor.commands
Command for creating a boolean expression role.
CreateLetExpCommand(LetExp, NavExp) - Constructor for class vocleditor.commands.CreateLetExpCommand
The default constructor.
CreateMethodCommand - Class in vocleditor.commands
 
CreateMethodCommand() - Constructor for class vocleditor.commands.CreateMethodCommand
The default constructor.
createPartControl(Composite) - Method in class vocleditor.editor.AbstractEditorPage
 
createPropertyEditor(Composite) - Method in class vocleditor.model.CheckboxPropertyDescriptor
Creates the cell editor.
CreateSetClassifierRoleCommand - Class in vocleditor.commands
 
CreateSetClassifierRoleCommand() - Constructor for class vocleditor.commands.CreateSetClassifierRoleCommand
The default constructor.
createTool() - Method in class vocleditor.editor.VOCLConnectionCreationToolEntry
 
createTool() - Method in class vocleditor.editor.VOCLCreationToolEntry
 
createVOCLModel(IPath) - Method in class vocleditor.model.VOCLModelManager
Creates a new VOCLModel.

A B C D E F G I L M N O P R S T U V W X Z