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

C

cacheCurrentMatch() - Method in class roneditor.dialogs.AbstractMatchDialog
 
calculateEnabled() - Method in class roneditor.actions.ApplyRuleAction
The SelectionAction is enabled if the first selected object is a RONTreeEditPart.
calculateEnabled() - Method in class roneditor.actions.CreateHLPlaceAction
Calculates whether this action is enabled or not by checking if it understands the ID request.
calculateEnabled() - Method in class roneditor.actions.CreateHLTransitionAction
Calculates whether this action is enabled or not by checking if it understands the ID request.
calculateEnabled() - Method in class roneditor.actions.CreateTokenAction
Calculates whether this action is enabled or not by checking if it understands the ID request.
calculateEnabled() - Method in class roneditor.actions.FireAction
The SelectionAction is enabled if the first selected object is a RONTreeEditPart.
calculateEnabled() - Method in class roneditor.objectnetview.actions.EditAction
 
calculateEnabled() - Method in class roneditor.objectnetview.actions.FireONTransitionAction
 
calculateEnabled() - Method in class roneditor.objectnetview.actions.MoveNodeAction
Returns true if the actual selection contains at least an EditPart whose model is an ONNode (so it can be moved).
calculateEnabled() - Method in class roneditor.ronview.actions.FireHLTransitionAction
 
calculateEnabled() - Method in class roneditor.ruleview.actions.CopyLHS2NACAction
 
calculateEnabled() - Method in class roneditor.ruleview.actions.CopyLHS2RHSAction
 
calculateEnabled() - Method in class roneditor.ruleview.actions.CopyRHS2NACAction
 
calculateEnabled() - Method in class roneditor.ruleview.actions.CreateNACAction
 
calculateEnabled() - Method in class roneditor.ruleview.actions.DeleteMappingAction
 
calculateEnabled() - Method in class roneditor.ruleview.actions.DeleteNACAction
 
calculateEnabled() - Method in class roneditor.ruleview.actions.SwitchNACAction
This action is only enabled for pages showing rules with at least 2 NACs.
calculateMappings(HashMap<ONNode, ONNode>, Rule, ObjectNet) - Method in class roneditor.converter.RuleSimulator
 
calculatePartName() - Method in class roneditor.AbstractPageBookView
 
calculatePartName() - Method in class roneditor.objectnetview.ObjectNetPageBookView
 
calculatePartName() - Method in class roneditor.ronview.RONPageBookView
 
calculatePartName() - Method in class roneditor.ruleview.RulePageBookView
 
cancelButton - Variable in class roneditor.dialogs.CreateHLPlaceOrTokenDialog
 
cancelButton - Variable in class roneditor.dialogs.HLTransitionPropertiesDialog
 
cancelButton - Variable in class roneditor.objectnetview.dialogs.ONArcPropertiesDialog
 
cancelButton - Variable in class roneditor.objectnetview.dialogs.ONPlacePropertiesDialog
 
cancelButton - Variable in class roneditor.objectnetview.dialogs.ONTransitionPropertiesDialog
 
cancelButtonMouseUp(MouseEvent) - Method in class roneditor.dialogs.CreateHLPlaceOrTokenDialog
 
canceled - Variable in class roneditor.dialogs.AbstractFireDialog
 
canceled - Variable in class roneditor.dialogs.AbstractMatchDialog
A switch to determine whether this dialog has been canceled.
cancelled - Variable in class roneditor.dialogs.AbstractPropertiesDialog
 
cancelled - Variable in class roneditor.dialogs.CreateHLPlaceOrTokenDialog
 
cancelMouseDown(MouseEvent) - Method in class roneditor.dialogs.AbstractPropertiesDialog
 
canDelete(Mapping) - Static method in class roneditor.ruleview.model.RuleModelUtil
 
canExecute() - Method in class roneditor.objectnetview.commands.CreateONArcCommand
 
canExecute() - Method in class roneditor.objectnetview.commands.DeleteONArcCommand
 
canExecute() - Method in class roneditor.objectnetview.commands.DeleteONNodeCommand
 
canExecute() - Method in class roneditor.objectnetview.commands.FireONTransitionCommand
 
canExecute() - Method in class roneditor.objectnetview.commands.ReconnectONSourceCommand
 
canExecute() - Method in class roneditor.objectnetview.commands.ReconnectONTargetCommand
 
canExecute() - Method in class roneditor.ronview.commands.CreateHLArcCommand
 
canExecute() - Method in class roneditor.ronview.commands.CreateTokenCommand
 
canExecute() - Method in class roneditor.ronview.commands.DeleteHLArcCommand
 
canExecute() - Method in class roneditor.ronview.commands.FireApplyRuleHLTransitionCommand
True if the command can be executed, false otherwise.
canExecute() - Method in class roneditor.ronview.commands.FireFireHLTransitionCommand
True if the command can be executed, false otherwise.
canExecute() - Method in class roneditor.ronview.commands.FireSplitHLTransitionCommand
True if the command can be executed, false otherwise.
canExecute() - Method in class roneditor.ronview.commands.FireStandardHLTransitionCommand
True if the command can be executed, false otherwise.
canExecute() - Method in class roneditor.ronview.commands.ReconnectHLSourceCommand
True if the command can be executed, false otherwise.
canExecute() - Method in class roneditor.ronview.commands.ReconnectHLTargetCommand
True if the command can be executed, false otherwise.
canExecute() - Method in class roneditor.ronview.commands.SelectTokenCommand
 
canExecute() - Method in class roneditor.ruleview.commands.CopyLHS2CodomainCommand
 
canExecute() - Method in class roneditor.ruleview.commands.CopyRHS2NACCommand
True if the command can be executed, false otherwise.
canExecute() - Method in class roneditor.ruleview.commands.CreateMappingCommand
 
canExecute() - Method in class roneditor.ruleview.commands.CreateNACCommand
 
canExecute() - Method in class roneditor.ruleview.commands.DeleteMappingCommand
 
canExecute() - Method in class roneditor.ruleview.commands.DeleteNACCommand
 
canExecute() - Method in class roneditor.ruleview.commands.SwitchNacCommand
 
canPerformAction() - Method in class roneditor.objectnetview.actions.EditAction
 
canPerformAction() - Method in class roneditor.objectnetview.actions.FireONTransitionAction
 
canPerformAction() - Method in class roneditor.ronview.actions.FireHLTransitionAction
 
canZoomIn() - Method in class roneditor.ZoomManagerDelegate
 
canZoomOut() - Method in class roneditor.ZoomManagerDelegate
 
cellEditor - Variable in class roneditor.edit.utils.TreeDirectEditManager
 
cellEditorListener - Variable in class roneditor.edit.utils.TreeDirectEditManager
 
checkApplyRule(HLTransition) - Method in class roneditor.ronview.actions.FireHLTransitionAction
 
CheckboxPropertyDescriptor - Class in roneditor.objectnetview.model
Property Descriptor for the properties view window for boolean values.
CheckboxPropertyDescriptor(Object, String) - Constructor for class roneditor.objectnetview.model.CheckboxPropertyDescriptor
 
checkCurrentMatch() - Method in class roneditor.dialogs.AbstractMatchDialog
 
checkCurrentZoomManager() - Method in class roneditor.ZoomManagerDelegate
 
checkFire(HLTransition) - Method in class roneditor.ronview.actions.FireHLTransitionAction
 
checkMapping(ONTransition, ONTransition) - Static method in class roneditor.ruleview.model.RuleModelUtil
 
checkMapping(Mapping) - Static method in class roneditor.ruleview.model.RuleModelUtil
 
checkSplit(HLTransition) - Method in class roneditor.ronview.actions.FireHLTransitionAction
 
checkStandard(HLTransition) - Method in class roneditor.ronview.actions.FireHLTransitionAction
 
clickPosition - Static variable in class roneditor.figures.Mouse
 
closeDialog() - Method in class roneditor.dialogs.AbstractFireDialog
 
closeDialog() - Method in class roneditor.dialogs.AbstractMatchDialog
 
closeViewsShowing(EObject) - Method in class roneditor.AbstractTreeEditor
Closes alls views in the site's page whose secondary ID correspond to the id the passed model has been registered with.
codomain - Variable in class roneditor.ruleview.commands.CopyLHS2CodomainCommand
 
codomain - Variable in class roneditor.ruleview.commands.CreateMappingCommand
 
codomain - Variable in class roneditor.ruleview.commands.DeleteMappingCommand
 
codomainViewer - Variable in class roneditor.dialogs.AbstractMatchDialog
A viewer showing a copy of the current object net.
com.cloudgarden.resource - package com.cloudgarden.resource
 
Command_Label_Resize - Static variable in class roneditor.objectnetview.commands.SetConstraintCommand
 
Command_Label_Resize - Static variable in class roneditor.ronview.commands.SetConstraintCommand
 
Command_Label_Select_Token - Static variable in class roneditor.ronview.commands.SelectTokenCommand
 
commandStack - Variable in class roneditor.dialogs.AbstractMatchDialog
A command stack for this dialog to perform undo and redo.
commandStackChanged(EventObject) - Method in class roneditor.AbstractMultiViewerPage
If some command manipulates the model the actions are updated so that actions are not only updated if a selection change occurs.
commandStackChanged(EventObject) - Method in class roneditor.AbstractTreeEditor
When the command stack changes, the actions interested in the command stack are updated.
commit() - Method in class roneditor.edit.utils.TreeDirectEditManager
Commits the current value of the cell editor by getting a Command from the source edit part and executing it via the CommandStack.
committing - Variable in class roneditor.edit.utils.TreeDirectEditManager
 
composite1 - Variable in class roneditor.objectnetview.dialogs.ONArcPropertiesDialog
 
composite1 - Variable in class roneditor.objectnetview.dialogs.ONPlacePropertiesDialog
 
composite1 - Variable in class roneditor.objectnetview.dialogs.ONTransitionPropertiesDialog
 
compositeApplyLower - Variable in class roneditor.dialogs.AbstractFireDialog
 
compositeApplyLower - Variable in class roneditor.dialogs.AbstractMatchDialog
 
compositeMatchMiddle - Variable in class roneditor.dialogs.AbstractMatchDialog
 
compositeMiddle - Variable in class roneditor.dialogs.AbstractMatchDialog
 
compositeNetMiddle - Variable in class roneditor.dialogs.AbstractMatchDialog
 
compositeNetUpper - Variable in class roneditor.dialogs.AbstractFireDialog
 
compositeRulesUpper - Variable in class roneditor.dialogs.AbstractMatchDialog
 
compositeViewer - Variable in class roneditor.dialogs.AbstractFireDialog
 
computeMatchCompletions() - Method in class roneditor.dialogs.AbstractMatchDialog
 
connectionAnchor - Variable in class roneditor.ronview.figures.HLPlaceFigure
 
connectionAnchor - Variable in class roneditor.ronview.figures.HLTransitionFigure
 
connectionAnchors - Variable in class roneditor.figures.AbstractNodeFigure
 
ConnectionCommand_Description - Static variable in class roneditor.objectnetview.commands.CreateONArcCommand
 
ConnectionCommand_Description - Static variable in class roneditor.ronview.commands.CreateHLArcCommand
 
ConnectionCommand_Description - Static variable in class roneditor.ruleview.commands.CreateMappingCommand
 
ConnectionCommand_Label - Static variable in class roneditor.objectnetview.commands.CreateONArcCommand
 
ConnectionCommand_Label - Static variable in class roneditor.ronview.commands.CreateHLArcCommand
 
ConnectionCommand_Label - Static variable in class roneditor.ruleview.commands.CreateMappingCommand
 
containerRule - Variable in class roneditor.dialogs.AbstractMatchDialog
A rule that has a copy of the currentRule's LHS as LHS and the CurrentObjectNetCopy as RHS.
containsCurrentMatch(HashMap<ONNode, ONNode>) - Method in class roneditor.dialogs.AbstractMatchDialog
 
ContextMenuProviderWithActionRegistry - Class in roneditor.editor
This ContextMenuProvider gets an ActionRegistry in its constructor which is used to resolve actions via some key, usually their IDs.
ContextMenuProviderWithActionRegistry(EditPartViewer, ActionRegistry) - Constructor for class roneditor.editor.ContextMenuProviderWithActionRegistry
The constructor for this class.
contributeToMenu(IMenuManager) - Method in class roneditor.editor.RonEditorActionBarContributor
 
contributeToToolBar(IToolBarManager) - Method in class roneditor.editor.RonEditorActionBarContributor
 
controls - Variable in class roneditor.objectnetview.ObjectNetPaletteRoot
 
controls - Variable in class roneditor.ronview.RONPaletteRoot
 
copy(ONNode) - Static method in class roneditor.ruleview.model.RuleModelUtil
 
copy(ONArc) - Static method in class roneditor.ruleview.model.RuleModelUtil
 
copyCommand_Label - Static variable in class roneditor.ruleview.commands.CopyLHS2CodomainCommand
 
copyCommand_Label - Static variable in class roneditor.ruleview.commands.CopyRHS2NACCommand
 
CopyLHS2CodomainCommand - Class in roneditor.ruleview.commands
command für Kopieren eines LHS in ein Codomain
CopyLHS2CodomainCommand() - Constructor for class roneditor.ruleview.commands.CopyLHS2CodomainCommand
Constructor.
CopyLHS2NACAction - Class in roneditor.ruleview.actions
action für Kopieren eines LHS nach NAC
CopyLHS2NACAction(IWorkbenchPart, RulePage) - Constructor for class roneditor.ruleview.actions.CopyLHS2NACAction
 
CopyLHS2RHSAction - Class in roneditor.ruleview.actions
action für kopieren eines LHS nach RHS
CopyLHS2RHSAction(IWorkbenchPart, RulePage) - Constructor for class roneditor.ruleview.actions.CopyLHS2RHSAction
 
copyOfSourceObjectNet - Variable in class roneditor.ronview.commands.FireFireHLTransitionCommand
 
CopyRHS2NACAction - Class in roneditor.ruleview.actions
action für Kopieren eines RHS nach NAC
CopyRHS2NACAction(IWorkbenchPart, RulePage) - Constructor for class roneditor.ruleview.actions.CopyRHS2NACAction
 
CopyRHS2NACCommand - Class in roneditor.ruleview.commands
command für Kopieren eines RHS in ein NAC
CopyRHS2NACCommand() - Constructor for class roneditor.ruleview.commands.CopyRHS2NACCommand
Constructor.
createActions() - Method in class roneditor.AbstractMultiViewerPage
To be implemented by subclasses.
createActions() - Method in class roneditor.AbstractTreeEditor
Creates some standard GEF actions for this editor.
createActions() - Method in class roneditor.editor.RONEditor
 
createActions() - Method in class roneditor.objectnetview.ObjectNetPage
 
createActions() - Method in class roneditor.ronview.RONPage
 
createActions() - Method in class roneditor.ruleview.RulePage
 
createAddCommand(EditPart, Object) - Method in class roneditor.objectnetview.edit.policies.ObjectNetXYLayoutEditPolicy
 
createAddCommand(EditPart, Object) - Method in class roneditor.ronview.edit.policies.RONViewXYLayoutEditPolicy
 
CreateBendpointCommand - Class in roneditor.objectnetview.commands
CreateBendpointCommand creates a new Bendpoint.
CreateBendpointCommand() - Constructor for class roneditor.objectnetview.commands.CreateBendpointCommand
 
createChangeConstraintCommand(EditPart, Object) - Method in class roneditor.objectnetview.edit.policies.ObjectNetXYLayoutEditPolicy
 
createChangeConstraintCommand(EditPart, Object) - Method in class roneditor.ronview.edit.policies.RONViewXYLayoutEditPolicy
 
createChildEditPolicy(EditPart) - Method in class roneditor.objectnetview.edit.policies.ObjectNetXYLayoutEditPolicy
 
createChildEditPolicy(EditPart) - Method in class roneditor.ronview.edit.policies.RONViewXYLayoutEditPolicy
 
CreateCommand_Label - Static variable in class roneditor.ronview.commands.CreateHLPlaceCommand
 
CreateCommand_Label - Static variable in class roneditor.ronview.commands.CreateHLTransitionCommand
 
CreateCommand_Label - Static variable in class roneditor.ronview.commands.CreateTokenCommand
 
createCommand_Label - Static variable in class roneditor.ruleview.commands.CreateNACCommand
 
createConnectionAnchors(int, IFigure) - Method in class roneditor.figures.AbstractNodeFigure
 
createContextMenuProvider(EditPartViewer) - Method in class roneditor.AbstractMultiViewerPage
Subclasses must implement to specify the ContextMenuProviderWithActionRegistry that should be used by this page's GraphicalViewers and is responsible to show the created actions in the context menu.
createContextMenuProvider(TreeViewer) - Method in class roneditor.AbstractTreeEditor
 
createContextMenuProvider(GraphicalViewer, ActionRegistry) - Method in class roneditor.dialogs.AbstractMatchDialog
 
createContextMenuProvider(GraphicalViewer, ActionRegistry) - Method in class roneditor.dialogs.MatchDialog
 
createContextMenuProvider(TreeViewer) - Method in class roneditor.editor.RONEditor
 
createContextMenuProvider(EditPartViewer) - Method in class roneditor.objectnetview.ObjectNetPage
 
createContextMenuProvider(EditPartViewer) - Method in class roneditor.ronview.RONPage
 
createContextMenuProvider(EditPartViewer) - Method in class roneditor.ruleview.RulePage
 
createControl(Composite) - Method in class roneditor.AbstractMultiViewerPage
This method creates all the visual parts and configures them: A FlyoutPaletteComposite is created and associated with the Preferences of the AbstractMultiViewerPage.editor's Plugin.
createControl(Composite) - Method in class roneditor.dialogs.RONFileCreationPage
 
createdArcs - Variable in class roneditor.converter.RuleSimulator
 
createDefaultPage(PageBook) - Method in class roneditor.AbstractPageBookView
 
createDefaultRon(IPath) - Method in class roneditor.model.RONModelManager
Creates a new default RON in a Resource.
createDeleteCommand(GroupRequest) - Method in class roneditor.objectnetview.edit.policies.ONNodeComponentEditPolicy
 
createDeleteCommand(GroupRequest) - Method in class roneditor.ronview.edit.policies.HLNodeComponentEditPolicy
 
createdNodes - Variable in class roneditor.converter.RuleSimulator
 
createEditPart(EditPart, Object) - Method in class roneditor.edit.utils.RONTreeEditPartFactory
 
createEditPart(EditPart, Object) - Method in class roneditor.objectnetview.edit.utils.ObjectNetViewEditPartFactory
 
createEditPart(EditPart, Object) - Method in class roneditor.ronview.edit.utils.RONViewEditPartFactory
 
createEditPart(EditPart, Object) - Method in class roneditor.ruleview.edit.utils.RuleViewEditPartFactory
 
createEditPartFactory() - Method in class roneditor.AbstractMultiViewerPage
Subclasses must implement to specify the EditPartFactory that should be used by this page's GraphicalViewers.
createEditPartFactory() - Method in class roneditor.dialogs.AbstractMatchDialog
 
createEditPartFactory() - Method in class roneditor.dialogs.MatchDialog
 
createEditPartFactory() - Method in class roneditor.objectnetview.ObjectNetPage
 
createEditPartFactory() - Method in class roneditor.ronview.RONPage
 
createEditPartFactory() - Method in class roneditor.ruleview.RulePage
 
createEditPolicies() - Method in class roneditor.edit.parts.HLPlaceTreeEditPart
 
createEditPolicies() - Method in class roneditor.edit.parts.HLTransitionTreeEditPart
 
createEditPolicies() - Method in class roneditor.edit.parts.ObjectNetTreeEditPart
 
createEditPolicies() - Method in class roneditor.edit.parts.RuleTreeEditPart
 
createEditPolicies() - Method in class roneditor.objectnetview.edit.parts.ObjectNetEditPart
 
createEditPolicies() - Method in class roneditor.objectnetview.edit.parts.ONArcEditPart
 
createEditPolicies() - Method in class roneditor.objectnetview.edit.parts.ONPlaceEditPart
 
createEditPolicies() - Method in class roneditor.objectnetview.edit.parts.ONTransitionEditPart
 
createEditPolicies() - Method in class roneditor.ronview.edit.parts.HLArcEditPart
 
createEditPolicies() - Method in class roneditor.ronview.edit.parts.HLPlaceEditPart
 
createEditPolicies() - Method in class roneditor.ronview.edit.parts.HLTransitionEditPart
 
createEditPolicies() - Method in class roneditor.ronview.edit.parts.RONEditPart
 
createEditPolicies() - Method in class roneditor.ronview.edit.parts.TokenEditPart
 
createEditPolicies() - Method in class roneditor.ruleview.edit.parts.MappingEditPart
 
createEditPolicies() - Method in class roneditor.ruleview.edit.parts.ONPlaceEditPart
 
createEditPolicies() - Method in class roneditor.ruleview.edit.parts.ONTransitionEditPart
 
createFigure() - Method in class roneditor.objectnetview.edit.parts.ObjectNetEditPart
Create a FreeformLayer for the ObjectNet
createFigure() - Method in class roneditor.objectnetview.edit.parts.ONArcEditPart
create a figure for the onArc
createFigure() - Method in class roneditor.objectnetview.edit.parts.ONPlaceEditPart
 
createFigure() - Method in class roneditor.objectnetview.edit.parts.ONTransitionEditPart
 
createFigure() - Method in class roneditor.ronview.edit.parts.HLArcEditPart
 
createFigure() - Method in class roneditor.ronview.edit.parts.HLPlaceEditPart
 
createFigure() - Method in class roneditor.ronview.edit.parts.HLTransitionEditPart
 
createFigure() - Method in class roneditor.ronview.edit.parts.RONEditPart
 
createFigure() - Method in class roneditor.ronview.edit.parts.TokenEditPart
 
createGraphicalViewer() - Method in class roneditor.dialogs.AbstractFireDialog
 
createGraphicalViewer() - Method in class roneditor.dialogs.AbstractMatchDialog
 
createGraphicalViewerComposite() - Method in class roneditor.AbstractMultiViewerPage
This method creates an configures some AbstractMultiViewerPage.MultiViewerPageViewer according to AbstractMultiViewerPage.getNumberOfViewers() and adds them to a SashForm: For each newly created graphical viewer the shared AbstractMultiViewerPage.editDomain is set, a shared KeyHandler (configured via AbstractMultiViewerPage.setupKeyHandler(KeyHandler)) is set, it is registered with the AbstractMultiViewerPage.editor's SelectionSynchronizer, a shared EditPartFactory returned by AbstractMultiViewerPage.createEditPartFactory() is set, a unique ContextMenuProviderWithActionRegistry returned by AbstractMultiViewerPage.createContextMenuProvider(EditPartViewer), an object of the array AbstractMultiViewerPage.getViewerContents() returns is set as the contents of the viewers.
CreateHLArcCommand - Class in roneditor.ronview.commands
Command class for creation a HLArc
CreateHLArcCommand() - Constructor for class roneditor.ronview.commands.CreateHLArcCommand
Constructor.
CreateHLBendpointCommand - Class in roneditor.ronview.commands
class for creation a new BendPoint
CreateHLBendpointCommand() - Constructor for class roneditor.ronview.commands.CreateHLBendpointCommand
 
CreateHLPlaceAction - Class in roneditor.actions
 
CreateHLPlaceAction(RONEditor) - Constructor for class roneditor.actions.CreateHLPlaceAction
 
CreateHLPlaceCommand - Class in roneditor.ronview.commands
Command for adding a HLPlace to a RON.
CreateHLPlaceCommand(RON, HLPlace) - Constructor for class roneditor.ronview.commands.CreateHLPlaceCommand
 
CreateHLPlaceOrTokenDialog - Class in roneditor.dialogs
This code was edited or generated using CloudGarden's Jigloo SWT/Swing GUI Builder, which is free for non-commercial use.
CreateHLPlaceOrTokenDialog(Shell, int) - Constructor for class roneditor.dialogs.CreateHLPlaceOrTokenDialog
 
CreateHLTransitionAction - Class in roneditor.actions
 
CreateHLTransitionAction(RONEditor) - Constructor for class roneditor.actions.CreateHLTransitionAction
 
CreateHLTransitionCommand - Class in roneditor.ronview.commands
Command for adding a HLTransition to a RON.
CreateHLTransitionCommand(RON, HLTransition) - Constructor for class roneditor.ronview.commands.CreateHLTransitionCommand
 
createIDForModel(EObject) - Method in class roneditor.AbstractTreeEditor
Generates an unique ID for this model and registers them with each other in two maps.
createIDForModel(EObject, String) - Method in class roneditor.AbstractTreeEditor
Generates an unique ID for this model and registers them with each other in two maps.
createInitialLayout(IPageLayout) - Method in class roneditor.editor.RonEditorPerspective
 
CreateMappingCommand - Class in roneditor.ruleview.commands
Command class for a mappingcreation
CreateMappingCommand() - Constructor for class roneditor.ruleview.commands.CreateMappingCommand
Constructor.
createMappingTool() - Method in class roneditor.dialogs.AbstractMatchDialog
 
createMappingTool() - Method in class roneditor.dialogs.MatchDialog
 
createMorphismNACs(Rule) - Method in class roneditor.converter.RuleSimulator
A petrinet morphism requires that the environment around each transition is preserved, meaning that the sum of all incoming arcs must remain constant (same for outoging arcs).
createMoveDelta() - Method in class roneditor.objectnetview.actions.MoveNodeAction
 
CreateNACAction - Class in roneditor.ruleview.actions
Action for creation of a NAC
CreateNACAction(IWorkbenchPart, RulePage) - Constructor for class roneditor.ruleview.actions.CreateNACAction
 
CreateNACCommand - Class in roneditor.ruleview.commands
command for a Nac-creation
CreateNACCommand() - Constructor for class roneditor.ruleview.commands.CreateNACCommand
Constructor.
CreateONArcCommand - Class in roneditor.objectnetview.commands
Command class for a ONArc-Connection.
CreateONArcCommand() - Constructor for class roneditor.objectnetview.commands.CreateONArcCommand
Constructor.
createONMapping(Match, ObjectNet, ObjectNet, HashMap<ONNode, Node>, HashMap<ONNode, Node>) - Method in class roneditor.converter.RuleSimulator
 
CreateONPlaceCommand - Class in roneditor.objectnetview.commands
Command for creating a place.
CreateONPlaceCommand() - Constructor for class roneditor.objectnetview.commands.CreateONPlaceCommand
Constructor.
CreateONTransitionCommand - Class in roneditor.objectnetview.commands
Command for creating a Transition.
CreateONTransitionCommand() - Constructor for class roneditor.objectnetview.commands.CreateONTransitionCommand
Constructor.
createPaletteRoot() - Method in class roneditor.AbstractMultiViewerPage
Subclasses must implement to specify the PaletteRoot that should be used by this page's EditDomain and which defines the contents of the palette.
createPaletteRoot() - Method in class roneditor.objectnetview.ObjectNetPage
 
createPaletteRoot() - Method in class roneditor.ronview.RONPage
 
createPaletteRoot() - Method in class roneditor.ruleview.RulePage
 
createPartControl(Composite) - Method in class roneditor.AbstractTreeEditor
Realizes the editor by creating its Control.
createPropertyEditor(Composite) - Method in class roneditor.objectnetview.model.CheckboxPropertyDescriptor
 
createResource(IPath) - Method in class roneditor.model.RONModelManager
 
createSelectionHandles() - Method in class roneditor.edit.policies.ArcSelectionHandlesEditPolicy
 
CreateTokenAction - Class in roneditor.actions
An action for the RON editor to create tokens (i.e. low-level nets or rules) on places in a RON.
CreateTokenAction(RONEditor) - Constructor for class roneditor.actions.CreateTokenAction
 
CreateTokenCommand - Class in roneditor.ronview.commands
Command for adding a Token to a HLPlace.
CreateTokenCommand(HLPlace, Token) - Constructor for class roneditor.ronview.commands.CreateTokenCommand
 
createTool() - Method in class roneditor.objectnetview.ObjectNetConnectionCreationToolEntry
 
createTool() - Method in class roneditor.objectnetview.ObjectNetCreationToolEntry
 
createTool() - Method in class roneditor.ronview.RONCreationToolEntry
Returns a new CreationTool for this entry.
createTool() - Method in class roneditor.ruleview.RuleMappingCreationToolEntry
Returns a new CreationTool for this entry.
createToolBar() - Method in class roneditor.dialogs.AbstractMatchDialog
This method creates a tool bar with special undo and redo actions working on te dialog's command stack.
createTreeEditPartFactory() - Method in class roneditor.AbstractTreeEditor
 
createTreeEditPartFactory() - Method in class roneditor.editor.RONEditor
 
createTreeViewer(Composite) - Method in class roneditor.AbstractTreeEditor
Creates the GraphicalViewer on the specified Composite.
createTypeGraph() - Method in class roneditor.converter.RuleSimulator
Creates an AGG type graph with Place, Transition, ArcPT and ArcTP.
currentCompletionPos - Variable in class roneditor.dialogs.AbstractMatchDialog
The position of the current match completion in the matchCompletions list.
currentObjectNetCopy - Variable in class roneditor.dialogs.AbstractMatchDialog
A copy of the currently selected object net.
currentObjectNetPos - Variable in class roneditor.dialogs.AbstractFireDialog
 
currentObjectNetPos - Variable in class roneditor.dialogs.AbstractMatchDialog
The position of the current object net in the objectNets list.
currentRule - Variable in class roneditor.dialogs.AbstractMatchDialog
The rule of whose LHS a copy is being shown in the lhsViewer.
currentViewer - Variable in class roneditor.AbstractMultiViewerPage
The viewer that is showed in the Thumbnail, the current ISelectionProvider for this page's IPageSite and providing a ZoomManager for the zoom actions via a ZoomManagerDelegate.
currentZoomManager - Variable in class roneditor.ZoomManagerDelegate
The current ZoomManager that method calls are delegated to.

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