Deprecated. This class is deprecated in favour of GeneratorManager and
the CodeGenerator interface.
Explanation by Daniele Tamino:
Why Generator2 is deprecated: Because it was replaced
by CodeGenerator and GeneratorManager.
The Generator2 class kept a list of Generator2 objects,
populated during construction, but that list was
not changeable afterward, and this was incompatible
with the new module loader (see issue 3580
),
so here comes GeneratorManager.
Moreover, there was no reasonable way to display
the generated source correctly in the source pane
using Generator2 or FileGenerator, and for this
the CodeGenerator interface was created (issue
3546 ).
In ArgoUML V0.21.2 Generator2 was still used
for another purpose, i.e. it implemented
some common methods of the NotationProvider2 interface too,
which went away when the new notation architecture
got more and more completed (issue 1207
).Generator2(NotationName) -
Constructor for class org.argouml.uml.generator.Generator2
Deprecated. Constructor that sets the name of this notation.
GeneratorHelper - class org.argouml.uml.generator.GeneratorHelper.Provides some utility methods for code generation.GeneratorJava - class org.argouml.language.java.generator.GeneratorJava.Generator2 subclass to generate Java for display in diagrams and in
text fields in the ArgoUML user interface.GeneratorJava() -
Constructor for class org.argouml.language.java.generator.GeneratorJava
Constructor.
GeneratorManager - class org.argouml.uml.generator.GeneratorManager.Keeps an instance of each CodeGenerator implementation module registered,
associated with a language name.GenericArgoMenuBar - class org.argouml.ui.cmd.GenericArgoMenuBar.GenericArgoMenuBar defines the menubar for all operating systems which do not
explicitely ask for a different kind of menu bar, such as Mac OS X.GenericArgoMenuBar() -
Constructor for class org.argouml.ui.cmd.GenericArgoMenuBar
The constructor.
GoAssocRoleToMessages - class org.argouml.ui.explorer.rules.GoAssocRoleToMessages.The GoRule AssociationRole->Messages.GoAssocRoleToMessages() -
Constructor for class org.argouml.ui.explorer.rules.GoAssocRoleToMessages
GoBehavioralFeatureToStateDiagram - class org.argouml.ui.explorer.rules.GoBehavioralFeatureToStateDiagram.The rule for Behavioral Feature->Statechart diagram.GoBehavioralFeatureToStateDiagram() -
Constructor for class org.argouml.ui.explorer.rules.GoBehavioralFeatureToStateDiagram
GoBehavioralFeatureToStateMachine - class org.argouml.ui.explorer.rules.GoBehavioralFeatureToStateMachine.PerspectiveRule to navigate from behavioral
feature to statemachine.GoBehavioralFeatureToStateMachine() -
Constructor for class org.argouml.ui.explorer.rules.GoBehavioralFeatureToStateMachine
GoClassToAssociatedClass - class org.argouml.ui.explorer.rules.GoClassToAssociatedClass.Rule for Class->Associated Class.GoClassToAssociatedClass() -
Constructor for class org.argouml.ui.explorer.rules.GoClassToAssociatedClass
GoClassToNavigableClass - class org.argouml.ui.explorer.rules.GoClassToNavigableClass.Rule for Class->Navigable Class.GoClassToNavigableClass() -
Constructor for class org.argouml.ui.explorer.rules.GoClassToNavigableClass
GoClassToSummary - class org.argouml.ui.explorer.rules.GoClassToSummary.This class is a Go Rule for the "Class - centric" Navigation perspective.GoClassToSummary() -
Constructor for class org.argouml.ui.explorer.rules.GoClassToSummary
GoClassifierToBehavioralFeature - class org.argouml.ui.explorer.rules.GoClassifierToBehavioralFeature.Go rule to navigate from a classifier to the behavioral
features owned by that classifier.GoClassifierToBehavioralFeature() -
Constructor for class org.argouml.ui.explorer.rules.GoClassifierToBehavioralFeature
GoClassifierToCollaboration - class org.argouml.ui.explorer.rules.GoClassifierToCollaboration.Go rule for navigation in the navpane from a classifier to the collaboration
representing it.GoClassifierToCollaboration() -
Constructor for class org.argouml.ui.explorer.rules.GoClassifierToCollaboration
GoClassifierToInstance - class org.argouml.ui.explorer.rules.GoClassifierToInstance. GoClassifierToInstance() -
Constructor for class org.argouml.ui.explorer.rules.GoClassifierToInstance
GoClassifierToSequenceDiagram - class org.argouml.ui.explorer.rules.GoClassifierToSequenceDiagram.Go rule from represented operation to sequence diagram representing it.GoClassifierToSequenceDiagram() -
Constructor for class org.argouml.ui.explorer.rules.GoClassifierToSequenceDiagram
GoClassifierToStateMachine - class org.argouml.ui.explorer.rules.GoClassifierToStateMachine.PerspectiveRule to navigate from behavioral
feature to statemachine.GoClassifierToStateMachine() -
Constructor for class org.argouml.ui.explorer.rules.GoClassifierToStateMachine
GoClassifierToStructuralFeature - class org.argouml.ui.explorer.rules.GoClassifierToStructuralFeature.Rule for Class->Attribute.GoClassifierToStructuralFeature() -
Constructor for class org.argouml.ui.explorer.rules.GoClassifierToStructuralFeature
GoCollaborationToDiagram - class org.argouml.ui.explorer.rules.GoCollaborationToDiagram.Rule for Collaboration->Diagram.GoCollaborationToDiagram() -
Constructor for class org.argouml.ui.explorer.rules.GoCollaborationToDiagram
GoCollaborationToInteraction - class org.argouml.ui.explorer.rules.GoCollaborationToInteraction.Rule for Collaboration->Interaction.GoCollaborationToInteraction() -
Constructor for class org.argouml.ui.explorer.rules.GoCollaborationToInteraction
GoComponentToResidentModelElement - class org.argouml.ui.explorer.rules.GoComponentToResidentModelElement.Rule for Component -> Resident Element.GoComponentToResidentModelElement() -
Constructor for class org.argouml.ui.explorer.rules.GoComponentToResidentModelElement
GoCompositeStateToSubvertex - class org.argouml.ui.explorer.rules.GoCompositeStateToSubvertex.Rule for State->Substates.GoCompositeStateToSubvertex() -
Constructor for class org.argouml.ui.explorer.rules.GoCompositeStateToSubvertex
GoDiagramToEdge - class org.argouml.ui.explorer.rules.GoDiagramToEdge.Rule for Diagram->Edge.GoDiagramToEdge() -
Constructor for class org.argouml.ui.explorer.rules.GoDiagramToEdge
GoDiagramToNode - class org.argouml.ui.explorer.rules.GoDiagramToNode.Rule for Diagram->Node.GoDiagramToNode() -
Constructor for class org.argouml.ui.explorer.rules.GoDiagramToNode
GoElementToMachine - class org.argouml.ui.explorer.rules.GoElementToMachine.Rule for Class->State Machine.GoElementToMachine() -
Constructor for class org.argouml.ui.explorer.rules.GoElementToMachine
GoEnumerationToLiterals - class org.argouml.ui.explorer.rules.GoEnumerationToLiterals.Go rule to navigate from an Enumeration to its Literals.GoEnumerationToLiterals() -
Constructor for class org.argouml.ui.explorer.rules.GoEnumerationToLiterals
The constructor.
GoGeneralizableElementToSpecialized - class org.argouml.ui.explorer.rules.GoGeneralizableElementToSpecialized.Rule to navigate from a Generalizable element to its children.GoGeneralizableElementToSpecialized() -
Constructor for class org.argouml.ui.explorer.rules.GoGeneralizableElementToSpecialized
GoInteractionToMessages - class org.argouml.ui.explorer.rules.GoInteractionToMessages.Rule for Interaction->Messages.GoInteractionToMessages() -
Constructor for class org.argouml.ui.explorer.rules.GoInteractionToMessages
GoLinkToStimuli - class org.argouml.ui.explorer.rules.GoLinkToStimuli.Rule for Link->Stimuli.GoLinkToStimuli() -
Constructor for class org.argouml.ui.explorer.rules.GoLinkToStimuli
GoListToDecisionsToItems - class org.argouml.cognitive.ui.GoListToDecisionsToItems.Rule for sorting the ToDo list: Decision -> Item.GoListToDecisionsToItems() -
Constructor for class org.argouml.cognitive.ui.GoListToDecisionsToItems
GoListToGoalsToItems - class org.argouml.cognitive.ui.GoListToGoalsToItems.Rule for sorting the ToDo list: Goal -> Item.GoListToGoalsToItems() -
Constructor for class org.argouml.cognitive.ui.GoListToGoalsToItems
GoListToOffenderToItem - class org.argouml.cognitive.ui.GoListToOffenderToItem.Rule for sorting the ToDo list: Offender -> Item.GoListToOffenderToItem() -
Constructor for class org.argouml.cognitive.ui.GoListToOffenderToItem
The constructor.
GoListToPosterToItem - class org.argouml.cognitive.ui.GoListToPosterToItem.Rule for sorting the ToDo list: Poster -> Item.GoListToPosterToItem() -
Constructor for class org.argouml.cognitive.ui.GoListToPosterToItem
GoListToPriorityToItem - class org.argouml.cognitive.ui.GoListToPriorityToItem.Rule for sorting the ToDo list: Priority -> Item.GoListToPriorityToItem() -
Constructor for class org.argouml.cognitive.ui.GoListToPriorityToItem
GoListToTypeToItem - class org.argouml.cognitive.ui.GoListToTypeToItem.Rule for sorting the ToDo list: Type -> Item.GoListToTypeToItem() -
Constructor for class org.argouml.cognitive.ui.GoListToTypeToItem
GoMessageToAction - class org.argouml.ui.explorer.rules.GoMessageToAction.Go rule to navigate from some message to it's corresponding action.GoMessageToAction() -
Constructor for class org.argouml.ui.explorer.rules.GoMessageToAction
GoModelElementToBehavior - class org.argouml.ui.explorer.rules.GoModelElementToBehavior.PerspectiveRule to navigate from a modelelement (the context)
to its behavior (statemachine or activitygraph).GoModelElementToBehavior() -
Constructor for class org.argouml.ui.explorer.rules.GoModelElementToBehavior
GoModelElementToComment - class org.argouml.ui.explorer.rules.GoModelElementToComment.Go rule for the package perspective to show the comments belonging to some
modelelement.GoModelElementToComment() -
Constructor for class org.argouml.ui.explorer.rules.GoModelElementToComment
GoModelElementToContainedDiagrams - class org.argouml.ui.explorer.rules.GoModelElementToContainedDiagrams.Rule for ModelElement -> Contained diagrams.GoModelElementToContainedDiagrams() -
Constructor for class org.argouml.ui.explorer.rules.GoModelElementToContainedDiagrams
GoModelElementToContainedLostElements - class org.argouml.ui.explorer.rules.GoModelElementToContainedLostElements.Rule for ModelElement -> Contained Lost Elements.GoModelElementToContainedLostElements() -
Constructor for class org.argouml.ui.explorer.rules.GoModelElementToContainedLostElements
GoModelElementToContents - class org.argouml.ui.explorer.rules.GoModelElementToContents.Rule for ModelElement -> Contents.GoModelElementToContents() -
Constructor for class org.argouml.ui.explorer.rules.GoModelElementToContents
GoModelToBaseElements - class org.argouml.ui.explorer.rules.GoModelToBaseElements.Rule for Package->Base Class.GoModelToBaseElements() -
Constructor for class org.argouml.ui.explorer.rules.GoModelToBaseElements
GoModelToCollaboration - class org.argouml.ui.explorer.rules.GoModelToCollaboration.Rule for Model->Collaboration.GoModelToCollaboration() -
Constructor for class org.argouml.ui.explorer.rules.GoModelToCollaboration
GoModelToDiagrams - class org.argouml.ui.explorer.rules.GoModelToDiagrams.Rule for Model->Diagram.GoModelToDiagrams() -
Constructor for class org.argouml.ui.explorer.rules.GoModelToDiagrams
GoModelToElements - class org.argouml.ui.explorer.rules.GoModelToElements.Rule for Namespace->Owned Element.GoModelToElements() -
Constructor for class org.argouml.ui.explorer.rules.GoModelToElements
GoModelToNode - class org.argouml.ui.explorer.rules.GoModelToNode. GoModelToNode() -
Constructor for class org.argouml.ui.explorer.rules.GoModelToNode
GoNamespaceToClassifierAndPackage - class org.argouml.ui.explorer.rules.GoNamespaceToClassifierAndPackage.Rule for Namespace->Classifer or Package.GoNamespaceToClassifierAndPackage() -
Constructor for class org.argouml.ui.explorer.rules.GoNamespaceToClassifierAndPackage
GoNamespaceToDiagram - class org.argouml.ui.explorer.rules.GoNamespaceToDiagram.Rule for Package->Diagram.GoNamespaceToDiagram() -
Constructor for class org.argouml.ui.explorer.rules.GoNamespaceToDiagram
GoNamespaceToOwnedElements - class org.argouml.ui.explorer.rules.GoNamespaceToOwnedElements.Rule for Namespace->Owned Element,
excluding StateMachine, Comment and
Collaborations that have a Represented Classifier or Operation.GoNamespaceToOwnedElements() -
Constructor for class org.argouml.ui.explorer.rules.GoNamespaceToOwnedElements
GoNodeToResidentComponent - class org.argouml.ui.explorer.rules.GoNodeToResidentComponent.Rule for Node -> Resident Component.GoNodeToResidentComponent() -
Constructor for class org.argouml.ui.explorer.rules.GoNodeToResidentComponent
GoOperationToCollaboration - class org.argouml.ui.explorer.rules.GoOperationToCollaboration.Rule for Operation->Collaboration.GoOperationToCollaboration() -
Constructor for class org.argouml.ui.explorer.rules.GoOperationToCollaboration
GoOperationToCollaborationDiagram - class org.argouml.ui.explorer.rules.GoOperationToCollaborationDiagram.Rule for Operation->Collaboration Diagram.GoOperationToCollaborationDiagram() -
Constructor for class org.argouml.ui.explorer.rules.GoOperationToCollaborationDiagram
GoOperationToSequenceDiagram - class org.argouml.ui.explorer.rules.GoOperationToSequenceDiagram.Rule for Operation->Sequence diagram.GoOperationToSequenceDiagram() -
Constructor for class org.argouml.ui.explorer.rules.GoOperationToSequenceDiagram
GoPackageToClass - class org.argouml.ui.explorer.rules.GoPackageToClass.Rule for Package->Class.GoPackageToClass() -
Constructor for class org.argouml.ui.explorer.rules.GoPackageToClass
GoProjectToCollaboration - class org.argouml.ui.explorer.rules.GoProjectToCollaboration.Rule for Project->Collaboration.GoProjectToCollaboration() -
Constructor for class org.argouml.ui.explorer.rules.GoProjectToCollaboration
GoProjectToDiagram - class org.argouml.ui.explorer.rules.GoProjectToDiagram.Rule for Project->Diagram.GoProjectToDiagram() -
Constructor for class org.argouml.ui.explorer.rules.GoProjectToDiagram
GoProjectToModel - class org.argouml.ui.explorer.rules.GoProjectToModel.Rule for Project->Model.GoProjectToModel() -
Constructor for class org.argouml.ui.explorer.rules.GoProjectToModel
GoProjectToStateMachine - class org.argouml.ui.explorer.rules.GoProjectToStateMachine.Rule for Project->Statemachine.GoProjectToStateMachine() -
Constructor for class org.argouml.ui.explorer.rules.GoProjectToStateMachine
GoSignalToReception - class org.argouml.ui.explorer.rules.GoSignalToReception.Rule for Signal->Reception.GoSignalToReception() -
Constructor for class org.argouml.ui.explorer.rules.GoSignalToReception
GoStateMachineToState - class org.argouml.ui.explorer.rules.GoStateMachineToState.PerspectiveRule to navigate from statemachine to the subvertices of
its top state (1 level deep only).GoStateMachineToState() -
Constructor for class org.argouml.ui.explorer.rules.GoStateMachineToState
GoStateMachineToTop - class org.argouml.ui.explorer.rules.GoStateMachineToTop.Rule for Statemachine->Top State.GoStateMachineToTop() -
Constructor for class org.argouml.ui.explorer.rules.GoStateMachineToTop
GoStateMachineToTransition - class org.argouml.ui.explorer.rules.GoStateMachineToTransition.Rule for Statemachine->Transition.GoStateMachineToTransition() -
Constructor for class org.argouml.ui.explorer.rules.GoStateMachineToTransition
GoStateToDoActivity - class org.argouml.ui.explorer.rules.GoStateToDoActivity.Go rule to navigate from a state to it's do-activity.GoStateToDoActivity() -
Constructor for class org.argouml.ui.explorer.rules.GoStateToDoActivity
GoStateToDownstream - class org.argouml.ui.explorer.rules.GoStateToDownstream.Rule for State->Outgoing States.GoStateToDownstream() -
Constructor for class org.argouml.ui.explorer.rules.GoStateToDownstream
GoStateToEntry - class org.argouml.ui.explorer.rules.GoStateToEntry.Rule for navigation from a State to its Entry action.GoStateToEntry() -
Constructor for class org.argouml.ui.explorer.rules.GoStateToEntry
GoStateToExit - class org.argouml.ui.explorer.rules.GoStateToExit.Rule for navigation from a State to its Exit action.GoStateToExit() -
Constructor for class org.argouml.ui.explorer.rules.GoStateToExit
GoStateToIncomingTrans - class org.argouml.ui.explorer.rules.GoStateToIncomingTrans.Rule for State->Incoming Transitions.GoStateToIncomingTrans() -
Constructor for class org.argouml.ui.explorer.rules.GoStateToIncomingTrans
GoStateToInternalTrans - class org.argouml.ui.explorer.rules.GoStateToInternalTrans.Rule for State->Internal Transitions.GoStateToInternalTrans() -
Constructor for class org.argouml.ui.explorer.rules.GoStateToInternalTrans
GoStateToOutgoingTrans - class org.argouml.ui.explorer.rules.GoStateToOutgoingTrans.Rule for State->Outgoing Transitions.GoStateToOutgoingTrans() -
Constructor for class org.argouml.ui.explorer.rules.GoStateToOutgoingTrans
GoStatemachineToDiagram - class org.argouml.ui.explorer.rules.GoStatemachineToDiagram.A go rule to navigate from a statemachine or activitygraph
to the statediagram or activitydiagram that's showing it.GoStatemachineToDiagram() -
Constructor for class org.argouml.ui.explorer.rules.GoStatemachineToDiagram
GoStereotypeToTagDefinition - class org.argouml.ui.explorer.rules.GoStereotypeToTagDefinition.Rule for Stereotype -> TagDefinition.GoStereotypeToTagDefinition() -
Constructor for class org.argouml.ui.explorer.rules.GoStereotypeToTagDefinition
The constructor.
GoStimulusToAction - class org.argouml.ui.explorer.rules.GoStimulusToAction.Rule for Stimulus->Action.GoStimulusToAction() -
Constructor for class org.argouml.ui.explorer.rules.GoStimulusToAction
GoSubmachineStateToStateMachine - class org.argouml.ui.explorer.rules.GoSubmachineStateToStateMachine.Rule for SubmachineState to StateMachine.GoSubmachineStateToStateMachine() -
Constructor for class org.argouml.ui.explorer.rules.GoSubmachineStateToStateMachine
GoSummaryToAssociation - class org.argouml.ui.explorer.rules.GoSummaryToAssociation.Rule for Summary->Association.GoSummaryToAssociation() -
Constructor for class org.argouml.ui.explorer.rules.GoSummaryToAssociation
GoSummaryToAttribute - class org.argouml.ui.explorer.rules.GoSummaryToAttribute.Rule for Summary->Attribute.GoSummaryToAttribute() -
Constructor for class org.argouml.ui.explorer.rules.GoSummaryToAttribute
GoSummaryToIncomingDependency - class org.argouml.ui.explorer.rules.GoSummaryToIncomingDependency.Rule for Summary->IncomingDependency.GoSummaryToIncomingDependency() -
Constructor for class org.argouml.ui.explorer.rules.GoSummaryToIncomingDependency
GoSummaryToInheritance - class org.argouml.ui.explorer.rules.GoSummaryToInheritance.Rule for Summary->Inheritance.GoSummaryToInheritance() -
Constructor for class org.argouml.ui.explorer.rules.GoSummaryToInheritance
GoSummaryToOperation - class org.argouml.ui.explorer.rules.GoSummaryToOperation.Rule for Summary->Operation.GoSummaryToOperation() -
Constructor for class org.argouml.ui.explorer.rules.GoSummaryToOperation
GoSummaryToOutgoingDependency - class org.argouml.ui.explorer.rules.GoSummaryToOutgoingDependency.Rule for Summary->OutgoingDependency.GoSummaryToOutgoingDependency() -
Constructor for class org.argouml.ui.explorer.rules.GoSummaryToOutgoingDependency
GoTransitionToGuard - class org.argouml.ui.explorer.rules.GoTransitionToGuard.Rule for Transistion to Guard.GoTransitionToGuard() -
Constructor for class org.argouml.ui.explorer.rules.GoTransitionToGuard
GoTransitionToSource - class org.argouml.ui.explorer.rules.GoTransitionToSource.Rule for Transition->Source State.GoTransitionToSource() -
Constructor for class org.argouml.ui.explorer.rules.GoTransitionToSource
GoTransitionToTarget - class org.argouml.ui.explorer.rules.GoTransitionToTarget.Rule for Transition->Target State.GoTransitionToTarget() -
Constructor for class org.argouml.ui.explorer.rules.GoTransitionToTarget
GoTransitiontoEffect - class org.argouml.ui.explorer.rules.GoTransitiontoEffect.Rule for Transition->Effect.GoTransitiontoEffect() -
Constructor for class org.argouml.ui.explorer.rules.GoTransitiontoEffect
GoUseCaseToExtensionPoint - class org.argouml.ui.explorer.rules.GoUseCaseToExtensionPoint.Rule for Use Case->Extension Point.GoUseCaseToExtensionPoint() -
Constructor for class org.argouml.ui.explorer.rules.GoUseCaseToExtensionPoint
Goal - class org.argouml.cognitive.Goal.This class models a goal of a designer.Goal(String, int) -
Constructor for class org.argouml.cognitive.Goal
The constructor.
GoalModel - class org.argouml.cognitive.GoalModel.Models the designers goals in making this design.GoalModel() -
Constructor for class org.argouml.cognitive.GoalModel
The constructor.
GoalsDialog - class org.argouml.cognitive.ui.GoalsDialog.The dialog to set the user's goals.GoalsDialog() -
Constructor for class org.argouml.cognitive.ui.GoalsDialog
The constructor.
GotoDialog - class org.argouml.ui.GotoDialog.The dialog that allows the user to go to any diagram in the project
by doubleclicking on it.GotoDialog() -
Constructor for class org.argouml.ui.GotoDialog
The constructor.
GraphChangeAdapter - class org.argouml.ui.GraphChangeAdapter.Adapts changes in the Diagram subsystem (the graph presentation layer)
to changes in the Model subsyetm (diagram interchange model).gen(Object) -
Method in class org.argouml.uml.ChildGenRelated
Reply a java.util.Enumeration of the children of the given Object Returns
an enumeration or null if not possible to get the children.
gen(Object) -
Method in class org.argouml.uml.GenAncestorClasses
gen(Object) -
Method in class org.argouml.uml.GenCompositeClasses
gen(Object) -
Method in class org.argouml.uml.GenDescendantClasses
gen(Object) -
Method in class org.argouml.uml.cognitive.ChildGenFind
Reply a Collection of the children of the given Object
gen(Object) -
Method in class org.argouml.uml.cognitive.critics.ChildGenUML
Reply a java.util.Enumeration of the children of the given Object
TODO: GEF has moved away from vectors to collections
returning an iterator would now seem better.
genText(Object) -
Method in class org.argouml.ui.TabText
The target has changed, so let's generate some text to be shown.
genText(Object) -
Method in class org.argouml.uml.ui.TabSrc
generate(String, String) -
Static method in class org.argouml.uml.generator.AbstractSection
generate(Collection, boolean) -
Method in interface org.argouml.uml.generator.CodeGenerator
Generate code for the specified classifiers.
generate(Collection, boolean) -
Method in class org.argouml.uml.generator.FileGeneratorAdapter
generate(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated. Generates code for some modelelement.
generate(Language, Collection, boolean) -
Static method in class org.argouml.uml.generator.GeneratorHelper
Generate code for one or more elements in a given language.
generate(Language, Object, boolean) -
Static method in class org.argouml.uml.generator.GeneratorHelper
Generate code for a single element.
generateAction(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateAction(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateAction(Object) -
Method in class org.argouml.uml.notation.uml.StateBodyNotationUml
generateAction(Object) -
Method in class org.argouml.uml.notation.uml.TransitionNotationUml
generateActionState(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateActionState(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateAssociation(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateAssociation(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateAssociationEnd(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateAssociationEnd(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateAssociationRole(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateAttribute(Object, boolean) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateAttribute(Object, boolean) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateClassifier(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
Generates code for a classifier.
generateClassifier(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateClassifierRef(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateConstraintEnrichedDocComment(Object, Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
Enhance/Create the doccomment for the given model element,
including tags for any OCL constraints connected to the model
element.
generateConstraintEnrichedDocComment(Object, boolean, String) -
Static method in class org.argouml.language.java.generator.GeneratorJava
Enhance/Create the doccomment for the given model element,
including tags for any OCL constraints connected to the model
element.
generateEvent(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
Generates the text for a (trigger) event.
generateEvent(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateExpression(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateExpression(Object) -
Method in class org.argouml.uml.notation.uml.StateBodyNotationUml
generateExtensionPoint(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
Generate code for an extension point.
generateExtensionPoint(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateFile2(Object, String) -
Method in class org.argouml.language.java.generator.GeneratorJava
Generates a file for the classifier.
generateFile2(Object, String) -
Method in interface org.argouml.uml.generator.FileGenerator
Generates a file for this classifier.
generateFileList(Collection, boolean) -
Method in interface org.argouml.uml.generator.CodeGenerator
Returns a list of files that will be generated from the specified
modelelements.
generateFileList(Collection, boolean) -
Method in class org.argouml.uml.generator.FileGeneratorAdapter
generateFiles(Collection, String, boolean) -
Method in interface org.argouml.uml.generator.CodeGenerator
Generate files for the specified classifiers.
generateFiles(Collection, String, boolean) -
Method in class org.argouml.uml.generator.FileGeneratorAdapter
generateGuard(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateGuard(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateID() -
Static method in class org.argouml.cognitive.ItemUID
Generates a new unique ID and returns it as a String.
generateMessage(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateMessage(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateMultiplicity(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
Generates a String representation of a Multiplicity.
generateMultiplicity(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateMultiplicity(Object) -
Static method in class org.argouml.uml.notation.uml.NotationUtilityUml
Generate the text of a multiplicity.
generateName(String) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateObjectFlowState(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateObjectFlowState(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateOperation(Object, boolean) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateOperation(Object, boolean) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generatePackage(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generatePackage(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateParameter(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateParameter(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateParameter(Object) -
Method in class org.argouml.uml.notation.uml.TransitionNotationUml
Generates the representation of a parameter on the display
(diagram).
generatePath() -
Method in class org.argouml.uml.notation.java.ModelElementNameNotationJava
generatePath() -
Method in class org.argouml.uml.notation.uml.ModelElementNameNotationUml
generateState(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateState(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateStateBody(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateStereotype(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateStereotype(Object) -
Static method in class org.argouml.uml.notation.uml.NotationUtilityUml
generateStereotypes() -
Method in class org.argouml.uml.notation.uml.ModelElementNameNotationUml
generateSubmachine(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateSubmachine(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateTaggedValue(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateTaggedValue(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateTransition(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
generateTransition(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateUninterpreted(String) -
Method in class org.argouml.uml.generator.Generator2
Deprecated. Make a string non-null.
generateUninterpreted(String) -
Method in class org.argouml.uml.notation.uml.StateBodyNotationUml
Make a string non-null.
generateVisibility(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
Returns a visibility String either for a MVisibilityKind (according to
the definition in NotationProvider2), but also for a model element,
because if it is a MFeature, then the tag 'src_visibility' is to be
taken into account for generating language dependent visibilities.
generateVisibility(Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
generateVisibility() -
Method in class org.argouml.uml.notation.java.ModelElementNameNotationJava
generateVisibility() -
Method in class org.argouml.uml.notation.uml.ModelElementNameNotationUml
generateVisibility(Object) -
Static method in class org.argouml.uml.notation.uml.NotationUtilityUml
Returns a visibility String eihter for a MVisibilityKind (according to
the definition in NotationProvider2), but also for a model element.
generatorAdded(ArgoGeneratorEvent) -
Method in interface org.argouml.application.events.ArgoGeneratorEventListener
Invoked when a CodeGenerator has been added.
generatorAdded(ArgoGeneratorEvent) -
Method in class org.argouml.language.ui.LanguageComboBox
generatorChanged(ArgoGeneratorEvent) -
Method in interface org.argouml.application.events.ArgoGeneratorEventListener
Invoked when any aspect of the generator has been changed.
generatorChanged(ArgoGeneratorEvent) -
Method in class org.argouml.language.ui.LanguageComboBox
generatorRemoved(ArgoGeneratorEvent) -
Method in interface org.argouml.application.events.ArgoGeneratorEventListener
Invoked when a CodeGenerator has been removed.
generatorRemoved(ArgoGeneratorEvent) -
Method in class org.argouml.language.ui.LanguageComboBox
get(int) -
Method in class org.argouml.cognitive.ListSet
get(int) -
Method in class org.argouml.kernel.MemberList
getAboutTabPanel() -
Method in interface org.argouml.application.api.PluggableAboutTab
Deprecated. Returns the about tab panel for the plugin.
getAbstraction() -
Method in interface org.argouml.model.MetaTypes
getAction(Object) -
Method in interface org.argouml.model.Facade
Returns the action belonging to some message or argument.
getAction() -
Method in interface org.argouml.model.MetaTypes
getAction() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
Returns the action attached to this link if any.
getAction() -
Method in class org.argouml.uml.diagram.ui.RadioAction
getAction(String, Object) -
Static method in class org.argouml.uml.ui.behavior.common_behavior.ActionNewAction
getAction(String, Object) -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewEvent
getActionActor() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionAggregation() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionAggregation() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionAggregation() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionAssociation() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
getActionAssociation() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionAssociation() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionAssociation() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionAssociationClass() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionAssociationEnd() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionBranchPseudoState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
Deprecated. use getActionChoicePseudoState
getActionCallState() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getActionChoicePseudoState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionClass() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionCompositeState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionComposition() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
getActionComposition() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionComposition() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionComposition() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionDeepHistoryPseudoState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionDepend() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
getActionDependency() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionDependency() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionExpression() -
Method in interface org.argouml.model.MetaTypes
getActionExtend() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionExtensionPoint() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionFinalPseudoState() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getActionFinalPseudoState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionForkPseudoState() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getActionForkPseudoState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionGeneralization() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionGeneralize() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
getActionGeneralize() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionInclude() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionInterface() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionJoinPseudoState() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getActionJoinPseudoState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionJunctionPseudoState() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getActionJunctionPseudoState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionLink() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionMAbstraction() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionMAssociation() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionMClass() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionMComponent() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionMComponentInstance() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionMDependency() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionMGeneralization() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionMInterface() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionMLink() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionMNode() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionMNodeInstance() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionMObject() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionModel() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionNewReception() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
getActionNewSwimlane() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getActionObjectFlowState() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getActionOwner(Object) -
Method in class org.argouml.model.AbstractCommonBehaviorHelperDecorator
getActionOwner(Object) -
Method in interface org.argouml.model.CommonBehaviorHelper
Return the owner of an action.
getActionPackage() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionPermission() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionRealization() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionShallowHistoryPseudoState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionStartPseudoState() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getActionStartPseudoState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionState() -
Method in interface org.argouml.model.MetaTypes
getActionState() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getActionState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionStubState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionSubactivityState() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getActionSubmachineState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionSubsystem() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionSynchState() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionTransition() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getActionTransition() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getActionUniAggregation() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
getActionUniAggregation() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionUniAggregation() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionUniAggregation() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionUniAssociation() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
getActionUniAssociation() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionUniAssociation() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionUniAssociation() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionUniComposition() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
getActionUniComposition() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getActionUniComposition() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionUniComposition() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActionUsage() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getActionUseCase() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getActions() -
Static method in class org.argouml.uml.diagram.ui.ActionCompartmentDisplay
Return the compartment show and/or hide actions
needed for the selected Figs.
getActions() -
Method in class org.argouml.uml.diagram.ui.UMLDiagram
Return actions available for building toolbar or similar.
getActivator(Object) -
Method in interface org.argouml.model.Facade
Returns the activator belonging to some message.
getActiveDiagram() -
Method in class org.argouml.kernel.Project
Get the current viewed diagram.
getActivityGraphsFactory() -
Static method in class org.argouml.model.Model
Getter for ActivityGraphsFactory.
getActivityGraphsFactory() -
Method in interface org.argouml.model.ModelImplementation
Getter for ActivityGraphsFactory.
getActivityGraphsHelper() -
Static method in class org.argouml.model.Model
Getter for the ActivityGraphsHelper.
getActivityGraphsHelper() -
Method in interface org.argouml.model.ModelImplementation
Getter for the ActivityGraphsHelper.
getActor() -
Method in interface org.argouml.model.MetaTypes
getActualArguments(Object) -
Method in interface org.argouml.model.Facade
Returns the actual arguments for a given action.
getAddAction() -
Method in class org.argouml.uml.ui.UMLMutableLinkedList
Returns the addAction.
getAddAttributeAction() -
Method in class org.argouml.ui.targetmanager.TargetManager
Get the Action for creating and adding a new attribute
to the single selected target (or its owner).
getAddEnumerationLiteralAction() -
Method in class org.argouml.ui.targetmanager.TargetManager
Get the Action class for creating and adding a new EnumerationLiteral for
the single selected target (or its owner).
getAddOnly() -
Method in interface org.argouml.model.ChangeableKind
getAddOperationAction() -
Method in class org.argouml.ui.targetmanager.TargetManager
Get the Action for creating and adding a new operation
to the single selected target (or its owner).
getAddedTargetCollection() -
Method in class org.argouml.ui.targetmanager.TargetEvent
Returns the targets that are added to the selection.
getAddedTargets() -
Method in class org.argouml.ui.targetmanager.TargetEvent
Returns the targets that are added to the selection.
getAddition(Object) -
Method in interface org.argouml.model.Facade
Returns an addition for a given include.
getAddition() -
Method in class org.argouml.uml.ui.behavior.use_cases.PropPanelInclude
Get the current addition use case of the include relationship.
getAgency() -
Method in class org.argouml.cognitive.Designer
Reply the Agency object that is helping this Designer.
getAggregate() -
Method in interface org.argouml.model.AggregationKind
getAggregation(Object) -
Method in interface org.argouml.model.Facade
Returns the AggregationKind of a given AssociationEnd.
getAggregationKind() -
Method in interface org.argouml.model.MetaTypes
getAggregationKind() -
Static method in class org.argouml.model.Model
Getter for the AggregationKind object.
getAggregationKind() -
Method in interface org.argouml.model.ModelImplementation
Getter for the AggregationKind object.
getAllActors(Object) -
Method in class org.argouml.model.AbstractUseCasesHelperDecorator
getAllActors(Object) -
Method in interface org.argouml.model.UseCasesHelper
Returns all actors in some namespace ns.
getAllAttributes(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllAttributes(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all attributes of some classifier and of its parents.
getAllBehavioralFeatures(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllBehavioralFeatures(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all behavioralfeatures found in this element and its
children.
getAllBehavioralFeatures(Object) -
Method in interface org.argouml.model.ModelManagementHelper
getAllClasses(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllClasses(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all classes found in this namespace and in its children.
getAllClassifierRoles(Object) -
Method in class org.argouml.model.AbstractCollaborationsHelperDecorator
getAllClassifierRoles(Object) -
Method in interface org.argouml.model.CollaborationsHelper
Returns all classifierroles found in this namespace and in its children.
getAllClassifiers(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllClassifiers(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all classifiers found in this namespace and in its children.
getAllComponents(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllComponents(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all components found in this namespace and in its children.
getAllContents(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllContents(Object) -
Method in interface org.argouml.model.CoreHelper
Returns the contents (owned elements) of this classifier and
all its parents as specified in section 2.5.3.8 of the UML 1.3
spec.
getAllContents(Object) -
Method in interface org.argouml.model.ModelManagementHelper
This method calculates the following from the standard:
getAllDataTypes(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllDataTypes(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all components found in this namespace and in its children.
getAllImportedElements(Object) -
Method in interface org.argouml.model.ModelManagementHelper
This method calculates the collection
of imported elements of a Package
following from the standard:
getAllInterfaces(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllInterfaces(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all interfaces found in this namespace and in its children.
getAllMetatypeNames() -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllMetatypeNames() -
Method in interface org.argouml.model.CoreHelper
Returns names of all metatypes in metamodel
TODO: This method rightly belongs in a separate interface dealing
with instances of MOF types as opposed to UML types like all the
rest of the methods here do.
getAllModelElementsOfKind(Object, Object) -
Method in interface org.argouml.model.ModelManagementHelper
Returns all modelelements found in this namespace and its children
that are of some class kind.
getAllModelElementsOfKind(Object, String) -
Method in interface org.argouml.model.ModelManagementHelper
helper method for ModelManagementHelper.getAllModelElementsOfKind(Object, Object).
getAllModelElementsOfKindWithModel(Object, Object) -
Method in interface org.argouml.model.ModelManagementHelper
Returns all modelelements of the given kind.
getAllModelElementsWithSourcePath() -
Method in interface org.argouml.uml.ui.SourcePathController
Retrieve a collection of all model elements that have source path
settings.
getAllModelElementsWithSourcePath() -
Method in class org.argouml.uml.ui.SourcePathControllerImpl
getAllNamespaces(Object) -
Method in interface org.argouml.model.ModelManagementHelper
Returns all namespaces found in this namespace and in its children
getAllNodes(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllNodes(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all components found in this namespace and in its children.
getAllPossibleActivators(Object) -
Method in class org.argouml.model.AbstractCollaborationsHelperDecorator
getAllPossibleActivators(Object) -
Method in interface org.argouml.model.CollaborationsHelper
Returns all possible activators for some message mes.
getAllPossibleAssociationRoles(Object) -
Method in class org.argouml.model.AbstractCollaborationsHelperDecorator
getAllPossibleAssociationRoles(Object) -
Method in interface org.argouml.model.CollaborationsHelper
Returns all associations the bases of the classifierrole has,
thereby forming the set of associationroles the classifierrole
can use.
getAllPossibleBases(Object) -
Method in class org.argouml.model.AbstractCollaborationsHelperDecorator
getAllPossibleBases(Object) -
Method in interface org.argouml.model.CollaborationsHelper
Returns all possible bases for the given element.
getAllPossibleImports(Object) -
Method in interface org.argouml.model.ModelManagementHelper
Returns a collection of ModelElements
that may possibly be imported in the given package.
getAllPossibleNamespaces(Object, Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllPossibleNamespaces(Object, Object) -
Method in interface org.argouml.model.CoreHelper
Returns all possible namespaces that may be selected by some given
modelelement.
getAllPossiblePredecessors(Object) -
Method in class org.argouml.model.AbstractCollaborationsHelperDecorator
getAllPossiblePredecessors(Object) -
Method in interface org.argouml.model.CollaborationsHelper
Returns all possible predecessors for some message, taking into account
the wellformednessrules as defined in section 2.10 of the UML spec.
getAllPossibleStatemachines(Object, Object) -
Method in class org.argouml.model.AbstractStateMachinesHelperDecorator
getAllPossibleStatemachines(Object, Object) -
Method in interface org.argouml.model.StateMachinesHelper
Returns all statemachines that can be the statemachine the given
submachinestate represents.
getAllPossibleStereotypes(Collection, Object) -
Method in class org.argouml.model.AbstractExtensionMechanismsHelperDecorator
getAllPossibleStereotypes(Collection, Object) -
Method in interface org.argouml.model.ExtensionMechanismsHelper
Returns all possible stereotypes for some
modelelement.
getAllPossibleSubvertices(Object) -
Method in class org.argouml.model.AbstractStateMachinesHelperDecorator
getAllPossibleSubvertices(Object) -
Method in interface org.argouml.model.StateMachinesHelper
Returns all states that can be recursively contained by the given State.
getAllRealizedInterfaces(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllRealizedInterfaces(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all interfaces that are realized by the given class or
by its superclasses.
getAllSubStates(Object) -
Method in class org.argouml.model.AbstractStateMachinesHelperDecorator
getAllSubStates(Object) -
Method in interface org.argouml.model.StateMachinesHelper
Returns all substates some composite state contains.
getAllSubSystems(Object) -
Method in interface org.argouml.model.ModelManagementHelper
Returns all subsystems found in this namespace and in its children.
getAllSupertypes(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllSupertypes(Object) -
Method in interface org.argouml.model.CoreHelper
This method returns all Classifiers of which this class is a
direct or indirect subtype.
getAllSurroundingNamespaces(Object) -
Method in interface org.argouml.model.ModelManagementHelper
Returns all surrounding namespaces of some namespace ns.
getAllUseCases(Object) -
Method in class org.argouml.model.AbstractUseCasesHelperDecorator
getAllUseCases(Object) -
Method in interface org.argouml.model.UseCasesHelper
Returns all usecases in some namespace ns.
getAllVisibleElements(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAllVisibleElements(Object) -
Method in interface org.argouml.model.CoreHelper
Returns a Set containing all ModelElements visible
outside of the Namespace.
getAnnotatedElement() -
Method in class org.argouml.uml.diagram.static_structure.ui.CommentEdge
getAnnotatedElements(Object) -
Method in interface org.argouml.model.Facade
Get the modelelement that were commented.
getAppName() -
Method in class org.argouml.ui.ProjectBrowser
getApplyStereotypeActions() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigEdgeNote
Overrides the standard method to return null.
getApplyStereotypeActions() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Get the set of Actions which valid for adding/removing
Stereotypes on the ModelElement of this Fig's owner.
getApplyStereotypeActions(Object) -
Static method in class org.argouml.uml.diagram.ui.StereotypeUtility
getArg(String) -
Method in class org.argouml.cognitive.critics.Critic
getArgoHome() -
Static method in class org.argouml.application.api.Argo
Deprecated. by Linus Tolke for 0.21.3. I don't think there is
a reason to let this call go through the Argo class.
getArgoHome() -
Method in class org.argouml.application.modules.ModuleLoader
Deprecated. Returns argo home.
getArgoRoot() -
Static method in class org.argouml.application.api.Argo
Deprecated. by Linus Tolke for 0.21.3. I don't think there is
a reason to let this call go through the Argo class.
getArgoRoot() -
Method in class org.argouml.application.modules.ModuleLoader
Deprecated. Returns argo root.
getArgs() -
Method in class org.argouml.cognitive.critics.Critic
getArrow() -
Method in class org.argouml.uml.diagram.ui.FigMessage
getArrowDirections() -
Static method in class org.argouml.uml.diagram.ui.FigMessage
getAssocationRole(Object, Object) -
Method in class org.argouml.model.AbstractCollaborationsHelperDecorator
getAssocationRole(Object, Object) -
Method in interface org.argouml.model.CollaborationsHelper
Deprecated. for 0.21.2 by tfmorris, use getAssociationRole
getAssociateEnds(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAssociateEnds(Object) -
Method in interface org.argouml.model.CoreHelper
This method returns all opposite AssociationEnds of a given
Classifier.
getAssociateEndsInh(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAssociateEndsInh(Object) -
Method in interface org.argouml.model.CoreHelper
This method returns all opposite AssociationEnds of a given
Classifier, including inherited.
getAssociatedClasses(Object) -
Method in interface org.argouml.model.Facade
Returns all associated classes (classes connected by an
Association) for some given classifier.
getAssociatedClassifiers(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAssociatedClassifiers(Object) -
Method in interface org.argouml.model.CoreHelper
Gets all classifiers that are associated to the given
classifier (have an association relationship with the
classifier).
getAssociation(Object) -
Method in interface org.argouml.model.Facade
Returns the association connected to an association end or
the association belonging to the given link.
getAssociation() -
Method in interface org.argouml.model.MetaTypes
getAssociation() -
Method in class org.argouml.uml.ui.behavior.common_behavior.PropPanelStimulus
getAssociationClass() -
Method in interface org.argouml.model.MetaTypes
getAssociationEnd(Object, Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAssociationEnd(Object, Object) -
Method in interface org.argouml.model.CoreHelper
Returns the associationend between a classifier and
an associaton.
getAssociationEnd(Object, Object) -
Method in interface org.argouml.model.Facade
Returns the association end between some classifier and some associaton.
getAssociationEnd() -
Method in interface org.argouml.model.MetaTypes
getAssociationEndRole() -
Method in interface org.argouml.model.MetaTypes
getAssociationEndScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the associationEndScroll.
getAssociationEnds() -
Method in class org.argouml.language.java.generator.ParseState
Get the association ends.
getAssociationEnds(Object) -
Method in interface org.argouml.model.Facade
The list of Association Ends.
getAssociationRole(Object, Object) -
Method in class org.argouml.model.AbstractCollaborationsHelperDecorator
getAssociationRole(Object, Object) -
Method in interface org.argouml.model.CollaborationsHelper
Returns the first found associationrole between two
classifierroles.
getAssociationRole() -
Method in interface org.argouml.model.MetaTypes
getAssociationRoles(Object) -
Method in interface org.argouml.model.Facade
The list of association roles.
getAssociationSelector() -
Method in class org.argouml.uml.ui.behavior.common_behavior.PropPanelLink
Returns the namespace selecter.
getAssociations(Object, Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAssociations(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAssociations(Object, Object) -
Method in interface org.argouml.model.CoreHelper
Gets the associations between the classifiers from and to.
getAssociations(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all associations for some classifier.
getAttribute() -
Method in interface org.argouml.model.MetaTypes
getAttribute(String) -
Method in class org.argouml.persistence.XMLElement
getAttribute() -
Method in class org.argouml.uml.reveng.FileImportSupport
getAttribute(String) -
Method in class org.argouml.uml.reveng.Import
getAttribute(String) -
Method in class org.argouml.uml.reveng.java.Modeller
getAttributeName(int) -
Method in class org.argouml.persistence.XMLElement
getAttributeScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelAssociationClass
Returns the attributeScroll.
getAttributeScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the attributeScroll.
getAttributeValue(int) -
Method in class org.argouml.persistence.XMLElement
getAttributes(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAttributes(Object) -
Method in interface org.argouml.model.CoreHelper
This method returns all attributes of a given Classifier.
getAttributes(Object) -
Method in interface org.argouml.model.Facade
The list of Attributes.
getAttributesBounds() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigClass
getAttributesBounds() -
Method in interface org.argouml.uml.diagram.ui.AttributesCompartmentContainer
getAttributesInh(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getAttributesInh(Object) -
Method in interface org.argouml.model.CoreHelper
This method returns all attributes of a given Classifier,
including inherited.
getAuthoremail() -
Method in class org.argouml.kernel.Project
Get the author name.
getAuthorname() -
Method in class org.argouml.kernel.Project
Get the author name.
getAutoCritique() -
Method in class org.argouml.cognitive.Designer
autoCritique and critiquingInterval are two prameters that
control how the critiquing thread operates.
getAutoscrollInsets() -
Method in class org.argouml.ui.explorer.DnDExplorerTree
Calculate the insets for the *JTREE*, not the viewport the tree is in.
getAvailableLookAndFeelNames() -
Method in class org.argouml.ui.LookAndFeelMgr
Returns the display names of the available look and feel choices.
getAvailableNotations() -
Static method in class org.argouml.notation.Notation
Get list of available notations, of type NotationName.
getAvailableStereotypes(Object) -
Static method in class org.argouml.uml.diagram.ui.StereotypeUtility
Returns a set of all unique available stereotypes
for a given modelelement.
getAvailableThemeNames() -
Method in class org.argouml.ui.LookAndFeelMgr
Returns the display names of the available theme choices.
getBBoxField() -
Method in class org.argouml.ui.StylePanelFig
getBBoxLabel() -
Method in class org.argouml.ui.StylePanelFig
getBase(Object) -
Method in interface org.argouml.model.Facade
The base of some model element.
getBase() -
Method in class org.argouml.uml.ui.behavior.use_cases.PropPanelInclude
Get the current base use case of the include relationship.
getBaseClass(Object) -
Method in interface org.argouml.model.Facade
Deprecated. use getBaseClasses for UML 1.4 and later
getBaseClasses(Object) -
Method in interface org.argouml.model.Facade
Collection of baseclasses of some stereotype.
getBaseName() -
Method in class org.argouml.kernel.Project
Find the base name of this project.
getBaseName(String) -
Method in class org.argouml.persistence.PersistenceManager
Find the base name of the given filename.
getBaseNamespace() -
Method in interface org.argouml.uml.util.namespace.Namespace
returns the base of a namespace, e.g.
getBaseNamespace() -
Method in class org.argouml.uml.util.namespace.StringNamespace
getBasePath() -
Method in class org.argouml.uml.generator.SourceUnit
getBases(Object) -
Method in interface org.argouml.model.Facade
Get the bases of a classifier role.
getBehavioralFeature(Object) -
Method in interface org.argouml.model.Facade
Get the behavioral feature of an parameter.
getBehavioralFeature() -
Method in interface org.argouml.model.MetaTypes
getBehavioralFeatureScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelParameter
Returns the behavioral Feature Scroll.
getBehavioralFeatures(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getBehavioralFeatures(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all behavioral features of some classifier.
getBehaviors(Object) -
Method in interface org.argouml.model.Facade
Get the StateMachines which define the behaviors of a Modelelement.
getBigPort() -
Method in class org.argouml.uml.diagram.ui.FigCompartment
getBigPort() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getBody(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getBody(Object) -
Method in class org.argouml.model.AbstractDataTypesHelperDecorator
getBody(Object) -
Method in interface org.argouml.model.CoreHelper
Gets the body of a comment.
getBody(Object) -
Method in interface org.argouml.model.DataTypesHelper
Gets the body of an expression.
getBody(Object) -
Method in interface org.argouml.model.Facade
Get the body of an method/constraint/expression/comment.
getBody() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
getBody() -
Method in class org.argouml.uml.ui.UMLExpressionModel2
getBoolean(ConfigurationKey) -
Static method in class org.argouml.application.api.Configuration
Returns the boolean value of a configuration property.
getBoolean(ConfigurationKey, boolean) -
Static method in class org.argouml.application.api.Configuration
Returns the boolean value of a configuration property.
getBoolean(ConfigurationKey, boolean) -
Method in class org.argouml.application.configuration.ConfigurationHandler
Returns the boolean value of a configuration property.
getBoolean(ConfigurationKey) -
Static method in class org.argouml.notation.ui.SettingsTabNotation
Get a boolean from the configuration.
getBooleanExpression() -
Method in interface org.argouml.model.MetaTypes
getBound(Object) -
Method in interface org.argouml.model.Facade
Return the Synch State's bound.
getBranch() -
Method in interface org.argouml.model.PseudostateKind
Deprecated. UML 1.3 - use getChoice
getCallAction() -
Method in interface org.argouml.model.MetaTypes
getCallActionEntryScroll() -
Method in class org.argouml.uml.ui.behavior.activity_graphs.PropPanelCallState
getCallConcurrencyKind() -
Method in interface org.argouml.model.MetaTypes
getCallState() -
Method in interface org.argouml.model.MetaTypes
getCategory() -
Method in class org.argouml.cognitive.checklist.CheckItem
getCenterHigh() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramInheritanceEdge
getCenterLow() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramInheritanceEdge
getCgPrefs() -
Method in class org.argouml.kernel.Project
Deprecated. use getGenerationPrefs() instead
getChangeExpression(Object) -
Method in interface org.argouml.model.Facade
getChangeability(Object) -
Method in interface org.argouml.model.Facade
Return Changeability of a StructuralFeature or a AssociationEnd.
getChangeabilityRadioButtonPanel() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelStructuralFeature
Returns the changeabilityRadioButtonPanel.
getChangeable() -
Method in interface org.argouml.model.ChangeableKind
getChangeableKind() -
Static method in class org.argouml.model.Model
Getter for the ChangeableKind object.
getChangeableKind() -
Method in interface org.argouml.model.ModelImplementation
Getter for the ChangeableKind object.
getChangedElement(PropertyChangeEvent) -
Method in class org.argouml.uml.ui.UMLComboBoxModel2
Utility method to get the changed element from some event e.
getChangedElement(PropertyChangeEvent) -
Method in class org.argouml.uml.ui.UMLModelElementListModel2
Utility method to get the changed element from some event e
getChangedValue() -
Method in class org.argouml.model.AssociationChangeEvent
getCheckItems() -
Method in class org.argouml.cognitive.checklist.Checklist
getCheckItems() -
Method in class org.argouml.cognitive.checklist.ChecklistStatus
getChecklistFor(Object) -
Static method in class org.argouml.cognitive.checklist.CheckManager
Gets the checklist for an element.
getChild(Object, int) -
Method in class org.argouml.cognitive.ui.GoListToDecisionsToItems
getChild(Object, int) -
Method in class org.argouml.cognitive.ui.GoListToGoalsToItems
getChild(Object, int) -
Method in class org.argouml.cognitive.ui.GoListToOffenderToItem
getChild(Object, int) -
Method in class org.argouml.cognitive.ui.GoListToPosterToItem
getChild(Object, int) -
Method in class org.argouml.cognitive.ui.GoListToPriorityToItem
getChild(Object, int) -
Method in class org.argouml.cognitive.ui.GoListToTypeToItem
getChild(Object, int) -
Method in class org.argouml.cognitive.ui.ToDoPerspective
Finds the each of the children of a parent in the tree.
getChild(Object) -
Method in interface org.argouml.model.Facade
Get the child of a generalization.
getChild(Object, int) -
Method in class org.argouml.ui.TreeModelComposite
Finds the each of the children of a parent in the tree.
getChildCount(Object) -
Method in class org.argouml.cognitive.ui.GoListToDecisionsToItems
getChildCount(Object) -
Method in class org.argouml.cognitive.ui.GoListToGoalsToItems
getChildCount(Object) -
Method in class org.argouml.cognitive.ui.GoListToOffenderToItem
getChildCount(Object) -
Method in class org.argouml.cognitive.ui.GoListToPosterToItem
getChildCount(Object) -
Method in class org.argouml.cognitive.ui.GoListToPriorityToItem
getChildCount(Object) -
Method in class org.argouml.cognitive.ui.GoListToTypeToItem
getChildCount(Object) -
Method in class org.argouml.cognitive.ui.ToDoPerspective
getChildCount(Object) -
Method in class org.argouml.ui.TreeModelComposite
getChildGenerator() -
Method in class org.argouml.cognitive.Designer
getChildren(Object) -
Method in class org.argouml.cognitive.ui.GoListToOffenderToItem
getChildren(Object) -
Method in class org.argouml.cognitive.ui.GoListToPosterToItem
getChildren(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getChildren(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all children from some given generalizableelement on
all levels (the complete tree excluding the generalizable
element itself).
getChildren(Object) -
Method in interface org.argouml.model.Facade
Get the children of some generalizable element.
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.AbstractPerspectiveRule
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoAssocRoleToMessages
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoBehavioralFeatureToStateDiagram
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoBehavioralFeatureToStateMachine
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassToAssociatedClass
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassToNavigableClass
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassToSummary
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToBehavioralFeature
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToCollaboration
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToInstance
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToSequenceDiagram
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToStateMachine
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToStructuralFeature
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoCollaborationToDiagram
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoCollaborationToInteraction
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoComponentToResidentModelElement
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoCompositeStateToSubvertex
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoDiagramToEdge
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoDiagramToNode
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoElementToMachine
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoEnumerationToLiterals
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoGeneralizableElementToSpecialized
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoInteractionToMessages
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoLinkToStimuli
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoMessageToAction
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelElementToBehavior
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelElementToComment
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelElementToContainedDiagrams
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelElementToContainedLostElements
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelElementToContents
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelToBaseElements
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelToCollaboration
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelToDiagrams
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelToElements
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelToNode
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoNamespaceToClassifierAndPackage
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoNamespaceToDiagram
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoNamespaceToOwnedElements
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoNodeToResidentComponent
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoOperationToCollaboration
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoOperationToCollaborationDiagram
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoOperationToSequenceDiagram
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoPackageToClass
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoProjectToCollaboration
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoProjectToDiagram
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoProjectToModel
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoProjectToStateMachine
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoSignalToReception
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateMachineToState
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateMachineToTop
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateMachineToTransition
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToDoActivity
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToDownstream
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToEntry
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToExit
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToIncomingTrans
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToInternalTrans
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToOutgoingTrans
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStatemachineToDiagram
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStereotypeToTagDefinition
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoStimulusToAction
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoSubmachineStateToStateMachine
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToAssociation
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToAttribute
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToIncomingDependency
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToInheritance
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToOperation
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToOutgoingDependency
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoTransitionToGuard
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoTransitionToSource
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoTransitionToTarget
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoTransitiontoEffect
getChildren(Object) -
Method in class org.argouml.ui.explorer.rules.GoUseCaseToExtensionPoint
getChildren(Object) -
Method in interface org.argouml.ui.explorer.rules.PerspectiveRule
Gets a collection of 'child' objects for the given 'parent' object in the
uml model, which creates the tree structure.
getChoice() -
Method in interface org.argouml.model.PseudostateKind
getChoices() -
Method in class org.argouml.uml.ui.AbstractActionAddModelElement
Returns the choices the user has in the UMLAddDialog.
getChoices() -
Method in class org.argouml.uml.ui.UMLAddDialog
Returns the choices a user can make.
getChoices() -
Method in class org.argouml.uml.ui.behavior.activity_graphs.ActionAddEventAsTrigger
getChoices() -
Method in class org.argouml.uml.ui.behavior.collaborations.ActionAddClassifierRoleBase
getChoices() -
Method in class org.argouml.uml.ui.behavior.collaborations.ActionAddMessagePredecessor
getChoices() -
Method in class org.argouml.uml.ui.behavior.common_behavior.ActionAddContextSignal
getChoices() -
Method in class org.argouml.uml.ui.behavior.common_behavior.ActionAddCreateActionInstantiation
getChoices() -
Method in class org.argouml.uml.ui.behavior.common_behavior.ActionAddInstanceClassifier
getChoices() -
Method in class org.argouml.uml.ui.behavior.state_machines.ActionAddEventAsDeferrableEvent
getChoices() -
Method in class org.argouml.uml.ui.behavior.use_cases.ActionAddExtendExtensionPoint
getChoices() -
Method in class org.argouml.uml.ui.foundation.core.ActionAddAssociationSpecification
getChooser(Import) -
Method in interface org.argouml.application.api.PluggableImport
Deprecated. Create chooser for objects we are to import.
getChooser(Import) -
Method in class org.argouml.uml.reveng.FileImportSupport
Create chooser for objects we are to import.
getClarifier() -
Method in class org.argouml.cognitive.Designer
Get the generic clarifier for this designer/poster.
getClarifier() -
Method in interface org.argouml.cognitive.Poster
getClarifier() -
Method in class org.argouml.cognitive.ToDoItem
Return a clarifier object that can graphical highlight this
error in a design diagram.
getClarifier() -
Method in class org.argouml.cognitive.critics.CompoundCritic
getClarifier() -
Method in class org.argouml.cognitive.critics.Critic
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrAttrNameConflict
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrDisambigClassName
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrDisambigStateName
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrIllegalName
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrMissingAttrName
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrMissingClassName
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrMissingStateName
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrNameConfusion
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrNoInstanceVariables
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrNoOperations
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrOperNameConflict
Return the icon to be used for the clarifier for this critic.
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrReservedName
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrUnconventionalAttrName
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrUnconventionalClassName
getClarifier() -
Method in class org.argouml.uml.cognitive.critics.CrUnconventionalPackName
getClassAndModelID() -
Method in class org.argouml.uml.diagram.ui.UMLDiagram
getClassBaseName() -
Method in class org.argouml.uml.ui.TabProps
getClassForPanel() -
Method in interface org.argouml.application.api.PluggablePropertyPanel
Deprecated. Returns the Class that the panel handles.
getClassifier() -
Method in class org.argouml.language.java.generator.ParseState
Get the current classifier.
getClassifier(Object) -
Method in interface org.argouml.model.Facade
Get the classifier of an Association End.
getClassifier() -
Method in interface org.argouml.model.MetaTypes
getClassifier() -
Method in interface org.argouml.model.ScopeKind
getClassifier(String) -
Method in class org.argouml.ocl.ArgoFacade
getClassifierComboBox() -
Method in class org.argouml.uml.ui.behavior.activity_graphs.PropPanelObjectFlowState
getClassifierInStateScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the classifierInStateScroll.
getClassifierInStateTypeSelector() -
Method in class org.argouml.uml.ui.behavior.activity_graphs.PropPanelClassifierInState
getClassifierRole() -
Method in interface org.argouml.model.MetaTypes
getClassifierRole() -
Method in class org.argouml.uml.diagram.sequence.MessageNode
getClassifierRoleScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the classifierRoleScroll.
getClassifierRoles(Object) -
Method in class org.argouml.model.AbstractCollaborationsHelperDecorator
getClassifierRoles(Object) -
Method in interface org.argouml.model.CollaborationsHelper
Returns all classifierroles associated via associationroles to some
classifierrole role.
getClassifierRoles(Object) -
Method in interface org.argouml.model.Facade
Gets the classifiers roles of some model element.
getClassifiers(Object) -
Method in interface org.argouml.model.Facade
Gets the classifierss of some instance.
getClassifiersInState(Object) -
Method in interface org.argouml.model.Facade
Gets the classifiers in state of some model element.
getClientDependencies(Object) -
Method in interface org.argouml.model.Facade
Get the client dependencies of some classifier.
getClientDependencyScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
getClientScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelDependency
getClients(Object) -
Method in interface org.argouml.model.Facade
Gets the clients of some dependency.
getClosestPoint(Point) -
Method in class org.argouml.uml.diagram.deployment.ui.FigMNode
getClosestPoint(Point) -
Method in class org.argouml.uml.diagram.deployment.ui.FigMNodeInstance
getClosestPoint(Point) -
Method in class org.argouml.uml.diagram.state.ui.FigBranchState
This makes dragging connected edges very smooth.
getClosestPoint(Point) -
Method in class org.argouml.uml.diagram.state.ui.FigJunctionState
getClosestPoint(Point) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
getClosestPoint(Point) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigPackage
getCodePath(Object) -
Static method in class org.argouml.uml.generator.Generator2
Deprecated. Gets the path of the code base for a model element.
getCodePath(Object) -
Static method in class org.argouml.uml.generator.GeneratorManager
Gets the path of the code base for a model element.
getCollaboration() -
Method in interface org.argouml.model.MetaTypes
getCollaboration() -
Method in class org.argouml.uml.diagram.sequence.SequenceDiagramGraphModel
Gets the collaboration that is shown on the sequence diagram.
getCollaborationScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the collaborationScroll.
getCollaborations(Object) -
Method in interface org.argouml.model.Facade
Get the collaborations of an element.
getCollaborationsFactory() -
Static method in class org.argouml.model.Model
Getter for CollaborationsFactory.
getCollaborationsFactory() -
Method in interface org.argouml.model.ModelImplementation
Getter for CollaborationsFactory.
getCollaborationsHelper() -
Static method in class org.argouml.model.Model
Getter for CollaborationsHelper.
getCollaborationsHelper() -
Method in interface org.argouml.model.ModelImplementation
Getter for CollaborationsHelper.
getColumnClass(int) -
Method in class org.argouml.ui.CheckboxTableModel
getColumnClass(int) -
Method in class org.argouml.uml.TMResults
getColumnClass(int) -
Method in class org.argouml.uml.ui.TabTaggedValuesModel
getColumnCount() -
Method in class org.argouml.ui.CheckboxTableModel
getColumnCount() -
Method in class org.argouml.uml.TMResults
getColumnCount() -
Method in class org.argouml.uml.ui.TabTaggedValuesModel
getColumnName(int) -
Method in class org.argouml.ui.CheckboxTableModel
getColumnName(int) -
Method in class org.argouml.uml.TMResults
getColumnName(int) -
Method in class org.argouml.uml.ui.TabTaggedValuesModel
getComment() -
Method in interface org.argouml.model.MetaTypes
getComment() -
Method in class org.argouml.uml.diagram.static_structure.ui.CommentEdge
getComments(Object) -
Method in interface org.argouml.model.Facade
Get the comments of an element.
getComments(Object) -
Static method in class org.argouml.uml.DocumentationManager
Get the comments (the notes in a diagram) for a modelelement.
getComments(Object, String, String, String) -
Static method in class org.argouml.uml.DocumentationManager
Get the comments (the notes in a diagram) for a modelelement.
getCommonBehaviorFactory() -
Static method in class org.argouml.model.Model
Getter for CommonBehaviorFactory.
getCommonBehaviorFactory() -
Method in interface org.argouml.model.ModelImplementation
Getter for CommonBehaviorFactory.
getCommonBehaviorHelper() -
Static method in class org.argouml.model.Model
Getter for CommonBehaviorHelper.
getCommonBehaviorHelper() -
Method in interface org.argouml.model.ModelImplementation
Getter for CommonBehaviorHelper.
getCommonNamespace(Namespace) -
Method in interface org.argouml.uml.util.namespace.Namespace
returns the namespace which is common to both namespaces, e.g.
getCommonNamespace(Namespace) -
Method in class org.argouml.uml.util.namespace.StringNamespace
getCommunicationConnection(Object) -
Method in interface org.argouml.model.Facade
Get the communication connection of an message.
getCommunicationLink(Object) -
Method in interface org.argouml.model.Facade
Get the communication link of a stimulus.
getComponent() -
Method in class org.argouml.model.AbstractActivityGraphsHelperDecorator
The component we are decorating.
getComponent() -
Method in class org.argouml.model.AbstractCollaborationsHelperDecorator
The component we are decorating.
getComponent() -
Method in class org.argouml.model.AbstractCommonBehaviorHelperDecorator
The component we are decorating.
getComponent() -
Method in class org.argouml.model.AbstractCoreHelperDecorator
The component we are decorating.
getComponent() -
Method in class org.argouml.model.AbstractDataTypesHelperDecorator
The component we are decorating.
getComponent() -
Method in class org.argouml.model.AbstractExtensionMechanismsHelperDecorator
The component we are decorating.
getComponent() -
Method in class org.argouml.model.AbstractStateMachinesHelperDecorator
The component we are decorating.
getComponent() -
Method in class org.argouml.model.AbstractUseCasesHelperDecorator
The component we are decorating.
getComponent() -
Method in interface org.argouml.model.MetaTypes
getComponentInstance(Object) -
Method in interface org.argouml.model.Facade
Get the component instance of an instance.
getComponentInstance() -
Method in interface org.argouml.model.MetaTypes
getComposite() -
Method in interface org.argouml.model.AggregationKind
getCompositeState() -
Method in interface org.argouml.model.MetaTypes
getConcurrency(Object) -
Method in interface org.argouml.model.Facade
Get the concurrency of an operation.
getConcurrencyKind() -
Static method in class org.argouml.model.Model
Getter for the ConcurrencyKind object.
getConcurrencyKind() -
Method in interface org.argouml.model.ModelImplementation
Getter for the ConcurrencyKind object.
getConcurrent() -
Method in interface org.argouml.model.ConcurrencyKind
getCondition(Object) -
Method in interface org.argouml.model.Facade
Get the condition of an extend.
getConfigPanel() -
Method in interface org.argouml.application.api.PluggableImport
Deprecated. Provide pannel added to JTabbedPane after general panel.
getConfigPanel() -
Method in class org.argouml.uml.reveng.FileImportSupport
Get the panel that lets the user set reverse engineering
parameters.
getConfigPanel(Import) -
Method in class org.argouml.uml.reveng.Import
Get the panel that lets the user set reverse engineering
parameters.
getConfigueredNotation() -
Static method in class org.argouml.notation.Notation
Returns the Notation as set in the menu.
getConfigurationHandler() -
Static method in class org.argouml.application.api.Configuration
Returns the instance of the configuration singleton.
getConfigurationHandler() -
Method in class org.argouml.application.configuration.ConfigurationFactory
Returns the customized configuration for the user.
getConfigurationValue() -
Method in interface org.argouml.notation.NotationName
Returns the text string stored in the configuration
for this notation.
getConnections(Object) -
Method in interface org.argouml.model.Facade
The list of connections to an association or link.
getConstrainedElements(Object) -
Method in interface org.argouml.model.Facade
Returns the collection of ConstrainedElements of a constraint.
getConstrainingElements(Object) -
Method in interface org.argouml.model.Facade
Returns the collection of ConstrainingElements of a Collaboration.
getConstraintScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
getConstraints(Object) -
Method in interface org.argouml.model.Facade
Get the collection of all constraints of the given ModelElement.
getContainer(Object) -
Method in interface org.argouml.model.Facade
Returns the CompositeState or Component that is the container of the
given StateVertex or ElementResidence, respectively.
getContainer() -
Method in class org.argouml.uml.ui.UMLExpressionModel2
getContainerScroll() -
Method in class org.argouml.uml.ui.behavior.state_machines.PropPanelStateVertex
getContainingFig(Object) -
Method in class org.argouml.ui.ArgoDiagram
Finds the presentation (the Fig) for some object.
getContent() -
Method in interface org.argouml.uml.diagram.layout.LayoutedContainer
Operation getContent returns all the objects from
this container.
getContent() -
Method in class org.argouml.uml.generator.SourceUnit
getContents(Object) -
Method in interface org.argouml.model.Facade
Returns the collection of ModelElements contained in a Partition.
getContents(Object) -
Method in interface org.argouml.model.ModelManagementHelper
This method calculates the "contents" additional operation
from the standard:
getContents(Diagram) -
Static method in class org.argouml.persistence.PgmlUtility
Return the diagram contents in the order to save to PGML
Nodes first, then edges connecting nodes and lastly
edges that connect edges to other edges.
getContext(Object) -
Method in interface org.argouml.model.Facade
Returns the context of some given statemachine or the context
of some given interaction.
getContextComboBoxModel() -
Method in class org.argouml.uml.ui.behavior.activity_graphs.PropPanelActivityGraph
getContextComboBoxModel() -
Method in class org.argouml.uml.ui.behavior.state_machines.PropPanelStateMachine
getContextNotation() -
Method in interface org.argouml.notation.NotationContext
Deprecated. The context must return a NotationName indicating the notation
(and version if applicable) that it is using.
getContextNotation() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Deprecated. by MVW in V0.21.3. Replaced by
ProjectSettings.getNotationName()
getContextNotation() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
Deprecated. by MVW in V0.21.3. Replaced by
ProjectSettings.getNotationName()
getContextString(Object) -
Static method in class org.argouml.ocl.OCLUtil
Return a context string for the given model element.
getContexts(Object) -
Method in interface org.argouml.model.Facade
Return the collection of the Contexts of a given Signal.
getControlRec(String) -
Method in class org.argouml.cognitive.critics.Critic
Reply the named control record, or null if not defined.
getControlTextFont() -
Method in class org.argouml.ui.JasonsBigTheme
getControlTextFont() -
Method in class org.argouml.ui.JasonsHugeTheme
getControlTextFont() -
Method in class org.argouml.ui.JasonsTheme
getCopyHelper() -
Static method in class org.argouml.model.Model
Getter for CopyHelper.
getCopyHelper() -
Method in interface org.argouml.model.ModelImplementation
Get the copy helper.
getCoreFactory() -
Static method in class org.argouml.model.Model
Getter for CoreFactory.
getCoreFactory() -
Method in interface org.argouml.model.ModelImplementation
Getter for CoreFactory.
getCoreHelper() -
Static method in class org.argouml.model.Model
Getter for CoreHelper.
getCoreHelper() -
Method in interface org.argouml.model.ModelImplementation
Getter for CoreHelper.
getCorrespondingElement(Object, Object) -
Method in interface org.argouml.model.ModelManagementHelper
Utility function for managing several overlayed models, eg a user
model to which elements from some profile models is imported when
needed.
getCorrespondingElement(Object, Object, boolean) -
Method in interface org.argouml.model.ModelManagementHelper
Utility function for managing several overlayed models, eg a user
model to which elements from some profile models is imported when
needed.
getCreateAction() -
Method in interface org.argouml.model.MetaTypes
getCreateActionScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the createActionScroll.
getCreateActions(Object) -
Method in interface org.argouml.model.Facade
Return the collection of Actions that create/instantiate
the given Classifier.
getCreateDiagramToolbar() -
Method in class org.argouml.ui.cmd.GenericArgoMenuBar
Get the create diagram toolbar.
getCritic() -
Method in class org.argouml.cognitive.ResolvedCritic
Gets the content of critic.
getCritic() -
Method in class org.argouml.persistence.ResolvedCriticXMLHelper
Encodes the critic of this ResolvedCritic in an XML safe way and
returns the new String.
getCriticCategory() -
Method in class org.argouml.cognitive.critics.Critic
Returns a default critic category.
getCriticKey() -
Method in class org.argouml.cognitive.critics.Critic
Returns the ConfigurationKey
that the critic uses to determine if it is enabled or disabled.
getCriticName() -
Method in class org.argouml.cognitive.critics.Critic
Returns a default critic name.
getCriticString(Critic) -
Method in class org.argouml.cognitive.ResolvedCritic
Obtains a String that identifies the type of Critic.
getCriticType() -
Method in class org.argouml.cognitive.critics.Critic
Reply a string used to contol critics according to
type.
getCritics() -
Static method in class org.argouml.cognitive.critics.Agency
getCritics() -
Method in class org.argouml.cognitive.critics.CompoundCritic
getCritiquingInterval() -
Method in class org.argouml.cognitive.Designer
Get the Critiquing interval.
getCritiquingRoot() -
Static method in class org.argouml.cognitive.Designer
getCurModel() -
Method in class org.argouml.persistence.XMIParser
getCurPerspective() -
Method in class org.argouml.cognitive.ui.ToDoPane
getCurrGenerator() -
Method in class org.argouml.uml.generator.GeneratorManager
getCurrLanguage() -
Method in class org.argouml.uml.generator.GeneratorManager
getCurrentEdge() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramEdge
getCurrentLookAndFeel() -
Method in class org.argouml.ui.LookAndFeelMgr
Returns the string identifier for the current look and feel.
getCurrentLookAndFeelName() -
Method in class org.argouml.ui.LookAndFeelMgr
Returns the display name of the current look and feel.
getCurrentNamespace() -
Method in class org.argouml.kernel.Project
getCurrentPanel() -
Method in class org.argouml.cognitive.ui.Wizard
Get the panel that should be displayed now.
getCurrentProject() -
Method in class org.argouml.kernel.ProjectManager
Returns the current project.
getCurrentSingleton(Class) -
Static method in class org.argouml.application.modules.ModuleLoader
Deprecated. Gets the current singleton of the module type requested.
getCurrentThemeClassName() -
Method in class org.argouml.ui.LookAndFeelMgr
Returns the string identifier for the current theme.
getCurrentThemeName() -
Method in class org.argouml.ui.LookAndFeelMgr
Returns the display name of the current theme.
getDataType() -
Method in interface org.argouml.model.MetaTypes
getDataTypesFactory() -
Static method in class org.argouml.model.Model
Getter for DataTypesFactory.
getDataTypesFactory() -
Method in interface org.argouml.model.ModelImplementation
Getter for DataTypesFactory.
getDataTypesHelper() -
Static method in class org.argouml.model.Model
Getter for DataTypesHelper.
getDataTypesHelper() -
Method in interface org.argouml.model.ModelImplementation
Getter for DataTypesHelper.
getDataValue(Object) -
Method in interface org.argouml.model.Facade
Return the dataValue collection for a taggedValue.
getDataValuesScroll() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTaggedValue
getDatatype() -
Method in class org.argouml.uml.reveng.FileImportSupport
getDbg() -
Method in class org.argouml.persistence.XMLTokenTableBase
getDecisionCategory() -
Method in class org.argouml.cognitive.critics.Critic
Reply a string used to determine if this critic would be
relevant to current design decisions.
getDecisionModel() -
Method in class org.argouml.cognitive.Designer
getDecisions() -
Method in class org.argouml.cognitive.DecisionModel
getDecisions() -
Static method in class org.argouml.cognitive.ToDoList
getDecisions() -
Method in class org.argouml.cognitive.ui.GoListToDecisionsToItems
getDeepHistory() -
Method in interface org.argouml.model.PseudostateKind
getDefaultExtension() -
Method in class org.argouml.persistence.PersistenceManager
getDefaultFont() -
Method in class org.argouml.ui.ProjectBrowser
getDefaultModel() -
Method in class org.argouml.kernel.Project
Get the default model.
getDefaultPerspectives() -
Method in class org.argouml.ui.explorer.PerspectiveManager
getDefaultRootElement() -
Method in class org.argouml.uml.ui.UMLModelElementTaggedValueProxy
getDefaultShadowWidth() -
Method in class org.argouml.kernel.ProjectSettings
Used by "argo.tee".
getDefaultShadowWidth() -
Static method in class org.argouml.notation.Notation
Deprecated. by MVW in V0.21.3.Use ProjectSettings instead.
getDefaultShadowWidthValue() -
Method in class org.argouml.kernel.ProjectSettings
getDefaultSuffix() -
Method in class org.argouml.uml.ui.SaveGraphicsManager
getDefaultSuggestion() -
Method in class org.argouml.uml.cognitive.critics.CrUML
Loads the localized wizard's default suggestion.
getDefaultValue(Object) -
Method in interface org.argouml.model.Facade
Get the default value of a parameter.
getDeferrableEvents(Object) -
Method in interface org.argouml.model.Facade
Get deferrable events of a state.
getDeferrableEventsScroll() -
Method in class org.argouml.uml.ui.behavior.state_machines.AbstractPropPanelState
getDeleteAction() -
Method in class org.argouml.ui.targetmanager.TargetManager
Get the Action for deleting the target list.
getDeleteAction() -
Method in class org.argouml.uml.ui.PropPanel
Remove this element.
getDeleteAction() -
Method in class org.argouml.uml.ui.UMLMutableLinkedList
Returns the deleteAction.
getDependencies(Object, Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getDependencies(Object, Object) -
Method in interface org.argouml.model.CoreHelper
Returns the dependencies between some supplier modelelement and
some client modelelement.
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoAssocRoleToMessages
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoBehavioralFeatureToStateDiagram
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoBehavioralFeatureToStateMachine
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassToAssociatedClass
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassToNavigableClass
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassToSummary
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToBehavioralFeature
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToCollaboration
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToInstance
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToSequenceDiagram
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToStateMachine
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoClassifierToStructuralFeature
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoCollaborationToDiagram
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoCollaborationToInteraction
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoComponentToResidentModelElement
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoCompositeStateToSubvertex
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoDiagramToEdge
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoDiagramToNode
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoElementToMachine
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoEnumerationToLiterals
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoGeneralizableElementToSpecialized
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoInteractionToMessages
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoLinkToStimuli
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoMessageToAction
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelElementToBehavior
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelElementToComment
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelElementToContainedDiagrams
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelElementToContainedLostElements
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelElementToContents
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelToBaseElements
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelToCollaboration
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelToDiagrams
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelToElements
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoModelToNode
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoNamespaceToClassifierAndPackage
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoNamespaceToDiagram
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoNamespaceToOwnedElements
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoNodeToResidentComponent
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoOperationToCollaboration
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoOperationToCollaborationDiagram
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoOperationToSequenceDiagram
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoPackageToClass
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoProjectToCollaboration
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoProjectToDiagram
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoProjectToModel
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoProjectToStateMachine
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoSignalToReception
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateMachineToState
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateMachineToTop
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateMachineToTransition
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToDoActivity
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToDownstream
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToEntry
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToExit
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToIncomingTrans
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToInternalTrans
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStateToOutgoingTrans
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStatemachineToDiagram
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStereotypeToTagDefinition
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoStimulusToAction
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoSubmachineStateToStateMachine
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToAssociation
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToAttribute
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToIncomingDependency
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToInheritance
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToOperation
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoSummaryToOutgoingDependency
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoTransitionToGuard
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoTransitionToSource
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoTransitionToTarget
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoTransitiontoEffect
getDependencies(Object) -
Method in class org.argouml.ui.explorer.rules.GoUseCaseToExtensionPoint
getDependencies(Object) -
Method in interface org.argouml.ui.explorer.rules.PerspectiveRule
Gets a collection of objects for any 'parent' object in the
uml model for which the tree structure must be recreated when
they are changed.
getDependency() -
Method in interface org.argouml.model.MetaTypes
getDependentElement() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getDependentElement() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
getDependentElement() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getDependentElement() -
Method in class org.argouml.uml.diagram.ui.UMLDiagram
This method shall return any UML modelelements
that should be deleted when the diagram gets deleted,
or null if there are none.
getDeployedComponents(Object) -
Method in interface org.argouml.model.Facade
Returns the collection of components that are
deployed inside the given node.
getDeploymentLocations(Object) -
Method in interface org.argouml.model.Facade
Returns the context of some given statemachine or the context
of some given interaction.
getDesc() -
Method in class org.argouml.persistence.AbstractFilePersister
Just the description, not the extension between "()".
getDesc() -
Method in class org.argouml.persistence.UmlFilePersister
getDesc() -
Method in class org.argouml.persistence.XmiFilePersister
getDesc() -
Method in class org.argouml.persistence.ZargoFilePersister
getDesc() -
Method in class org.argouml.persistence.ZipFilePersister
getDescription() -
Method in class org.argouml.cognitive.ToDoItem
getDescription() -
Method in class org.argouml.cognitive.checklist.CheckItem
getDescription(Object) -
Method in class org.argouml.cognitive.checklist.CheckItem
getDescription(ListSet, Designer) -
Method in class org.argouml.cognitive.critics.Critic
Reply the description used in feedback produced by this Critic.
getDescription() -
Method in class org.argouml.kernel.Project
Get the description.
getDescription(String) -
Static method in class org.argouml.moduleloader.ModuleLoader2
Create a description of the module based on the information provided
by the module itself.
getDescription() -
Method in class org.argouml.persistence.AbstractFilePersister
getDescription() -
Method in class org.argouml.persistence.ToDoItemXMLHelper
Encodes the description of this ToDoItem in an XML safe way and
returns the new String.
getDescription() -
Method in class org.argouml.util.SuffixFilter
getDescriptionTemplate() -
Method in class org.argouml.cognitive.critics.Critic
getDesignerName() -
Method in class org.argouml.cognitive.Designer
query the name of the designer.
getDestAgg() -
Static method in class org.argouml.uml.diagram.ui.ActionAggregation
getDestAggComposite() -
Static method in class org.argouml.uml.diagram.ui.ActionAggregation
getDestAggNone() -
Static method in class org.argouml.uml.diagram.ui.ActionAggregation
getDestFigClassifierRole() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
getDestMessageNode() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
getDestMultOne() -
Static method in class org.argouml.uml.diagram.ui.ActionMultiplicity
getDestMultOneToMany() -
Static method in class org.argouml.uml.diagram.ui.ActionMultiplicity
getDestMultZeroToMany() -
Static method in class org.argouml.uml.diagram.ui.ActionMultiplicity
getDestMultZeroToOne() -
Static method in class org.argouml.uml.diagram.ui.ActionMultiplicity
getDestPort(Object) -
Method in class org.argouml.uml.diagram.UMLMutableGraphSupport
Return the destination end of an edge.
getDestPortFig() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
getDestination(Object) -
Method in class org.argouml.model.AbstractCommonBehaviorHelperDecorator
getDestination(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getDestination(Object) -
Method in class org.argouml.model.AbstractStateMachinesHelperDecorator
getDestination(Object) -
Method in class org.argouml.model.AbstractUmlHelperDecorator
getDestination(Object) -
Method in interface org.argouml.model.CommonBehaviorHelper
Returns the destination of a link.
getDestination(Object) -
Method in interface org.argouml.model.CoreHelper
Returns the destination of a relation.
getDestination(Object) -
Method in interface org.argouml.model.StateMachinesHelper
Returns the destination of the given transition.
getDestination(Object) -
Method in interface org.argouml.model.UmlHelper
Returns the destination of some relationship.
getDestination() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
getDestination() -
Method in class org.argouml.uml.diagram.state.ui.FigTransition
getDestination() -
Method in class org.argouml.uml.diagram.static_structure.ui.CommentEdge
The destination of this CommentEdge.
getDestination() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigEdgeNote
Returns the destination of the edge.
getDestination() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigLink
getDestination() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Returns the destination of the edge.
getDestroyAction() -
Method in interface org.argouml.model.MetaTypes
getDiDiagram(Object) -
Method in class org.argouml.uml.diagram.DiagramFactory
getDiDiagram() -
Method in class org.argouml.uml.diagram.UMLMutableGraphSupport
Get the object that represents this diagram
in the DiagramInterchangeModel.
getDiElement() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
getDiElement() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getDiagram(String) -
Method in class org.argouml.kernel.Project
Finds a diagram with a specific name or UID.
getDiagram() -
Method in class org.argouml.uml.diagram.DiagramFactory
getDiagram() -
Method in class org.argouml.uml.diagram.ProjectMemberDiagram
getDiagramCount() -
Method in class org.argouml.kernel.Project
Get the number of diagrams in this project.
getDiagramElementOwner(Object) -
Method in interface org.argouml.model.DiagramInterchangeFactory
Return true of the given ModelElement is the owner of the diagram.
getDiagramInterchangeModel() -
Static method in class org.argouml.model.Model
Getter for DiagramInterchangeModel.
getDiagramInterchangeModel() -
Method in interface org.argouml.model.ModelImplementation
Get the diagram interchange model.
getDiagramMenuItem() -
Method in interface org.argouml.application.api.PluggableDiagram
Deprecated. Returns the settings tab panel for the plugin.
getDiagramMenuItem() -
Method in class org.argouml.application.helpers.DiagramHelper
Deprecated.
getDiagramResourceBundleKey() -
Method in class org.argouml.application.helpers.DiagramHelper
Deprecated.
getDiagrams() -
Method in class org.argouml.kernel.Project
getDialogTitle() -
Method in class org.argouml.uml.ui.AbstractActionAddModelElement
Returns the title of the dialog.
getDialogTitle() -
Method in class org.argouml.uml.ui.behavior.activity_graphs.ActionAddEventAsTrigger
getDialogTitle() -
Method in class org.argouml.uml.ui.behavior.collaborations.ActionAddClassifierRoleBase
getDialogTitle() -
Method in class org.argouml.uml.ui.behavior.collaborations.ActionAddMessagePredecessor
getDialogTitle() -
Method in class org.argouml.uml.ui.behavior.common_behavior.ActionAddContextSignal
getDialogTitle() -
Method in class org.argouml.uml.ui.behavior.common_behavior.ActionAddCreateActionInstantiation
getDialogTitle() -
Method in class org.argouml.uml.ui.behavior.common_behavior.ActionAddInstanceClassifier
getDialogTitle() -
Method in class org.argouml.uml.ui.behavior.state_machines.ActionAddEventAsDeferrableEvent
getDialogTitle() -
Method in class org.argouml.uml.ui.behavior.use_cases.ActionAddExtendExtensionPoint
getDialogTitle() -
Method in class org.argouml.uml.ui.foundation.core.ActionAddAssociationSpecification
getDirectionKind() -
Static method in class org.argouml.model.Model
Getter for the DirectionKind object.
getDirectionKind() -
Method in interface org.argouml.model.ModelImplementation
Getter for the DirectionKind object.
getDirectory() -
Static method in class org.argouml.application.api.Argo
Get the default startup directory.
getDiscriminator(Object) -
Method in interface org.argouml.model.Facade
Get the discriminator.
getDiscriminatorTextField() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelGeneralization
getDispatchAction(Object) -
Method in interface org.argouml.model.Facade
Get the dispatchaction of a stimulus.
getDisplayNamespace() -
Method in class org.argouml.uml.ui.PropPanel
This method can be overriden in derived Panels where the appropriate
namespace for display may not be the same as the namespace of the target.
getDisplayNamespace() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelOperation
Appropriate namespace is the namespace of our class,
not the class itself.
getDoActivity(Object) -
Method in interface org.argouml.model.Facade
Returns the do activity action of a state.
getDoScroll() -
Method in class org.argouml.uml.ui.behavior.state_machines.AbstractPropPanelState
getDocs(Object, String) -
Static method in class org.argouml.uml.DocumentationManager
This function returns the documentation in C-style comment format.
getDocs(Object, String, String, String, String) -
Static method in class org.argouml.uml.DocumentationManager
getDouble(ConfigurationKey, double) -
Static method in class org.argouml.application.api.Configuration
Returns the numeric value of a configuration property.
getDouble(ConfigurationKey) -
Static method in class org.argouml.application.api.Configuration
Returns the numeric value of a configuration property.
getDouble(ConfigurationKey, double) -
Method in class org.argouml.application.configuration.ConfigurationHandler
Returns the numeric value of a configuration property.
getDownGap() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramInheritanceEdge
getEdgePort() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
getEdges(Diagram) -
Static method in class org.argouml.persistence.PgmlUtility
Return just the comment edges for a specific layer.
getEdges() -
Method in class org.argouml.ui.ArgoDiagram
Get all the model elements in this diagram that are represented
by a FigEdge.
getEdges() -
Method in class org.argouml.uml.diagram.UMLMutableGraphSupport
Get all the edges from the graphmodel/diagram.
getEditToolbar() -
Method in class org.argouml.ui.cmd.GenericArgoMenuBar
Get the edit toolbar.
getEditorComponent() -
Method in class org.argouml.uml.ui.UMLEditableComboBox.UMLComboBoxEditor
getEditorPane() -
Method in class org.argouml.ui.ProjectBrowser
getEffect(Object) -
Method in interface org.argouml.model.Facade
Returns the effect of some transition.
getElement(Vector, Object) -
Method in interface org.argouml.model.ModelManagementHelper
Get the modelelement a given path below a given root-namespace.
getElement(Object) -
Method in class org.argouml.uml.ui.UMLComboBoxEntry
getElementAt(int) -
Method in class org.argouml.uml.ui.UMLComboBoxModel2
getElementImports2(Object) -
Method in interface org.argouml.model.Facade
Returns the ElementImports of this ModelElement.
getElementResidenceScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
getElementResidences(Object) -
Method in interface org.argouml.model.Facade
Get the residences of an element.
getElementSeparator() -
Method in class org.argouml.uml.ProfileJava
getElementsRead() -
Method in class org.argouml.persistence.XMIParser
getEmptyCollection() -
Method in class org.argouml.uml.ProfileJava
getEnclosedFigs() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getEncloser() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getEnclosingFig() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getEnclosingId(Fig) -
Static method in class org.argouml.persistence.PgmlUtility
Generate an identifier for this Fig which is unique within the
diagram.
getEncoding() -
Method in class org.argouml.persistence.AbstractFilePersister
Supply the encoding to be used throughout the persistence
mechanism.
getEndLine() -
Method in class org.argouml.language.java.generator.AnonymousClassCodePiece
getEndLine() -
Method in class org.argouml.language.java.generator.AttributeCodePiece
getEndLine() -
Method in class org.argouml.language.java.generator.ClassCodePiece
getEndLine() -
Method in class org.argouml.language.java.generator.ClassifierEndCodePiece
getEndLine() -
Method in class org.argouml.language.java.generator.CodePiece
getEndLine() -
Method in class org.argouml.language.java.generator.CompositeCodePiece
Return the end line.
getEndLine() -
Method in class org.argouml.language.java.generator.InterfaceCodePiece
getEndLine() -
Method in class org.argouml.language.java.generator.OperationCodePiece
getEndLine() -
Method in class org.argouml.language.java.generator.PackageCodePiece
getEndLine() -
Method in class org.argouml.language.java.generator.SimpleCodePiece
Return the end line
getEndPosition() -
Method in class org.argouml.language.java.generator.AnonymousClassCodePiece
getEndPosition() -
Method in class org.argouml.language.java.generator.AttributeCodePiece
getEndPosition() -
Method in class org.argouml.language.java.generator.ClassCodePiece
getEndPosition() -
Method in class org.argouml.language.java.generator.ClassifierEndCodePiece
getEndPosition() -
Method in class org.argouml.language.java.generator.CodePiece
getEndPosition() -
Method in class org.argouml.language.java.generator.CompositeCodePiece
Return the end position.
getEndPosition() -
Method in class org.argouml.language.java.generator.InterfaceCodePiece
getEndPosition() -
Method in class org.argouml.language.java.generator.OperationCodePiece
getEndPosition() -
Method in class org.argouml.language.java.generator.PackageCodePiece
getEndPosition() -
Method in class org.argouml.language.java.generator.SimpleCodePiece
Return the end position.
getEndPosition() -
Method in class org.argouml.uml.ui.UMLModelElementTaggedValueProxy
getEntry(Object) -
Method in interface org.argouml.model.Facade
Returns the entry action to a state.
getEntryScroll() -
Method in class org.argouml.uml.ui.behavior.state_machines.AbstractPropPanelState
getEnumLiteralsBounds() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigEnumeration
getEnumLiteralsBounds() -
Method in interface org.argouml.uml.diagram.ui.EnumLiteralsCompartmentContainer
getEnumeration(Object) -
Method in interface org.argouml.model.Facade
Returns the Enumeration of an EnumerationLiteral.
getEnumeration() -
Method in interface org.argouml.model.MetaTypes
getEnumerationLiterals(Object) -
Method in interface org.argouml.model.Facade
Returns the enumeration literals of a UML Enumeration.
getEvent() -
Method in interface org.argouml.model.MetaTypes
getEventAdapter() -
Static method in class org.argouml.model.Model
Deprecated. for 0.21.2 by tfmorris.
Use Model.getPump() and ModelEventPump methods
getEventAdapter() -
Method in interface org.argouml.model.ModelImplementation
Deprecated. for 0.21.2 by tfmorris.
Use ModelImplementation.getModelEventPump() methods and
ModelEventPump.
getEventEndRange() -
Method in class org.argouml.application.events.ArgoEvent
Indicates the end of the range for notation events.
getEventName() -
Method in class org.argouml.uml.ui.UMLPlainTextDocument
Returns the eventName.
getEventStartRange() -
Method in class org.argouml.application.events.ArgoEvent
Indicates the start of the range for any events.
getEventStartRange() -
Method in class org.argouml.application.events.ArgoGeneratorEvent
Indicates the start of the 100-digit range for generator events.
getEventStartRange() -
Method in class org.argouml.application.events.ArgoModuleEvent
Indicates the start of the range for events.
getEventStartRange() -
Method in class org.argouml.application.events.ArgoNotationEvent
Indicates the start of the 100-digit range for notation events.
getEventType() -
Method in class org.argouml.application.events.ArgoEvent
getException() -
Method in interface org.argouml.model.MetaTypes
getExit(Object) -
Method in interface org.argouml.model.Facade
Returns the exit action to a state.
getExitScroll() -
Method in class org.argouml.uml.ui.behavior.state_machines.AbstractPropPanelState
getExpandedPaths() -
Method in class org.argouml.ui.DisplayTextTree
Called in reexpand().
getExpertEmail() -
Method in class org.argouml.cognitive.Designer
getExpertEmail() -
Method in interface org.argouml.cognitive.Poster
Get some contact information on the Poster.
getExpertEmail() -
Method in class org.argouml.cognitive.ToDoItem
Find the email address of the poster.
getExpertEmail() -
Method in class org.argouml.cognitive.critics.Critic
Reply the email address of the person who is the author or
maintainer of this critic.
getExpression(Object) -
Method in interface org.argouml.model.Facade
Get the Expression belonging to a Guard, ChangeEvent or timeEvent.
getExpression() -
Method in class org.argouml.uml.ui.UMLConditionExpressionModel
getExpression() -
Method in class org.argouml.uml.ui.UMLExpressionExpressionModel
getExpression() -
Method in class org.argouml.uml.ui.UMLExpressionModel2
getExpression() -
Method in class org.argouml.uml.ui.UMLRecurrenceExpressionModel
getExpression() -
Method in class org.argouml.uml.ui.UMLScriptExpressionModel
getExpression() -
Method in class org.argouml.uml.ui.UMLTimeExpressionModel
getExtend() -
Method in interface org.argouml.model.MetaTypes
getExtendedClassifiers(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getExtendedClassifiers(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all classes some generalizable element extends.
getExtendedElements(Object) -
Method in interface org.argouml.model.Facade
Return all extended elements in the current repository for
the given stereotype.
getExtendedElementsScroll() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelStereotype
getExtendedUseCases(Object) -
Method in class org.argouml.model.AbstractUseCasesHelperDecorator
getExtendedUseCases(Object) -
Method in interface org.argouml.model.UseCasesHelper
Returns all usecases this given usecase extends.
getExtendingClassifiers(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getExtendingClassifiers(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all classifiers that extend some classifier.
getExtendingElements(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getExtendingElements(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all elements that extend some class.
getExtendingUseCases(Object) -
Method in class org.argouml.model.AbstractUseCasesHelperDecorator
getExtendingUseCases(Object) -
Method in interface org.argouml.model.UseCasesHelper
getExtends(Object, Object) -
Method in class org.argouml.model.AbstractUseCasesHelperDecorator
getExtends(Object) -
Method in interface org.argouml.model.Facade
Returns all extends of a use case or extension point.
getExtends(Object, Object) -
Method in interface org.argouml.model.UseCasesHelper
Returns the extend relation between two usecases base and
extension.
getExtends2(Object) -
Method in interface org.argouml.model.Facade
Returns all extends of a use case.
getExtension(Object) -
Method in interface org.argouml.model.Facade
Gets the use case extension of an extend.
getExtension() -
Method in class org.argouml.persistence.AbstractFilePersister
The extension valid for this type of file.
getExtension() -
Method in class org.argouml.persistence.UmlFilePersister
getExtension() -
Method in class org.argouml.persistence.XmiFilePersister
getExtension() -
Method in class org.argouml.persistence.XmlFilePersister
getExtension() -
Method in class org.argouml.persistence.ZargoFilePersister
getExtension() -
Method in class org.argouml.persistence.ZipFilePersister
getExtension(File) -
Static method in class org.argouml.util.SuffixFilter
getExtension(String) -
Static method in class org.argouml.util.SuffixFilter
getExtensionMechanismsFactory() -
Static method in class org.argouml.model.Model
Getter for ExtensionMechanismsFactory.
getExtensionMechanismsFactory() -
Method in interface org.argouml.model.ModelImplementation
Getter for ExtensionMechanismsFactory.
getExtensionMechanismsHelper() -
Static method in class org.argouml.model.Model
Getter for ExtensionMechanismsHelper.
getExtensionMechanismsHelper() -
Method in interface org.argouml.model.ModelImplementation
Getter for ExtensionMechanismsHelper.
getExtensionPoint(Object, int) -
Method in interface org.argouml.model.Facade
Returns the Extensionpoint at given index-number.
getExtensionPoints(Object) -
Method in class org.argouml.model.AbstractUseCasesHelperDecorator
getExtensionPoints(Object) -
Method in interface org.argouml.model.Facade
Returns all extends of a use case.
getExtensionPoints(Object) -
Method in interface org.argouml.model.UseCasesHelper
This method returns all extension points of a given use case.
getFacade() -
Static method in class org.argouml.model.Model
Get the facade.
getFacade() -
Method in interface org.argouml.model.ModelImplementation
Get the facade.
getFactory() -
Static method in class org.argouml.application.api.Configuration
Returns the configuration factory instance.
getFeatureName(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getFeatureName(Object) -
Method in interface org.argouml.model.CoreHelper
Deprecated. before 0.21.3 by tfmorris -
use Facade.getName(Object)
getFeatureScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the featureScroll.
getFeatureScroll() -
Method in class org.argouml.uml.ui.model_management.PropPanelSubsystem
Returns the featureScroll.
getFeatures(Object) -
Method in interface org.argouml.model.Facade
The list of Features from a Classifier.
getFigClassifierRole() -
Method in class org.argouml.uml.diagram.sequence.MessageNode
getFigEdgeFor(Object, Map) -
Method in class org.argouml.uml.diagram.UmlDiagramRenderer
getFigEdgeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.collaboration.ui.CollabDiagramRenderer
Return a Fig that can be used to represent the given edge,
Generally the same code as for the ClassDiagram, since its
very related to it.
getFigEdgeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.deployment.ui.DeploymentDiagramRenderer
Return a Fig that can be used to represent the given edge.
getFigEdgeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.sequence.ui.SequenceDiagramRenderer
Return a Fig that can be used to represent the given edge.
getFigEdgeFor(Object, Map) -
Method in class org.argouml.uml.diagram.sequence.ui.SequenceDiagramRenderer
Return a Fig that can be used to represent the given edge.
getFigEdgeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.state.ui.StateDiagramRenderer
Return a Fig that can be used to represent the given edge.
getFigEdgeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.static_structure.ui.ClassDiagramRenderer
Return a Fig that can be used to represent the given edge.
getFigEdgeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.use_case.ui.UseCaseDiagramRenderer
Return a Fig that can be used to represent the given edge.
getFigMessagePort() -
Method in class org.argouml.uml.diagram.sequence.MessageNode
TODO: Need to replace this with getFigMessage.
getFigMessages(int) -
Method in class org.argouml.uml.diagram.sequence.ui.SequenceDiagramLayer
Returns a list with all FigMessages that intersect with
the given y coordinate.
getFigNodeFor(Object, int, int, Map) -
Method in class org.argouml.uml.diagram.UmlDiagramRenderer
getFigNodeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.activity.ui.ActivityDiagramRenderer
Return a Fig that can be used to represent the given node.
getFigNodeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.collaboration.ui.CollabDiagramRenderer
Return a Fig that can be used to represent the given node.
getFigNodeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.deployment.ui.DeploymentDiagramRenderer
Return a Fig that can be used to represent the given node.
getFigNodeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.sequence.ui.SequenceDiagramRenderer
Return a Fig that can be used to represent the given node.
getFigNodeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.state.ui.StateDiagramRenderer
Return a Fig that can be used to represent the given node.
getFigNodeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.static_structure.ui.ClassDiagramRenderer
getFigNodeFor(GraphModel, Layer, Object, Map) -
Method in class org.argouml.uml.diagram.use_case.ui.UseCaseDiagramRenderer
Return a Fig that can be used to represent the given node.
getFigTarget() -
Method in class org.argouml.ui.targetmanager.TargetManager
Convenience method to return the target as fig.
getFileExtension(File) -
Static method in class org.argouml.util.Tools
Gets the file extension of a file.
getFileToolbar() -
Method in class org.argouml.ui.cmd.GenericArgoMenuBar
Getter for the file toolbar.
getFilename() -
Method in class org.argouml.uml.ui.ActionReopenProject
Get the filename for comparing during menu creation.
getFillColor() -
Method in class org.argouml.uml.diagram.activity.ui.FigActionState
getFillColor() -
Method in class org.argouml.uml.diagram.activity.ui.FigObjectFlowState
getFillColor() -
Method in class org.argouml.uml.diagram.activity.ui.FigPartition
getFillColor() -
Method in class org.argouml.uml.diagram.activity.ui.FigSubactivityState
getFillColor() -
Method in class org.argouml.uml.diagram.collaboration.ui.FigClassifierRole
getFillColor() -
Method in class org.argouml.uml.diagram.deployment.ui.FigObject
getFillColor() -
Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigBranchState
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigCompositeState
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigFinalState
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigForkState
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigHistoryState
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigInitialState
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigJoinState
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigJunctionState
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigSimpleState
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigStubState
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigSubmachineState
getFillColor() -
Method in class org.argouml.uml.diagram.state.ui.FigSynchState
getFillColor() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
getFillColor() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigPackage
getFillColor() -
Method in class org.argouml.uml.diagram.ui.FigMessage
getFillColor() -
Method in class org.argouml.uml.diagram.ui.FigNodeAssociation
getFillColor() -
Method in class org.argouml.uml.diagram.use_case.ui.FigUseCase
Get the line colour for the use case oval.
getFillField() -
Method in class org.argouml.ui.StylePanelFig
getFillLabel() -
Method in class org.argouml.ui.StylePanelFig
getFilled() -
Method in class org.argouml.uml.diagram.activity.ui.FigActionState
getFilled() -
Method in class org.argouml.uml.diagram.activity.ui.FigObjectFlowState
getFilled() -
Method in class org.argouml.uml.diagram.activity.ui.FigPartition
getFilled() -
Method in class org.argouml.uml.diagram.activity.ui.FigSubactivityState
getFilled() -
Method in class org.argouml.uml.diagram.collaboration.ui.FigClassifierRole
getFilled() -
Method in class org.argouml.uml.diagram.deployment.ui.FigMNode
getFilled() -
Method in class org.argouml.uml.diagram.deployment.ui.FigMNodeInstance
getFilled() -
Method in class org.argouml.uml.diagram.deployment.ui.FigObject
getFilled() -
Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigBranchState
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigCompositeState
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigFinalState
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigForkState
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigHistoryState
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigInitialState
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigJoinState
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigJunctionState
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigSimpleState
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigStubState
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigSubmachineState
getFilled() -
Method in class org.argouml.uml.diagram.state.ui.FigSynchState
getFilled() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
getFilled() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigPackage
getFilled() -
Method in class org.argouml.uml.diagram.ui.CompartmentFigText
Override for correct graphical behaviour.
getFilled() -
Method in class org.argouml.uml.diagram.ui.FigMessage
getFilled() -
Method in class org.argouml.uml.diagram.ui.FigNodeAssociation
getFilled() -
Method in class org.argouml.uml.diagram.use_case.ui.FigUseCase
Get whether the use case oval is to be filled.
getFilterFromFileName(String) -
Method in class org.argouml.uml.ui.SaveGraphicsManager
getFinalState() -
Method in interface org.argouml.model.MetaTypes
getFirstItem(Collection) -
Static method in class org.argouml.util.CollectionUtil
Return the first item from a collection using the most efficient
method possible.
getFirstItemOrNull(Collection) -
Static method in class org.argouml.util.CollectionUtil
Return the first item from a collection using the most efficient
method possible.
getFirstSharedNamespace(Object, Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getFirstSharedNamespace(Object, Object) -
Method in interface org.argouml.model.CoreHelper
Gets the first namespace two namespaces share.
getFlat() -
Method in class org.argouml.cognitive.ui.ToDoPerspective
todoList specific.
getFlows(Object, Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getFlows(Object, Object) -
Method in interface org.argouml.model.CoreHelper
Returns all flows from some source modelelement to a target
modelelement.
getFork() -
Method in interface org.argouml.model.PseudostateKind
getFrozen() -
Method in interface org.argouml.model.ChangeableKind
getFullName() -
Method in class org.argouml.uml.generator.SourceUnit
getGeneralizableElement() -
Method in interface org.argouml.model.MetaTypes
getGeneralization(Object, Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getGeneralization(Object, Object) -
Method in interface org.argouml.model.CoreHelper
Gets the generalization between two generalizable elements.
getGeneralization(Object, Object) -
Method in interface org.argouml.model.Facade
Gets the generalization between two generalizable elements.
getGeneralization() -
Method in interface org.argouml.model.MetaTypes
getGeneralizationScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the generalizationScroll.
getGeneralizationScroll() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelStereotype
Returns the generalizationScroll.
getGeneralizationScroll() -
Method in class org.argouml.uml.ui.model_management.PropPanelPackage
Returns the generalizationScroll.
getGeneralizations(Object) -
Method in interface org.argouml.model.Facade
The list of Generalizations from a GeneralizableElement.
getGenerationPrefs() -
Method in class org.argouml.kernel.Project
getGenerator(NotationName) -
Static method in class org.argouml.uml.generator.Generator2
Deprecated. Access method that finds the correct generator based on a name.
getGenerator(Language) -
Method in class org.argouml.uml.generator.GeneratorManager
Access method that finds the correct generator based on a name.
getGenerator(String) -
Method in class org.argouml.uml.generator.GeneratorManager
getGenerators() -
Method in class org.argouml.uml.generator.GeneratorManager
getGoRules() -
Method in class org.argouml.ui.PerspectiveSupport
getGoalModel() -
Method in class org.argouml.cognitive.Designer
getGoals() -
Method in class org.argouml.cognitive.Designer
getGoals() -
Method in class org.argouml.cognitive.GoalModel
getGoals() -
Static method in class org.argouml.cognitive.ToDoList
getGoals() -
Method in class org.argouml.cognitive.ui.GoListToGoalsToItems
getGravityPoints() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessagePort
getGravityPoints() -
Method in class org.argouml.uml.diagram.state.ui.FigFinalState
Makes sure that edges stick to the outer circle and not to the box.
getGravityPoints() -
Method in class org.argouml.uml.diagram.ui.FigNodeAssociation
Makes sure that the edges stick to the outline of the fig.
getGravityPoints() -
Method in class org.argouml.uml.diagram.use_case.ui.FigActor
Makes sure that the edges stick to the outline of the fig.
getGravityPoints() -
Method in class org.argouml.uml.diagram.use_case.ui.FigUseCase
Makes sure that the edges stick to the elipse fig of the usecase.
getGuard(Object) -
Method in interface org.argouml.model.Facade
Gets the guard for some given transition.
getGuard() -
Method in interface org.argouml.model.MetaTypes
getGuarded() -
Method in interface org.argouml.model.ConcurrencyKind
getH() -
Method in class org.argouml.uml.diagram.state.ui.FigDeepHistoryState
getH() -
Method in class org.argouml.uml.diagram.state.ui.FigHistoryState
This should return the text shown at the center of the history state.
getH() -
Method in class org.argouml.uml.diagram.state.ui.FigShallowHistoryState
getHGap() -
Static method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramEdge
getHandleBox() -
Method in class org.argouml.uml.diagram.deployment.ui.FigComponent
getHandleBox() -
Method in class org.argouml.uml.diagram.deployment.ui.FigComponentInstance
getHandler(HandlerStack, Object, String, String, String, Attributes) -
Method in class org.argouml.persistence.PGMLStackParser
getHandler(HandlerStack, Object, String, String, String, Attributes) -
Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
getHeaderComment() -
Method in class org.argouml.uml.generator.GenerationPreferences
getHeadline() -
Method in class org.argouml.cognitive.ToDoItem
getHeadline(Object, Designer) -
Method in class org.argouml.cognitive.critics.Critic
Reply the headline used in feedback produced by this Critic.
getHeadline(ListSet, Designer) -
Method in class org.argouml.cognitive.critics.Critic
Reply the headline used in feedback produced by this Critic.
getHeadline() -
Method in class org.argouml.cognitive.critics.Critic
Reply the headline used in feedback produced by this Critic.
getHeadline() -
Method in class org.argouml.persistence.ToDoItemXMLHelper
Encodes the headline of this ToDoItem in an XML safe way and
returns the new String.
getHideEdges() -
Static method in class org.argouml.uml.diagram.ui.ActionEdgesDisplay
getHighlight() -
Method in interface org.argouml.cognitive.Highlightable
getHistoryFile() -
Method in class org.argouml.kernel.Project
Get the history file.
getHomeModel() -
Method in class org.argouml.uml.diagram.UMLMutableGraphSupport
Get the homemodel.
getHomeModel() -
Method in class org.argouml.uml.diagram.sequence.SequenceDiagramGraphModel
getIDOfObject(Object, boolean) -
Static method in class org.argouml.cognitive.ItemUID
Obtains the ID of an object and returns it as a String.
getIcon(Object) -
Method in interface org.argouml.model.Facade
Returns the Icon of a Stereotype.
getIcon() -
Method in interface org.argouml.notation.NotationName
Returns an icon for the notation, or null if no icon
is available.
getIcon() -
Method in class org.argouml.uml.generator.Language
getIcon(File) -
Method in class org.argouml.uml.ui.ProjectFileView
Load an icon for a supported project file.
getIconHeight() -
Method in class org.argouml.uml.cognitive.critics.ClAttributeCompartment
getIconHeight() -
Method in class org.argouml.uml.cognitive.critics.ClClassName
getIconHeight() -
Method in class org.argouml.uml.cognitive.critics.ClOperationCompartment
getIconWidth() -
Method in class org.argouml.uml.cognitive.critics.ClAttributeCompartment
getIconWidth() -
Method in class org.argouml.uml.cognitive.critics.ClClassName
getIconWidth() -
Method in class org.argouml.uml.cognitive.critics.ClOperationCompartment
getId(Fig) -
Static method in class org.argouml.persistence.PgmlUtility
Generate an identifier for this Fig which is unique within the
diagram.
getIgnoredElementCount() -
Method in interface org.argouml.model.XmiReader
Return the count of elements read during the last XMI read which were on
the ignore list.
getIgnoredElements() -
Method in interface org.argouml.model.XmiReader
Returns list of element names which will be ignored during XMI import
if they cause an error.
getImageBinding(String) -
Static method in class org.argouml.application.helpers.ResourceLoaderWrapper
Convert the key to the image file name.
getImplementationLocation(Object) -
Method in interface org.argouml.model.Facade
Deprecated. use getContainer
getImportedElement(Object) -
Method in interface org.argouml.model.Facade
Returns the imported element from a ElementImport.
getImportedElements(Object) -
Method in interface org.argouml.model.Facade
The list of imported elements of the given package.
getInEdges(Object) -
Method in class org.argouml.uml.diagram.collaboration.CollabDiagramGraphModel
Return all edges going to given port.
getInEdges(Object) -
Method in class org.argouml.uml.diagram.deployment.DeploymentDiagramGraphModel
Return all edges going to given port.
getInEdges(Object) -
Method in class org.argouml.uml.diagram.sequence.SequenceDiagramGraphModel
Return all edges going to given port.
getInEdges(Object) -
Method in class org.argouml.uml.diagram.state.StateDiagramGraphModel
Return all edges going to given port.
getInEdges(Object) -
Method in class org.argouml.uml.diagram.static_structure.ClassDiagramGraphModel
getInEdges(Object) -
Method in class org.argouml.uml.diagram.use_case.UseCaseDiagramGraphModel
Return all edges going to given port.
getInOutParameter() -
Method in interface org.argouml.model.DirectionKind
getInParameter() -
Method in interface org.argouml.model.DirectionKind
getInStates(Object) -
Method in interface org.argouml.model.Facade
Returns the collection of States for some ClasifierInState.
getInclude() -
Method in interface org.argouml.model.MetaTypes
getIncludedUseCases(Object) -
Method in class org.argouml.model.AbstractUseCasesHelperDecorator
getIncludedUseCases(Object) -
Method in interface org.argouml.model.UseCasesHelper
Returns all usecases this usecase includes.
getIncludes(Object, Object) -
Method in class org.argouml.model.AbstractUseCasesHelperDecorator
getIncludes(Object) -
Method in interface org.argouml.model.Facade
Returns the includers for some use case.
getIncludes(Object, Object) -
Method in interface org.argouml.model.UseCasesHelper
Returns the include relation between two usecases base and
inclusion.
getIncludes2(Object) -
Method in interface org.argouml.model.Facade
Returns the includes for some use case.
getIncomingScroll() -
Method in class org.argouml.uml.ui.behavior.state_machines.PropPanelStateVertex
getIncomings(Object) -
Method in interface org.argouml.model.Facade
Returns the incoming transitions for some statevertex.
getIndexOf(MessageNode) -
Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
Returns the index of a given node.
getIndexOf(Object) -
Method in class org.argouml.uml.ui.UMLComboBoxModel2
getIndexOfChild(Object, Object) -
Method in class org.argouml.cognitive.ui.GoListToDecisionsToItems
getIndexOfChild(Object, Object) -
Method in class org.argouml.cognitive.ui.GoListToGoalsToItems
getIndexOfChild(Object, Object) -
Method in class org.argouml.cognitive.ui.GoListToOffenderToItem
getIndexOfChild(Object, Object) -
Method in class org.argouml.cognitive.ui.GoListToPosterToItem
getIndexOfChild(Object, Object) -
Method in class org.argouml.cognitive.ui.GoListToPriorityToItem
getIndexOfChild(Object, Object) -
Method in class org.argouml.cognitive.ui.GoListToTypeToItem
getIndexOfChild(Object, Object) -
Method in class org.argouml.cognitive.ui.ToDoPerspective
getIndexOfChild(Object, Object) -
Method in class org.argouml.ui.TreeModelComposite
getIndexOfNamedTab(String) -
Method in class org.argouml.ui.DetailsPane
Get the index of the tab with the given name.
getIndexOfNamedTab(String) -
Method in class org.argouml.ui.MultiEditorPane
Returns the index of a tab with a certain name in the JTabbedPane which
is the component shown by the multieditorpane.
getInfo(int) -
Method in interface org.argouml.moduleloader.ModuleInterface
The info about the module.
getInfo() -
Static method in class org.argouml.ui.SystemInfoDialog
Collect system information.
getInitial() -
Method in interface org.argouml.model.PseudostateKind
getInitialColor() -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getInitialHeight() -
Method in class org.argouml.uml.diagram.state.ui.FigCompositeState
getInitialHeight() -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getInitialHeight() -
Method in class org.argouml.uml.diagram.state.ui.FigSimpleState
getInitialHeight() -
Method in class org.argouml.uml.diagram.state.ui.FigState
getInitialHeight() -
Method in class org.argouml.uml.diagram.state.ui.FigSubmachineState
getInitialTarget() -
Method in class org.argouml.kernel.Project
getInitialValue(Object) -
Method in interface org.argouml.model.Facade
Returns the initial value for some attribute.
getInitialWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigCompositeState
getInitialWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getInitialWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigSimpleState
getInitialWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigState
getInitialWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigSubmachineState
getInitialX() -
Method in class org.argouml.uml.diagram.state.ui.FigCompositeState
getInitialX() -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getInitialX() -
Method in class org.argouml.uml.diagram.state.ui.FigSimpleState
getInitialX() -
Method in class org.argouml.uml.diagram.state.ui.FigState
getInitialX() -
Method in class org.argouml.uml.diagram.state.ui.FigSubmachineState
getInitialY() -
Method in class org.argouml.uml.diagram.state.ui.FigCompositeState
getInitialY() -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getInitialY() -
Method in class org.argouml.uml.diagram.state.ui.FigSimpleState
getInitialY() -
Method in class org.argouml.uml.diagram.state.ui.FigState
getInitialY() -
Method in class org.argouml.uml.diagram.state.ui.FigSubmachineState
getInnerMostEnclosingNamespace(Object) -
Static method in class org.argouml.ocl.OCLUtil
Get the inner-most enclosing namespace for the model element.
getInputSourceEncoding() -
Method in class org.argouml.uml.reveng.Import
getInstance() -
Static method in class org.argouml.application.configuration.ConfigurationFactory
Returns the instance of the singleton.
getInstance() -
Static method in class org.argouml.application.events.ArgoEventPump
getInstance() -
Static method in class org.argouml.application.helpers.ResourceLoaderWrapper
Returns the singleton instance.
getInstance() -
Static method in class org.argouml.application.modules.ModuleLoader
Deprecated. Get the singleton instance.
getInstance() -
Static method in class org.argouml.cognitive.ToDoList
Returns the validity checking thread instance.
getInstance() -
Static method in class org.argouml.language.java.generator.GeneratorJava
Get the generator.
getInstance(Object) -
Method in interface org.argouml.model.Facade
Returns the instance of an AttributeLink or LinkEnd.
getInstance() -
Method in interface org.argouml.model.MetaTypes
getInstance() -
Method in interface org.argouml.model.ScopeKind
getInstance() -
Static method in class org.argouml.model.UUIDManager
Return the UUIDManager.
getInstance() -
Static method in class org.argouml.moduleloader.ModuleLoader2
Get hold of the instance of this object.
getInstance() -
Static method in class org.argouml.notation.Notation
getInstance() -
Static method in class org.argouml.notation.NotationProviderFactory2
getInstance() -
Static method in class org.argouml.notation.ui.NotationComboBox
getInstance() -
Static method in class org.argouml.ocl.CriticOclEvaluator
getInstance() -
Static method in class org.argouml.persistence.LastLoadInfo
Get the singletone instance.
getInstance() -
Static method in class org.argouml.persistence.PersistenceManager
getInstance() -
Static method in class org.argouml.ui.FindDialog
getInstance() -
Static method in class org.argouml.ui.GUI
getInstance() -
Static method in class org.argouml.ui.GraphChangeAdapter
The getter for the instance.
getInstance() -
Static method in class org.argouml.ui.LookAndFeelMgr
Get the single instance of the LookAndFeelMgr.
getInstance() -
Static method in class org.argouml.ui.ProjectBrowser
Singleton retrieval method for the projectbrowser.
getInstance() -
Static method in class org.argouml.ui.cmd.PrintManager
getInstance() -
Static method in class org.argouml.ui.explorer.ExplorerEventAdaptor
getInstance() -
Static method in class org.argouml.ui.explorer.PerspectiveManager
getInstance() -
Static method in class org.argouml.ui.targetmanager.TargetManager
Singleton retrieval method.
getInstance() -
Static method in class org.argouml.uml.diagram.DiagramFactory
getInstance(Object) -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramModelElementFactory
create layouter object from a Fig.*
getInstance() -
Static method in class org.argouml.uml.generator.GeneratorManager
getInstance() -
Static method in class org.argouml.uml.reveng.ImportClassLoader
Try and return the existing instance if one exists.
getInstance(URL[]) -
Static method in class org.argouml.uml.reveng.ImportClassLoader
There is no default constructor for URLClassloader, so we should provide
urls when creating the instance.
getInstance() -
Static method in class org.argouml.uml.ui.ActionCopy
getInstance() -
Static method in class org.argouml.uml.ui.ActionCut
getInstance() -
Static method in class org.argouml.uml.ui.ActionImportFromSources
getInstance() -
Static method in class org.argouml.uml.ui.ActionPaste
Singleton implementation.
getInstance() -
Static method in class org.argouml.uml.ui.ProjectFileView
Returns the singleton instance.
getInstance() -
Static method in class org.argouml.uml.ui.SaveGraphicsManager
getInstance() -
Static method in class org.argouml.uml.ui.behavior.collaborations.ActionAddMessagePredecessor
getInstance() -
Static method in class org.argouml.uml.ui.behavior.collaborations.ActionNewActionForMessage
getInstance() -
Static method in class org.argouml.uml.ui.behavior.collaborations.ActionRemoveClassifierRoleBase
getInstance() -
Static method in class org.argouml.uml.ui.behavior.collaborations.ActionSetClassifierRoleMultiplicity
getInstance() -
Static method in class org.argouml.uml.ui.behavior.common_behavior.ActionNewCallAction
getInstance() -
Static method in class org.argouml.uml.ui.behavior.common_behavior.ActionNewCreateAction
getInstance() -
Static method in class org.argouml.uml.ui.behavior.common_behavior.ActionNewReturnAction
getInstance() -
Static method in class org.argouml.uml.ui.behavior.common_behavior.ActionNewSendAction
getInstance() -
Static method in class org.argouml.uml.ui.behavior.common_behavior.ActionNewTerminateAction
getInstance() -
Static method in class org.argouml.uml.ui.behavior.common_behavior.ActionNewUninterpretedAction
getInstance() -
Static method in class org.argouml.uml.ui.behavior.common_behavior.ActionSetActionAsynchronous
getInstance() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewStubState
getInstance() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewSubmachineState
getInstance() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewSynchState
getInstance() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionSetCompositeStateConcurrent
getInstance() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionSetContextStateMachine
getInstance() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionSetStubStateReferenceState
getInstance() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionSetSubmachineStateSubmachine
getInstance() -
Static method in class org.argouml.uml.ui.behavior.use_cases.ActionAddExtendExtensionPoint
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionAddAssociationSpecification
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionNewModelElementConstraint
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndAggregation
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndMultiplicity
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndNavigable
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndOrdering
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndTargetScope
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetAssociationEndType
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetBehavioralFeatureQuery
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetChangeability
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetClassActive
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetElementOwnershipSpecification
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetFeatureOwner
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetFeatureOwnerScope
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetFlowSource
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementAbstract
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementLeaf
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetGeneralizableElementRoot
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetGeneralizationPowertype
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetModelElementStereotype
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetModelElementVisibility
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetOperationConcurrencyKind
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetParameterDirectionKind
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetParameterType
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureMultiplicity
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureTargetScope
getInstance() -
Static method in class org.argouml.uml.ui.foundation.core.ActionSetStructuralFeatureType
getInstance() -
Static method in class org.argouml.uml.ui.foundation.extension_mechanisms.ActionSetTagDefinitionType
getInstanceScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the instanceScroll.
getInstances(Object) -
Method in interface org.argouml.model.Facade
Returns the Instances for some Clasifier.
getInstantiation(Object) -
Method in class org.argouml.model.AbstractCommonBehaviorHelperDecorator
getInstantiation(Object) -
Method in interface org.argouml.model.CommonBehaviorHelper
Returns the instance which the create action creates.
getInstructions() -
Method in class org.argouml.uml.cognitive.critics.CrUML
Loads the localized wizard's instruction.
getInstructions() -
Method in class org.argouml.uml.cognitive.critics.WizMEName
getInteger(ConfigurationKey) -
Static method in class org.argouml.application.api.Configuration
Returns the numeric value of a configuration property.
getInteger(ConfigurationKey, int) -
Static method in class org.argouml.application.api.Configuration
Returns the numeric value of a configuration property.
getInteger(ConfigurationKey, int) -
Method in class org.argouml.application.configuration.ConfigurationHandler
Returns the numeric value of a configuration property.
getInteraction(Object) -
Method in interface org.argouml.model.Facade
Returns the interaction for some message.
getInteraction() -
Method in interface org.argouml.model.MetaTypes
getInteractions(Object) -
Method in interface org.argouml.model.Facade
Returns the interactions belonging to a collaboration.
getInterface() -
Method in interface org.argouml.model.MetaTypes
getInternal() -
Method in class org.argouml.uml.diagram.state.ui.FigState
getInternalTransitions(Object) -
Method in interface org.argouml.model.Facade
Returns the internal transitions belonging to a state.
getInternalTransitionsScroll() -
Method in class org.argouml.uml.ui.behavior.state_machines.AbstractPropPanelState
getItalicLabelFont() -
Static method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
getItalicLabelFont() -
Static method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getItem() -
Method in class org.argouml.uml.ui.UMLEditableComboBox.UMLComboBoxEditor
getItemUID() -
Method in class org.argouml.ui.ArgoDiagram
USED BY pgml.tee!!
getItemUID() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Getter for the UID
getItemUID() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getJGraph() -
Method in class org.argouml.uml.diagram.ui.TabDiagram
Getter for the JGraph.
getJMenuBar() -
Method in class org.argouml.ui.ProjectBrowser
getJToolBar() -
Method in class org.argouml.uml.diagram.ui.UMLDiagram
Get the toolbar for the diagram.
getJarResource(String) -
Method in class org.argouml.persistence.SAXParserBase
getJoin() -
Method in interface org.argouml.model.PseudostateKind
getJunction() -
Method in interface org.argouml.model.PseudostateKind
getKey() -
Method in interface org.argouml.application.api.ConfigurationKey
Return the actual key used to access the configuration.
getKey() -
Method in class org.argouml.application.configuration.ConfigurationKeyImpl
Return the actual key used to access the configuration.
getKind(Object) -
Method in interface org.argouml.model.Facade
Returns the Kind of a Pseudostate or Parameter.
getKnowledgeTypes() -
Method in class org.argouml.cognitive.critics.Critic
getLabelFont() -
Static method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
getLabelFont() -
Static method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getLabelName() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getLabelName() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
getLabelName() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
getLabelName() -
Method in class org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram
getLabelName() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getLabelName() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
getLabelName() -
Method in class org.argouml.uml.diagram.ui.UMLDiagram
getLabelName() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getLanguage(Object) -
Method in class org.argouml.model.AbstractDataTypesHelperDecorator
getLanguage(Object) -
Method in interface org.argouml.model.DataTypesHelper
Gets the language of an expression.
getLanguage() -
Method in class org.argouml.uml.generator.SourceUnit
getLanguage() -
Method in class org.argouml.uml.ui.UMLExpressionModel2
getLanguageTextField() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelMethod
getLanguages() -
Method in class org.argouml.uml.generator.GeneratorManager
getLastLoadMessage() -
Method in class org.argouml.persistence.LastLoadInfo
Get the last message which caused loading to fail.
getLastLoadStatus() -
Method in class org.argouml.persistence.LastLoadInfo
getLayout(UMLDiagram) -
Method in interface org.argouml.application.api.PluggableImport
Deprecated. Provide layout for modified or created class diagram.
getLayout(UMLDiagram) -
Method in class org.argouml.uml.reveng.FileImportSupport
Provide layout for modified class diagram.
getLeftGuillemot() -
Method in class org.argouml.kernel.ProjectSettings
getLength() -
Method in class org.argouml.persistence.ProgressEvent
Return the length that progress is measuring.
getLength() -
Method in class org.argouml.uml.ui.UMLModelElementTaggedValueProxy
getLineColor() -
Method in class org.argouml.uml.diagram.activity.ui.FigActionState
getLineColor() -
Method in class org.argouml.uml.diagram.activity.ui.FigObjectFlowState
getLineColor() -
Method in class org.argouml.uml.diagram.activity.ui.FigPartition
getLineColor() -
Method in class org.argouml.uml.diagram.activity.ui.FigSubactivityState
getLineColor() -
Method in class org.argouml.uml.diagram.collaboration.ui.FigClassifierRole
getLineColor() -
Method in class org.argouml.uml.diagram.deployment.ui.FigObject
getLineColor() -
Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigBranchState
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigCompositeState
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigFinalState
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigForkState
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigHistoryState
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigInitialState
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigJoinState
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigJunctionState
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigSimpleState
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigStubState
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigSubmachineState
getLineColor() -
Method in class org.argouml.uml.diagram.state.ui.FigSynchState
getLineColor() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
getLineColor() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigPackage
getLineColor() -
Method in class org.argouml.uml.diagram.ui.CompartmentFigText
Override for correct graphical behaviour.
getLineColor() -
Method in class org.argouml.uml.diagram.ui.FigMessage
getLineColor() -
Method in class org.argouml.uml.diagram.ui.FigNodeAssociation
getLineColor() -
Method in class org.argouml.uml.diagram.use_case.ui.FigUseCase
Get the line colour for the use case oval.
getLineField() -
Method in class org.argouml.ui.StylePanelFig
getLineLabel() -
Method in class org.argouml.ui.StylePanelFig
getLineWidth() -
Method in class org.argouml.uml.diagram.activity.ui.FigActionState
getLineWidth() -
Method in class org.argouml.uml.diagram.activity.ui.FigObjectFlowState
getLineWidth() -
Method in class org.argouml.uml.diagram.activity.ui.FigPartition
getLineWidth() -
Method in class org.argouml.uml.diagram.activity.ui.FigSubactivityState
getLineWidth() -
Method in class org.argouml.uml.diagram.collaboration.ui.FigClassifierRole
getLineWidth() -
Method in class org.argouml.uml.diagram.deployment.ui.FigObject
getLineWidth() -
Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigBranchState
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigCompositeState
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigFinalState
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigForkState
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigHistoryState
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigInitialState
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigJoinState
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigJunctionState
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigSimpleState
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigStubState
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigSubmachineState
getLineWidth() -
Method in class org.argouml.uml.diagram.state.ui.FigSynchState
getLineWidth() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigClass
getLineWidth() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
getLineWidth() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigDataType
getLineWidth() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigInterface
getLineWidth() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigPackage
getLineWidth() -
Method in class org.argouml.uml.diagram.ui.FigMessage
getLineWidth() -
Method in class org.argouml.uml.diagram.ui.FigNodeAssociation
getLineWidth() -
Method in class org.argouml.uml.diagram.use_case.ui.FigUseCase
Get the line width for the use case oval.
getLink(Object) -
Method in interface org.argouml.model.Facade
Returns the Link belonging to the given LinkEnd.
getLink() -
Method in interface org.argouml.model.MetaTypes
getLinkEnds(Object) -
Method in interface org.argouml.model.Facade
Return the LinkEnds of a given Instance or AssociationEnd.
getLinks(Object) -
Method in interface org.argouml.model.Facade
Return the Links of a given Association.
getList(Import) -
Method in interface org.argouml.application.api.PluggableImport
Deprecated. This method returns a Vector with objects to import.
getList() -
Method in class org.argouml.ui.explorer.ExplorerPerspective
getList(Import) -
Method in class org.argouml.uml.reveng.FileImportSupport
This method returns a Vector with objects to import.
getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.argouml.uml.ui.UMLLinkedListCellRenderer
getListCellRendererComponent(JList, Object, int, boolean, boolean) -
Method in class org.argouml.uml.ui.UMLListCellRenderer2
getListPredicate() -
Method in class org.argouml.cognitive.ui.AbstractGoList
getLiteralsCompartment() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigEnumeration
getLiteralsScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelEnumeration
Returns the attributeScroll.
getLocalVariableDeclarations() -
Method in class org.argouml.uml.reveng.java.Modeller
Return the collected set of local variable declarations.
getLocale() -
Method in class org.argouml.ui.ProjectBrowser
getLocales() -
Static method in class org.argouml.i18n.Translator
For Locale selection.
getLocalizedString(String) -
Method in class org.argouml.uml.cognitive.critics.CrUML
Returns a localized string for the current critic class.
getLocalizedString(String, String) -
Method in class org.argouml.uml.cognitive.critics.CrUML
Returns a localized string for the given key and suffix.
getLocation(Object) -
Method in interface org.argouml.model.Facade
Gets a location of some extension point.
getLocation() -
Method in interface org.argouml.uml.diagram.layout.LayoutedNode
Operation getLocation returns the current location of
this node.
getLongName() -
Method in class org.argouml.uml.ui.UMLComboBoxEntry
getLookAndFeelFromName(String) -
Method in class org.argouml.ui.LookAndFeelMgr
Returns the Look and Feel class name identifier for the specified
display name, or null if no such Look and Feel is found.
getLower(Object) -
Method in interface org.argouml.model.Facade
Returns the lower bound of the multiplicity of the given element
(AssociationEnd, Multiplicity or MultiplicityRange).
getMachine() -
Method in class org.argouml.uml.diagram.state.StateDiagramGraphModel
getMainPanel() -
Method in class org.argouml.cognitive.ui.WizStep
getMainTag() -
Method in class org.argouml.persistence.DiagramMemberFilePersister
getMainTag() -
Method in class org.argouml.persistence.MemberFilePersister
Gets the tag name which is the root tag for this member.
getMainTag() -
Method in class org.argouml.persistence.ModelMemberFilePersister
getMainTag() -
Method in class org.argouml.persistence.TodoListMemberFilePersister
getManager() -
Static method in class org.argouml.kernel.ProjectManager
The singleton accessor method of this class.
getMember(Class) -
Method in class org.argouml.kernel.MemberList
getMemberFilePersister(ProjectMember) -
Method in class org.argouml.persistence.UmlFilePersister
Get a MemberFilePersister based on a given ProjectMember.
getMemberFilePersister(ProjectMember) -
Method in class org.argouml.persistence.ZipFilePersister
Get a MemberFilePersister based on a given ProjectMember.
getMemberList() -
Method in class org.argouml.persistence.ArgoParser
Get the numer of diagram members read.
getMembers(Class) -
Method in class org.argouml.kernel.MemberList
getMembers() -
Method in class org.argouml.kernel.Project
Get all members of the project.
getMementoCreationObserver() -
Static method in class org.argouml.model.Model
Gets the external class responsible for handling mementos.
getMementoCreationObserver() -
Method in interface org.argouml.model.ModelImplementation
Deprecated. by Linus Tolke in 0.21.3. This is taken care of in the
Model and the implementation need not bother.
getMenu() -
Method in class org.argouml.notation.ui.ActionNotation
getMenuItem(Object[]) -
Method in interface org.argouml.application.api.PluggableMenu
Deprecated. Return the JMenuItem controlled by the plugin under the
specific context.
getMenuTextFont() -
Method in class org.argouml.ui.JasonsBigTheme
getMenuTextFont() -
Method in class org.argouml.ui.JasonsHugeTheme
getMenuTextFont() -
Method in class org.argouml.ui.JasonsTheme
getMessage() -
Method in interface org.argouml.model.MetaTypes
getMessage() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
Returns the message belonging to this link if there is one
(otherwise null).
getMessages(Object) -
Method in interface org.argouml.model.Facade
Returns the messages belonging to some interaction.
getMessages1(Object) -
Method in interface org.argouml.model.Facade
Returns the messages received by the given classifier role.
getMessages2(Object) -
Method in interface org.argouml.model.Facade
Returns the messages send by the given classifier role.
getMessages3(Object) -
Method in interface org.argouml.model.Facade
Returns the messages belonging to some other message.
getMessages4(Object) -
Method in interface org.argouml.model.Facade
Get the messages that are activated by the given message.
getMetaModelName(Object) -
Method in class org.argouml.model.AbstractExtensionMechanismsHelperDecorator
getMetaModelName(Object) -
Method in interface org.argouml.model.ExtensionMechanismsHelper
getMetaTypes() -
Static method in class org.argouml.model.Model
Getter for the MetaTypes object.
getMetaTypes() -
Method in interface org.argouml.model.ModelImplementation
Getter for the MetaTypes object.
getMethodCalls() -
Method in class org.argouml.uml.reveng.java.Modeller
Get collection of method calls.
getMethods(Object) -
Method in interface org.argouml.model.Facade
Get the methods of an operation.
getMiddleGroup() -
Method in class org.argouml.uml.diagram.ui.FigAssociation
getMinimumDiagramSize() -
Method in class org.argouml.uml.diagram.activity.layout.ActivityDiagramLayouter
getMinimumDiagramSize() -
Method in interface org.argouml.uml.diagram.layout.Layouter
Operation getMinimumDiagramSize returns the minimum
diagram size after the layout, so the diagram could
be resized to this size.
getMinimumDiagramSize() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramLayouter
Operation getMinimumDiagramSize returns the minimum diagram size after
the layout process.
getMinimumSize() -
Method in class org.argouml.swingext.SpacerPanel
getMinimumSize() -
Method in class org.argouml.ui.DetailsPane
getMinimumSize() -
Method in class org.argouml.ui.MultiEditorPane
getMinimumSize() -
Method in class org.argouml.uml.diagram.activity.ui.FigActionState
getMinimumSize() -
Method in class org.argouml.uml.diagram.activity.ui.FigObjectFlowState
Get the minimum size.
getMinimumSize() -
Method in class org.argouml.uml.diagram.activity.ui.FigPartition
getMinimumSize() -
Method in class org.argouml.uml.diagram.activity.ui.FigSubactivityState
getMinimumSize() -
Method in class org.argouml.uml.diagram.collaboration.ui.FigClassifierRole
Work out the minimum size that this Fig can be.
getMinimumSize() -
Method in class org.argouml.uml.diagram.deployment.ui.FigComponent
getMinimumSize() -
Method in class org.argouml.uml.diagram.deployment.ui.FigComponentInstance
getMinimumSize() -
Method in class org.argouml.uml.diagram.deployment.ui.FigMNode
getMinimumSize() -
Method in class org.argouml.uml.diagram.deployment.ui.FigMNodeInstance
getMinimumSize() -
Method in class org.argouml.uml.diagram.deployment.ui.FigObject
getMinimumSize() -
Method in class org.argouml.uml.diagram.state.ui.FigCompositeState
getMinimumSize() -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getMinimumSize() -
Method in class org.argouml.uml.diagram.state.ui.FigSimpleState
getMinimumSize() -
Method in class org.argouml.uml.diagram.state.ui.FigSubmachineState
getMinimumSize() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigClass
Gets the minimum size permitted for a class on the diagram.
getMinimumSize() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
Get the minimum size for the note figure.
getMinimumSize() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigDataType
Gets the minimum size permitted for a datatype on the diagram.
getMinimumSize() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigEnumeration
Gets the minimum size permitted for a enumeration on the diagram.
getMinimumSize() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigInstance
getMinimumSize() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigInterface
Gets the minimum size permitted for an interface on the diagram.
getMinimumSize() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigPackage
getMinimumSize() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigStereotypeDeclaration
Gets the minimum size permitted for a class on the diagram.
getMinimumSize() -
Method in class org.argouml.uml.diagram.ui.FigCompartment
The minimum width is the minimum width of the child with the widest
miniumum width.
getMinimumSize() -
Method in class org.argouml.uml.diagram.ui.FigFeaturesCompartment.FigSeperator
getMinimumSize() -
Method in class org.argouml.uml.diagram.ui.FigFeaturesCompartment
The minimum width is the minimum width of the widest child feature.
getMinimumSize() -
Method in class org.argouml.uml.diagram.ui.FigMessage
getMinimumSize() -
Method in class org.argouml.uml.diagram.ui.FigSingleLineText
getMinimumSize() -
Method in class org.argouml.uml.diagram.use_case.ui.FigActor
getMinimumSize() -
Method in class org.argouml.uml.diagram.use_case.ui.FigUseCase
Compute the minimum acceptable size of the use case.
getModel() -
Method in class org.argouml.kernel.Project
Return the model.
getModel(Object) -
Method in interface org.argouml.model.Facade
Get the model of some model element.
getModel() -
Method in interface org.argouml.model.MetaTypes
getModel() -
Method in class org.argouml.uml.ProjectMemberModel
getModelDiagram() -
Method in interface org.argouml.model.DiagramInterchangeFactory
getModelElement(Object) -
Method in interface org.argouml.model.Facade
getModelElement() -
Method in interface org.argouml.model.MetaTypes
getModelElement() -
Method in class org.argouml.uml.cognitive.critics.UMLWizard
getModelElement() -
Method in class org.argouml.uml.ui.PropPanel
getModelElement() -
Method in interface org.argouml.uml.ui.UMLUserInterfaceContainer
getModelElementAssociated(Object) -
Method in interface org.argouml.model.Facade
Returns all ModelElements associated with the given ModelElement
by a MOF level association (not an just an association in the user
model, although it includes those too).
getModelElementContainer(Object) -
Method in interface org.argouml.model.Facade
Returns the container for the given modelelement.
getModelElementContents(Object) -
Method in interface org.argouml.model.Facade
Returns all composite components of given ModelElement.
getModelElementSelector() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTaggedValue
Returns the modelelement selector.
getModelEventPump() -
Method in interface org.argouml.model.ModelImplementation
Get the event pump.
getModelManagementFactory() -
Static method in class org.argouml.model.Model
Getter for ModelManagementFactory.
getModelManagementFactory() -
Method in interface org.argouml.model.ModelImplementation
Getter for ModelManagementFactory.
getModelManagementHelper() -
Static method in class org.argouml.model.Model
Getter for ModelManagementHelper.
getModelManagementHelper() -
Method in interface org.argouml.model.ModelImplementation
Getter for ModelManagementHelper.
getModelTarget() -
Method in class org.argouml.ui.targetmanager.TargetManager
Returns the target in it's 'modelform'.
getModelTargets() -
Method in class org.argouml.ui.targetmanager.TargetManager
getModels() -
Method in class org.argouml.kernel.Project
Returns all models, including the default model (default.xmi).
getModifiedDiagrams() -
Method in class org.argouml.uml.reveng.DiagramInterface
Get the list of modified diagrams.
getModifiersPanel() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
getModifiersPanel() -
Method in class org.argouml.uml.ui.model_management.PropPanelPackage
Returns the Modifiers panel.
getModule(String) -
Method in class org.argouml.application.modules.ModuleLoader
Deprecated. Locates a module by key.
getModuleAuthor() -
Method in interface org.argouml.application.api.ArgoModule
Deprecated. The module author.
getModuleAuthor() -
Method in class org.argouml.language.java.generator.GeneratorJava
getModuleAuthor() -
Method in class org.argouml.uml.reveng.FileImportSupport
getModuleDescription() -
Method in interface org.argouml.application.api.ArgoModule
Deprecated. Textual description of the module.
getModuleDescription() -
Method in class org.argouml.language.java.generator.GeneratorJava
getModuleDescription() -
Method in class org.argouml.uml.reveng.java.JavaImport
Textual description of the module.
getModuleKey() -
Method in interface org.argouml.application.api.ArgoModule
Deprecated. The module identifying key.
getModuleKey() -
Method in class org.argouml.language.java.generator.GeneratorJava
getModuleKey() -
Method in class org.argouml.uml.reveng.java.JavaImport
getModuleName() -
Method in interface org.argouml.application.api.ArgoModule
Deprecated. Display name of the module.
getModuleName() -
Method in class org.argouml.language.java.generator.GeneratorJava
getModuleName() -
Method in class org.argouml.uml.reveng.java.JavaImport
Display name of the module.
getModulePopUpActions(Vector, Object) -
Method in interface org.argouml.application.api.ArgoModule
Deprecated. Calls all modules to let them add to a popup menu.
getModulePopUpActions(Vector, Object) -
Method in class org.argouml.application.helpers.DiagramHelper
Deprecated.
getModulePopUpActions(Vector, Object) -
Method in class org.argouml.application.helpers.ModuleHelper
Deprecated.
getModulePopUpActions(Vector, Object) -
Method in class org.argouml.application.helpers.ResourceBundleHelper
Deprecated.
getModulePopUpActions(Vector, Object) -
Method in class org.argouml.application.helpers.SettingsTabHelper
Deprecated.
getModulePopUpActions(Vector, Object) -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
getModulePopUpActions(Vector, Object) -
Method in class org.argouml.uml.reveng.FileImportSupport
Calls all modules to let them add to a popup menu.
getModulePopUpActions(Vector, Object) -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
getModuleVersion() -
Method in interface org.argouml.application.api.ArgoModule
Deprecated. The module version.
getModuleVersion() -
Method in class org.argouml.language.java.generator.GeneratorJava
getModuleVersion() -
Method in class org.argouml.uml.reveng.FileImportSupport
getModules() -
Method in class org.argouml.application.modules.ModuleLoader
Deprecated. Get the list of modules.
getMoreInfoURL() -
Method in class org.argouml.cognitive.ToDoItem
getMoreInfoURL() -
Method in class org.argouml.cognitive.checklist.CheckItem
getMoreInfoURL(ListSet, Designer) -
Method in class org.argouml.cognitive.critics.Critic
Reply the moreInfoURL used in feedback produced by this Critic.
getMoreInfoURL() -
Method in class org.argouml.cognitive.critics.Critic
getMoreInfoURL() -
Method in class org.argouml.persistence.ToDoItemXMLHelper
Encodes the moreInfoURL of this ToDoItem in an XML safe way and
returns the new String.
getMultiplicity(Object) -
Method in interface org.argouml.model.Facade
Get the Multiplicity from a model element.
getMultiplicity() -
Method in interface org.argouml.model.MetaTypes
getMultiplicityComboBox() -
Method in class org.argouml.uml.ui.behavior.collaborations.PropPanelClassifierRole
Returns the multiplicityComboBox.
getMultiplicityComboBox() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelAssociationEnd
Returns the multiplicityComboBox.
getMultiplicityComboBox() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelStructuralFeature
Returns the multiplicityComboBox.
getMultiplicityComboBox() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTagDefinition
Returns the multiplicityComboBox.
getName() -
Method in class org.argouml.cognitive.Decision
getName() -
Method in class org.argouml.cognitive.Goal
getName() -
Method in class org.argouml.cognitive.ui.KnowledgeTypeNode
getName() -
Method in class org.argouml.cognitive.ui.PriorityNode
getName() -
Method in class org.argouml.kernel.Project
getName(Object) -
Method in interface org.argouml.model.Facade
The name of a model element or some diagram part.
getName(Object) -
Method in interface org.argouml.model.MetaTypes
Given a model element instance returns the name of its meta type.
getName() -
Method in interface org.argouml.moduleloader.ModuleInterface
The name of the module.
getName() -
Method in interface org.argouml.notation.NotationName
Returns the name of the language.
getName() -
Method in class org.argouml.persistence.XMLElement
getName() -
Method in class org.argouml.ui.JasonsBigTheme
getName() -
Method in class org.argouml.ui.JasonsHugeTheme
getName() -
Method in class org.argouml.ui.JasonsTheme
getName() -
Method in class org.argouml.ui.PerspectiveSupport
getName() -
Method in class org.argouml.ui.targetmanager.TargetEvent
Getter for the name.
getName() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
getName() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
Get the name of the model element this Fig represents.
getName() -
Method in class org.argouml.uml.generator.Language
getName() -
Method in class org.argouml.uml.generator.SourceUnit
getName(Object) -
Method in class org.argouml.uml.ui.UMLComboBoxModel2
getNameBounds() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
Always returns null as the FigComment does not display its name.
getNameBounds() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Get the Rectangle in which the model elements name is displayed
getNameBounds() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
Get the Rectangle in which the model elements name is displayed
getNameDocument() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
Returns the document (model) for the name.
getNameFig() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Getter for name, the name Fig
getNameFig() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
Get the Fig that displays the model element name.
getNameTextField() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
getNamedTab(String) -
Method in class org.argouml.ui.DetailsPane
Get the JPanel of the tab with the given name.
getNamedTab(String) -
Method in class org.argouml.ui.ProjectBrowser
Find the tabpage with the given label.
getNamespace() -
Method in class org.argouml.language.java.generator.ParseState
Get the current namespace.
getNamespace(Object) -
Method in interface org.argouml.model.Facade
Get the namespace of an element.
getNamespace() -
Method in interface org.argouml.model.MetaTypes
getNamespace() -
Method in class org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram
getNamespace() -
Method in class org.argouml.uml.diagram.ui.UMLDiagram
getNamespaceElement() -
Method in interface org.argouml.uml.util.namespace.NamespaceElement
getNamespaceElement() -
Method in class org.argouml.uml.util.namespace.StringNamespaceElement
getNamespaceScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
getNamespaceSelector() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
Returns the namespace selecter.
getNamespaceVisibilityPanel() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
getNewAction() -
Method in class org.argouml.uml.ui.UMLMutableLinkedList
Returns the newAction.
getNewDiagramName() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
Creates a new diagram name.
getNewDiagramName() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
Creates a new diagramname.
getNewDiagramName() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
Creates a new diagramname.
getNewDiagramName() -
Method in class org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram
Creates a new diagramname.
getNewDiagramName() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
Creates a name for the diagram.
getNewDiagramName() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
Creates a new diagramname.
getNewDiagramName() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
getNewDirectory() -
Method in class org.argouml.uml.ui.ActionSetSourcePath
getNewFeatures() -
Method in class org.argouml.language.java.generator.ParseState
Get all features not in the source.
getNewFile() -
Method in class org.argouml.ui.ProjectBrowser
getNewInnerClasses() -
Method in class org.argouml.language.java.generator.ParseState
Get all inner classes not in the source.
getNewNode(int) -
Method in class org.argouml.uml.diagram.activity.ui.SelectionActionState
getNewNode(int) -
Method in class org.argouml.uml.diagram.activity.ui.SelectionCallState
getNewNode(int) -
Method in class org.argouml.uml.diagram.collaboration.ui.SelectionClassifierRole
Create a new ClassifierRole object.
getNewNode(int) -
Method in class org.argouml.uml.diagram.deployment.ui.SelectionComponent
getNewNode(int) -
Method in class org.argouml.uml.diagram.deployment.ui.SelectionComponentInstance
getNewNode(int) -
Method in class org.argouml.uml.diagram.deployment.ui.SelectionNode
getNewNode(int) -
Method in class org.argouml.uml.diagram.deployment.ui.SelectionNodeInstance
getNewNode(int) -
Method in class org.argouml.uml.diagram.deployment.ui.SelectionObject
getNewNode(int) -
Method in class org.argouml.uml.diagram.sequence.ui.SelectionClassifierRole
getNewNode(int) -
Method in class org.argouml.uml.diagram.state.ui.SelectionState
getNewNode(int) -
Method in class org.argouml.uml.diagram.static_structure.ui.SelectionClass
getNewNode(int) -
Method in class org.argouml.uml.diagram.static_structure.ui.SelectionComment
getNewNode(int) -
Method in class org.argouml.uml.diagram.static_structure.ui.SelectionInterface
getNewNode(int) -
Method in class org.argouml.uml.diagram.static_structure.ui.SelectionStereotype
getNewNode(int) -
Method in class org.argouml.uml.diagram.ui.SelectionNodeClarifiers
getNewNode(int) -
Method in class org.argouml.uml.diagram.use_case.ui.SelectionActor
getNewNode(int) -
Method in class org.argouml.uml.diagram.use_case.ui.SelectionUseCase
getNewNodeType(int) -
Method in class org.argouml.uml.diagram.activity.ui.SelectionActionState
Overrule this for other kinds.
getNewNodeType(int) -
Method in class org.argouml.uml.diagram.activity.ui.SelectionCallState
getNewNodeType(int) -
Method in class org.argouml.uml.diagram.static_structure.ui.SelectionStereotype
getNewTarget() -
Method in class org.argouml.ui.targetmanager.TargetEvent
Helper for getting the new target.
getNewTargets() -
Method in class org.argouml.ui.targetmanager.TargetEvent
Getter for the new targets.
getNewUUID() -
Method in class org.argouml.model.UUIDManager
getNewUUID() -
Static method in class org.argouml.uml.UUIDHelper
getNextDiagramSerial() -
Method in class org.argouml.uml.diagram.ui.UMLDiagram
getNextVisibleFeature(FigGroup, FigText, int) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigClass
getNextVisibleFeature(FigText, int) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigInterface
getNode() -
Method in interface org.argouml.model.MetaTypes
getNode(int) -
Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
Gets a node that has the given position (creates new nodes if needed).
getNodeCount() -
Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
getNodeIndex(int) -
Static method in class org.argouml.uml.diagram.sequence.ui.SequenceDiagramLayer
Return the node index at a certain y point.
getNodeInstance(Object) -
Method in interface org.argouml.model.Facade
Get the node instance of a component instance.
getNodeInstance() -
Method in interface org.argouml.model.MetaTypes
getNodes() -
Method in class org.argouml.ui.ArgoDiagram
Get all the model elements in this diagram that are represented
by a FigNode.
getNodes() -
Method in class org.argouml.uml.diagram.UMLMutableGraphSupport
Get all the nodes from the graphmodel/diagram.
getNone() -
Method in interface org.argouml.model.AggregationKind
getNotation(NotationContext) -
Static method in class org.argouml.notation.Notation
Deprecated. by MVW in V0.21.3. Replaced by
ProjectSettings.getNotationName()
See issue 3140.
getNotation() -
Method in class org.argouml.uml.generator.Generator2
Deprecated.
getNotationLanguage() -
Method in class org.argouml.kernel.ProjectSettings
Used by "argo.tee".
getNotationName() -
Method in class org.argouml.kernel.ProjectSettings
getNotationProvider(int, Object) -
Method in class org.argouml.notation.NotationProviderFactory2
Get a NotationProvider for the current project.
getNotationProvider(int, NotationContext, Object) -
Method in class org.argouml.notation.NotationProviderFactory2
Deprecated. by MVW in V0.21.3. Replaced by
NotationProviderFactory2.getNotationProvider(int, Object)
See issue 3140.
getNotationProvider() -
Method in class org.argouml.uml.diagram.ui.CompartmentFigText
getNotationType() -
Method in class org.argouml.uml.diagram.ui.FigAttributesCompartment
getNotationType() -
Method in class org.argouml.uml.diagram.ui.FigEnumLiteralsCompartment
getNotationType() -
Method in class org.argouml.uml.diagram.ui.FigFeaturesCompartment
getNotationType() -
Method in class org.argouml.uml.diagram.ui.FigOperationsCompartment
getNumAttributes() -
Method in class org.argouml.persistence.XMLElement
getNumMessages() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
getNumSteps() -
Method in class org.argouml.cognitive.ui.Wizard
Get the number of steps in this wizard.
getNumSteps() -
Method in class org.argouml.uml.cognitive.critics.UMLWizard
Preset the number of steps to 1.
getNumSteps() -
Method in class org.argouml.uml.cognitive.critics.WizBreakCircularComp
getNumSteps() -
Method in class org.argouml.uml.cognitive.critics.WizCueCards
getNumSteps() -
Method in class org.argouml.uml.cognitive.critics.WizOperName
getNumSteps() -
Method in class org.argouml.uml.cognitive.critics.WizTooMany
getObject() -
Method in interface org.argouml.model.MetaTypes
getObject(int) -
Method in class org.argouml.uml.diagram.activity.layout.ActivityDiagramLayouter
getObject(int) -
Method in interface org.argouml.uml.diagram.layout.Layouter
Operation getObject returns one object from the diagram.
getObject(int) -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramLayouter
Operation getObject returns a object with a given index from the
layouter.
getObjectFlowState() -
Method in interface org.argouml.model.MetaTypes
getObjectFlowStateScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the objectFlowStateScroll.
getObjectFlowStates(Object) -
Method in interface org.argouml.model.Facade
The collection of object flow states.
getObjectToRemove() -
Method in class org.argouml.uml.ui.AbstractActionRemoveElement
Returns the objectToRemove.
getObjects() -
Method in class org.argouml.uml.diagram.activity.layout.ActivityDiagramLayouter
getObjects() -
Method in interface org.argouml.uml.diagram.layout.Layouter
Operation getObjects returns all the layouted objects
from this diagram.
getObjects() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramLayouter
Operation getObjects returns all the objects currently participating in
the layout process.
getOccurrences(Object) -
Method in interface org.argouml.model.Facade
Get the occurrences of an operation.
getOffender() -
Method in class org.argouml.persistence.OffenderXMLHelper
Gets the description of this offender.
getOffenderList() -
Method in class org.argouml.cognitive.ResolvedCritic
Gets the list of related objects, offenders.
getOffenderList() -
Method in class org.argouml.persistence.ResolvedCriticXMLHelper
Gets the offender vector of this critic where each offender is
wrapped in an OffenderXMLHelper.
getOffenders() -
Method in class org.argouml.cognitive.ToDoItem
Reply a Set of design material's that are the subject of this ToDoItem.
getOffenders() -
Method in class org.argouml.cognitive.ToDoList
getOffset() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramInheritanceEdge
getOldTargets() -
Method in class org.argouml.ui.targetmanager.TargetEvent
Getter for the old targets.
getOperation(Object) -
Method in interface org.argouml.model.Facade
Get the operation of a Call Action or Call Event.
getOperation() -
Method in interface org.argouml.model.MetaTypes
getOperationScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelAssociationClass
Returns the operationScroll.
getOperationScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the operationScroll.
getOperationScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelDataType
Returns the operationScroll.
getOperations(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getOperations(Object) -
Method in interface org.argouml.model.CoreHelper
This method returns all operations of a given Classifier.
getOperations(Object) -
Method in interface org.argouml.model.Facade
Get the list of operations.
getOperationsBounds() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigClassifierBox
Get the bounds of the operations compartment.
getOperationsBounds() -
Method in interface org.argouml.uml.diagram.ui.OperationsCompartmentContainer
getOperationsFig() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigClassifierBox
getOperationsInh(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getOperationsInh(Object) -
Method in interface org.argouml.model.CoreHelper
This method returns all operations of a given Classifier,
including inherited.
getOppositeEnd(Object) -
Method in interface org.argouml.model.Facade
Returns the opposite end of an association end.
getOptions() -
Method in class org.argouml.uml.cognitive.critics.WizNavigable
getOptions1() -
Method in class org.argouml.uml.cognitive.critics.WizBreakCircularComp
getOptions2() -
Method in class org.argouml.uml.cognitive.critics.WizBreakCircularComp
getOrdered() -
Method in interface org.argouml.model.OrderingKind
getOrdering(Object) -
Method in interface org.argouml.model.Facade
Get ordering of an association end.
getOrderingKind() -
Static method in class org.argouml.model.Model
Getter for the OrderingKind object.
getOrderingKind() -
Method in interface org.argouml.model.ModelImplementation
Getter for the OrderingKind object.
getOrientation() -
Method in class org.argouml.ui.AbstractArgoJPanel
getOriginalEvent() -
Method in class org.argouml.model.UmlChangeEvent
getOtherAssociationEnds(Object) -
Method in interface org.argouml.model.Facade
Get the list of Associations Ends connected to this association end.
getOtherLinkEnds(Object) -
Method in interface org.argouml.model.Facade
Get the list of Link Ends connected to this link end.
getOutEdges(Object) -
Method in class org.argouml.uml.diagram.collaboration.CollabDiagramGraphModel
Return all edges going from given port.
getOutEdges(Object) -
Method in class org.argouml.uml.diagram.deployment.DeploymentDiagramGraphModel
Return all edges going from given port.
getOutEdges(Object) -
Method in class org.argouml.uml.diagram.sequence.SequenceDiagramGraphModel
Return all edges going from given port.
getOutEdges(Object) -
Method in class org.argouml.uml.diagram.state.StateDiagramGraphModel
Return all edges going from given port.
getOutEdges(Object) -
Method in class org.argouml.uml.diagram.static_structure.ClassDiagramGraphModel
getOutEdges(Object) -
Method in class org.argouml.uml.diagram.use_case.UseCaseDiagramGraphModel
Return all edges going from the given port.
getOutParameter() -
Method in interface org.argouml.model.DirectionKind
getOutgoingScroll() -
Method in class org.argouml.uml.ui.behavior.state_machines.PropPanelStateVertex
getOutgoingStates(Object) -
Method in class org.argouml.model.AbstractStateMachinesHelperDecorator
getOutgoingStates(Object) -
Method in interface org.argouml.model.StateMachinesHelper
Gets all statevertices that are a target to transitions
outgoing from the given statevertex.
getOutgoings(Object) -
Method in interface org.argouml.model.Facade
Returns the list of Transitions outgoing from the given stateVertex.
getOutputDir() -
Method in class org.argouml.uml.generator.GenerationPreferences
getOwnedElements(Object) -
Method in interface org.argouml.model.Facade
The list of owned elements of the the namespace.
getOwnedElementsScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelNamespace
Returns the ownedElementsScroll.
getOwner(Object) -
Method in class org.argouml.model.AbstractUmlHelperDecorator
getOwner(Object) -
Method in interface org.argouml.model.Facade
Return the owner of a feature or its
association end if it is a
qualified attribute.
getOwner(Object) -
Method in interface org.argouml.model.UmlHelper
Deprecated. for 0.21 by tfmorris - use getModelElementContainer - this
was never implemented for MDR, so any use would throw a run
time exception. Will be removed quickly because of this.
getOwner(Object) -
Method in class org.argouml.ui.targetmanager.TargetManager
getOwner() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getOwner(Object) -
Method in class org.argouml.uml.diagram.collaboration.CollabDiagramGraphModel
Return the node or edge that owns the given port.
getOwner(Object) -
Method in class org.argouml.uml.diagram.deployment.DeploymentDiagramGraphModel
Return the node or edge that owns the given port.
getOwner(Object) -
Method in class org.argouml.uml.diagram.sequence.SequenceDiagramGraphModel
Return the node or edge that owns the given port.
getOwner() -
Method in class org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram
Returns the owner of this diagram.
getOwner(Object) -
Method in class org.argouml.uml.diagram.state.StateDiagramGraphModel
Return the node or edge that owns the given port.
getOwner() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
The owner of a statechart diagram is the statemachine
it's showing.
getOwner(Object) -
Method in class org.argouml.uml.diagram.static_structure.ClassDiagramGraphModel
getOwner() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigEdgeNote
getOwner() -
Method in class org.argouml.uml.diagram.ui.UMLDiagram
The default implementation for diagrams that
have the namespace as their owner.
getOwner(Object) -
Method in class org.argouml.uml.diagram.use_case.UseCaseDiagramGraphModel
Return the node or edge that owns the given port.
getOwnerScope(Object) -
Method in interface org.argouml.model.Facade
Get the owner scope of a feature.
getOwnerScopeCheckbox() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelFeature
Returns the ownerScopeCheckbox.
getOwnerScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelFeature
Returns the ownerScroll.
getOwnerSelector() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTagDefinition
Returns the stereotype selecter.
getPackage(Object) -
Method in interface org.argouml.model.Facade
Returns the Package that is connected by the given ElementImport.
getPackage() -
Method in interface org.argouml.model.MetaTypes
getPackage() -
Method in interface org.argouml.model.VisibilityKind
getPackageName(Object) -
Method in class org.argouml.language.java.generator.GeneratorJava
Gets the Java package name for a given namespace,
ignoring the root namespace (which is the model).
getPanel(int) -
Method in class org.argouml.cognitive.ui.Wizard
Get the exising panel at step s.
getPanelTarget() -
Method in class org.argouml.ui.StylePanel
getParameter(Object, int) -
Method in interface org.argouml.model.Facade
Get a parameter of a behavioral feature.
getParameter() -
Method in interface org.argouml.model.MetaTypes
getParameterDirectionKind() -
Method in interface org.argouml.model.MetaTypes
getParameterScroll() -
Method in class org.argouml.uml.ui.behavior.state_machines.PropPanelEvent
getParameterScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the parameterScroll.
getParameters(Object) -
Method in interface org.argouml.model.Facade
Get the parameters of a Object Flow State, Behavioral Feature,
Classifier or Event.
getParent(Object) -
Method in interface org.argouml.model.Facade
Get the parent of a generalization.
getParent() -
Method in class org.argouml.ui.explorer.rules.AssociationsNode
getParent() -
Method in class org.argouml.ui.explorer.rules.AttributesNode
getParent() -
Method in class org.argouml.ui.explorer.rules.IncomingDependencyNode
getParent() -
Method in class org.argouml.ui.explorer.rules.InheritanceNode
getParent() -
Method in class org.argouml.ui.explorer.rules.OperationsNode
getParent() -
Method in class org.argouml.ui.explorer.rules.OutgoingDependencyNode
getParseTime() -
Method in class org.argouml.persistence.SAXParserBase
getParsingHelp() -
Method in interface org.argouml.notation.NotationProvider4
getParsingHelp() -
Method in class org.argouml.uml.notation.java.AssociationEndNameNotationJava
getParsingHelp() -
Method in class org.argouml.uml.notation.java.AttributeNotationJava
getParsingHelp() -
Method in class org.argouml.uml.notation.java.ModelElementNameNotationJava
getParsingHelp() -
Method in class org.argouml.uml.notation.java.OperationNotationJava
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.ActionStateNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.AssociationEndNameNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.AssociationRoleNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.AttributeNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.CallStateNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.ClassifierRoleNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.ComponentInstanceNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.ExtensionPointNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.MessageNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.ModelElementNameNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.NodeInstanceNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.ObjectFlowStateStateNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.ObjectFlowStateTypeNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.ObjectNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.OperationNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.StateBodyNotationUml
getParsingHelp() -
Method in class org.argouml.uml.notation.uml.TransitionNotationUml
getParticipantScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the participantScroll.
getPartition() -
Method in interface org.argouml.model.MetaTypes
getPartitions(Object) -
Method in interface org.argouml.model.Facade
Get the partitions from a container.
getPath(Object) -
Method in class org.argouml.model.AbstractStateMachinesHelperDecorator
getPath(Object) -
Method in interface org.argouml.model.ModelManagementHelper
Finds the absolute path of a ModelElement.
getPath(Object) -
Method in interface org.argouml.model.StateMachinesHelper
Returns the path of a state vertex.
getPathSeparator() -
Method in class org.argouml.uml.ProfileJava
getPeekCount() -
Method in class org.argouml.util.CustomSeparator
Called to how many characters the CustomSeparator read after
the end of the separator.
getPermission() -
Method in interface org.argouml.model.MetaTypes
getPersistenceVersion() -
Method in class org.argouml.kernel.Project
getPersisterFromFileName(String) -
Method in class org.argouml.persistence.PersistenceManager
getPerspectives() -
Method in class org.argouml.cognitive.ui.ToDoPane
getPerspectives() -
Method in class org.argouml.ui.explorer.PerspectiveManager
getPlugin(Class, Object[]) -
Method in class org.argouml.application.modules.ModuleLoader
Deprecated. Returns a plug-in of a given type.
getPlugins(Class, Object[]) -
Static method in class org.argouml.application.api.Argo
Deprecated. by Linus Tolke for 0.21.3. This is replaced by the
new module loader.
getPlugins(Class) -
Static method in class org.argouml.application.api.Argo
Deprecated. by Linus Tolke for 0.21.3. This is replaced by the
new module loader.
getPlugins(Class, Object[]) -
Method in class org.argouml.application.modules.ModuleLoader
Deprecated. Returns all plug-in of a given type.
getPointOnPerimeter(Rectangle, int) -
Static method in class org.argouml.uml.diagram.layout.LayoutHelper
getPointOnPerimeter(Rectangle, int, double, double) -
Static method in class org.argouml.uml.diagram.layout.LayoutHelper
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.deployment.ui.FigComponent
Build a collection of menu items relevant for a right-click popup menu.
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.deployment.ui.FigMNode
Build a collection of menu items relevant for a right-click popup menu.
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
Build a collection of menu items relevant for a right-click
popup menu on a message.
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.state.ui.FigCompositeState
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigClass
Build a collection of menu items relevant for a right-click
popup menu on a Class.
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigDataType
Build a collection of menu items relevant for a right-click
popup menu on an Interface.
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigEnumeration
Build a collection of menu items relevant for a right-click
popup menu on an Interface.
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigInterface
Build a collection of menu items relevant for a right-click
popup menu on an Interface.
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigPackage
Build a collection of menu items relevant for a right-click
popup menu on a Package.
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigStereotypeDeclaration
Build a collection of menu items relevant for a right-click
popup menu on a Stereotype.
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.ui.FigAssociation
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.use_case.ui.FigActor
getPopUpActions(MouseEvent) -
Method in class org.argouml.uml.diagram.use_case.ui.FigUseCase
Build a collection of menu items relevant for a right-click
popup menu on a Use Case.
getPopupAddOffset() -
Static method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
getPopupAddOffset() -
Static method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getPopupMenu() -
Method in class org.argouml.uml.ui.UMLMutableLinkedList
Returns the popupMenu.
getPopupMenu() -
Method in class org.argouml.uml.ui.behavior.state_machines.UMLCompositeStateSubvertexList
getPopupMenu() -
Method in class org.argouml.uml.ui.behavior.state_machines.UMLStateDeferrableEventList
getPopupMenu() -
Method in class org.argouml.uml.ui.behavior.state_machines.UMLStateDoActivityList
getPopupMenu() -
Method in class org.argouml.uml.ui.behavior.state_machines.UMLStateEntryList
getPopupMenu() -
Method in class org.argouml.uml.ui.behavior.state_machines.UMLStateExitList
getPopupMenu() -
Method in class org.argouml.uml.ui.behavior.state_machines.UMLTransitionEffectList
getPopupMenu() -
Method in class org.argouml.uml.ui.behavior.state_machines.UMLTransitionTriggerList
getPortFig(Object) -
Method in class org.argouml.uml.diagram.sequence.ui.FigClassifierRole
getPortFig(Object) -
Method in class org.argouml.uml.diagram.ui.FigEdgePort
getPorts(Object) -
Method in class org.argouml.uml.diagram.collaboration.CollabDiagramGraphModel
Return all ports on node or edge.
getPorts(Object) -
Method in class org.argouml.uml.diagram.deployment.DeploymentDiagramGraphModel
Return all ports on node or edge.
getPorts(Object) -
Method in class org.argouml.uml.diagram.sequence.SequenceDiagramGraphModel
Return all ports on node or edge.
getPorts(Object) -
Method in class org.argouml.uml.diagram.state.StateDiagramGraphModel
Return all ports on node or edge.
getPorts(Object) -
Method in class org.argouml.uml.diagram.static_structure.ClassDiagramGraphModel
getPorts(Object) -
Method in class org.argouml.uml.diagram.use_case.UseCaseDiagramGraphModel
Return all ports on a node or edge supplied as argument.
getPosition() -
Method in class org.argouml.persistence.ProgressEvent
Return the position of progress as a proportion of length.
getPoster() -
Method in class org.argouml.cognitive.ToDoItem
Reply the Critic or Designer that posted this ToDoItem.
getPosters() -
Method in class org.argouml.cognitive.ToDoList
getPowerTypeRangeScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the powerTypeRangeScroll.
getPowertype(Object) -
Method in interface org.argouml.model.Facade
Get the powertype of a generalization.
getPowertypeRanges(Object) -
Method in interface org.argouml.model.Facade
Get the powertype ranges of a classifier.
getPredecessors(Object) -
Method in interface org.argouml.model.Facade
Get the predecessors of a message.
getPredicate() -
Method in class org.argouml.cognitive.checklist.CheckItem
getPreferredSize() -
Method in class org.argouml.swingext.SpacerPanel
getPreferredSize() -
Method in class org.argouml.ui.MultiEditorPane
getPreferredSize() -
Method in class org.argouml.uml.ui.UMLComboBoxNavigator
Enforce that the preferred height is the minimum height.
getPrefs() -
Method in class org.argouml.cognitive.Designer
Reply the designers personal preferneces.
getPresentationCountFor(Object) -
Method in class org.argouml.kernel.Project
getPreviousVisibleFeature(FigGroup, FigText, int) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigClass
getPreviousVisibleFeature(FigText, int) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigInterface
getPrimary1() -
Method in class org.argouml.ui.JasonsBigTheme
getPrimary1() -
Method in class org.argouml.ui.JasonsHugeTheme
getPrimary1() -
Method in class org.argouml.ui.JasonsTheme
getPrimary2() -
Method in class org.argouml.ui.JasonsBigTheme
getPrimary2() -
Method in class org.argouml.ui.JasonsHugeTheme
getPrimary2() -
Method in class org.argouml.ui.JasonsTheme
getPrimary3() -
Method in class org.argouml.ui.JasonsBigTheme
getPrimary3() -
Method in class org.argouml.ui.JasonsHugeTheme
getPrimary3() -
Method in class org.argouml.ui.JasonsTheme
getPriorities() -
Static method in class org.argouml.cognitive.ui.PriorityNode
getPriority() -
Method in class org.argouml.cognitive.Decision
getPriority() -
Method in class org.argouml.cognitive.Goal
getPriority() -
Method in class org.argouml.cognitive.ToDoItem
getPriority(ListSet, Designer) -
Method in class org.argouml.cognitive.critics.Critic
Reply the priority used in feedback produced by this Critic.
getPriority() -
Method in class org.argouml.cognitive.critics.Critic
getPriority() -
Method in class org.argouml.cognitive.ui.PriorityNode
getPriority() -
Method in class org.argouml.persistence.ToDoItemXMLHelper
Encodes the priority of this ToDoItem in an XML safe way and
returns the new String.
getPrivate() -
Method in interface org.argouml.model.VisibilityKind
getProfile() -
Method in class org.argouml.kernel.Project
getProfile() -
Method in class org.argouml.uml.ui.PropPanel
getProfile() -
Method in interface org.argouml.uml.ui.UMLUserInterfaceContainer
getProfileModel() -
Method in class org.argouml.uml.Profile
getProfileModel() -
Method in class org.argouml.uml.ProfileJava
getProfileModelFilename() -
Method in class org.argouml.uml.Profile
Return the filename that was or will be used to load the profile/default
model.
getProfileModelFilename() -
Method in class org.argouml.uml.ProfileJava
getProgress() -
Method in class org.argouml.cognitive.ToDoItem
getProgress() -
Method in class org.argouml.cognitive.ui.Wizard
An integer between 0 and 100, shows percent done.
getProject() -
Method in class org.argouml.persistence.ArgoParser
Get the project to which the URL is to be parsed.
getProjectSettings() -
Method in class org.argouml.kernel.Project
getProjectSettingsTabs() -
Method in class org.argouml.ui.GUI
Get the components for the project settings tab.
getProperties(Object) -
Method in interface org.argouml.model.DiagramInterchangeFactory
getProperty(Object, String) -
Method in interface org.argouml.model.DiagramInterchangeFactory
getProperty() -
Method in class org.argouml.uml.ui.UMLModelElementCommentDocument
Get the text of all comments annotating this Model Element
getProperty() -
Method in class org.argouml.uml.ui.UMLModelElementTaggedValueDocument
getProperty() -
Method in class org.argouml.uml.ui.UMLModelElementTaggedValueProxy
getProperty(Object) -
Method in class org.argouml.uml.ui.UMLModelElementTaggedValueProxy
getProperty() -
Method in class org.argouml.uml.ui.UMLPlainTextDocument
getProperty(UMLUserInterfaceContainer) -
Method in class org.argouml.uml.ui.UMLStimulusActionTextProperty
getProperty() -
Method in class org.argouml.uml.ui.behavior.common_behavior.UMLReceptionSpecificationDocument
getProperty() -
Method in class org.argouml.uml.ui.behavior.state_machines.UMLSynchStateBoundDocument
getProperty() -
Method in class org.argouml.uml.ui.behavior.use_cases.UMLExtensionPointLocationDocument
getProperty() -
Method in class org.argouml.uml.ui.foundation.core.UMLDiagramNameDocument
getProperty() -
Method in class org.argouml.uml.ui.foundation.core.UMLDiscriminatorNameDocument
getProperty() -
Method in class org.argouml.uml.ui.foundation.core.UMLModelElementNameDocument
getProperty() -
Method in class org.argouml.uml.ui.foundation.core.UMLOperationSpecificationDocument
getPropertyPanel() -
Method in interface org.argouml.application.api.PluggablePropertyPanel
Deprecated. Returns an instance of the property panel.
getPropertyPanel() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
getPropertySetName() -
Method in class org.argouml.uml.ui.UMLComboBoxModel2
getPropertySetName() -
Method in class org.argouml.uml.ui.UMLRadioButtonPanel
Returns the propertySetName.
getProtected() -
Method in interface org.argouml.model.VisibilityKind
getPseudostate() -
Method in interface org.argouml.model.MetaTypes
getPseudostateKind(Object) -
Method in interface org.argouml.model.Facade
Returns the Kind of a Pseudostate.
getPseudostateKind() -
Method in interface org.argouml.model.MetaTypes
getPseudostateKind() -
Static method in class org.argouml.model.Model
Getter for the PseudostateKind object.
getPseudostateKind() -
Method in interface org.argouml.model.ModelImplementation
Getter for the PseudostateKind object.
getPublic() -
Method in interface org.argouml.model.VisibilityKind
getPump() -
Static method in class org.argouml.model.Model
Get the event pump.
getQuadrant() -
Method in interface org.argouml.application.api.QuadrantPanel
This shall return a corner indentification.
getQuadrant() -
Method in class org.argouml.cognitive.ui.ToDoPane
getQuadrant() -
Method in class org.argouml.ui.DetailsPane
getQuadrant() -
Method in class org.argouml.ui.MultiEditorPane
getQualifiers(Object) -
Method in interface org.argouml.model.Facade
Get the qualified attributes of an association end.
getQuickViewDump(Project) -
Method in class org.argouml.persistence.PersistenceManager
Generates a String dump of the current model for quick viewing.
getRaisedSignals(Object) -
Method in interface org.argouml.model.Facade
Returns the raised signals of an operation.
getRanges(Object) -
Method in interface org.argouml.model.Facade
Get the Ranges from a Multiplicity.
getRank() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramNote
getRealizedInterfaces(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getRealizedInterfaces(Object) -
Method in interface org.argouml.model.CoreHelper
Return all interfaces the given class realizes.
getReceiver(Object) -
Method in interface org.argouml.model.Facade
Returns the receiver object of a message or stimulus.
getReceiver() -
Method in class org.argouml.uml.ui.behavior.common_behavior.PropPanelStimulus
getReception() -
Method in interface org.argouml.model.MetaTypes
getReceptions(Object) -
Method in interface org.argouml.model.Facade
Returns the receptions of a signal.
getRecurrence(Object) -
Method in interface org.argouml.model.Facade
Returns the recurrence iteration expression of an action.
getRedoAction() -
Method in class org.argouml.ui.ProjectBrowser
Get the action that can redo the last undone action.
getReferenceState(Object) -
Method in interface org.argouml.model.Facade
Return the Stub State's referenced state.
getReferenceValue(Object) -
Method in interface org.argouml.model.Facade
Return the referenceValue collection for a taggedValue.
getReferenceValuesScroll() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTaggedValue
getRelationships(Object, Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getRelationships(Object, Object) -
Method in interface org.argouml.model.CoreHelper
Returns all relationships between the source and dest
modelelement and vica versa.
getRememberedTarget() -
Method in class org.argouml.ui.cmd.ToDoItemAction
getRemoveDelegate() -
Method in class org.argouml.uml.diagram.ui.FigClassAssociationClass
getRemoveDelegate() -
Method in class org.argouml.uml.diagram.ui.FigEdgeAssociationClass
If the user requests deletion of this FIg then delgate to the attached
FigAssociationClass
getRemoveDelegate() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Subclasses should override this to redirect a remove request from
one Fig to another.
getRemoveDelegate() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
Subclasses should override this to redirect a remove request from
one Fig to another.
getRemoveFromDiagramAction() -
Method in class org.argouml.ui.ProjectBrowser
Get the action that removes selected figs from the diagram.
getRemovedTargetCollection() -
Method in class org.argouml.ui.targetmanager.TargetEvent
Gets the targets that are removed from the selection.
getRemovedTargets() -
Method in class org.argouml.ui.targetmanager.TargetEvent
Gets the targets that are removed from the selection.
getRepresentedClassifier(Object) -
Method in interface org.argouml.model.Facade
Returns the represented classifier of a collaboration.
getRepresentedOperation(Object) -
Method in interface org.argouml.model.Facade
Returns the represented operation of a collaboration.
getResident(Object) -
Method in interface org.argouml.model.Facade
Get the resident element.
getResidentElements(Object) -
Method in interface org.argouml.model.Facade
Returns the collection of elements in a given component.
getResidents(Object) -
Method in interface org.argouml.model.Facade
Returns a collection with all residents belonging to the given
node.
getResolvedCriticsList() -
Method in class org.argouml.uml.cognitive.ProjectMemberTodoList
getResolvedItems() -
Method in class org.argouml.cognitive.ToDoList
getReturnAction() -
Method in interface org.argouml.model.MetaTypes
getReturnParameter(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getReturnParameter(Object) -
Method in interface org.argouml.model.CoreHelper
Deprecated. by tfmorris before 0.21.1 - use getReturnParameters
getReturnParameter() -
Method in interface org.argouml.model.DirectionKind
getReturnParameters(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getReturnParameters(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all return parameters for an operation.
getRightGuillemot() -
Method in class org.argouml.kernel.ProjectSettings
getRoot() -
Method in class org.argouml.cognitive.ui.AbstractGoList
getRoot() -
Method in class org.argouml.cognitive.ui.ToDoPane
getRoot() -
Method in class org.argouml.kernel.Project
Returns the root.
getRoot() -
Method in class org.argouml.ui.TreeModelComposite
Getter for the root of the model.
getRootElements() -
Method in class org.argouml.uml.ui.UMLModelElementTaggedValueProxy
getRootModel() -
Method in interface org.argouml.model.ModelManagementFactory
Gets the root model of the project.
getRoots() -
Method in class org.argouml.util.osdep.win32.Win32FileSystemView
Returns all root partitians on this system.
getRoutingPolygonStraightLine(Point, Point) -
Static method in class org.argouml.uml.diagram.layout.LayoutHelper
Get a routing polygon for a straightline between two points.
getRoutingPolygonStraightLineWithOffset(Point, Point, int) -
Static method in class org.argouml.uml.diagram.layout.LayoutHelper
Get a routing polygon with a horizontal offset from the two points.
getRowCount() -
Method in class org.argouml.ui.CheckboxTableModel
getRowCount() -
Method in class org.argouml.uml.TMResults
getRowCount() -
Method in class org.argouml.uml.ui.TabTaggedValuesModel
getRuleName() -
Method in class org.argouml.ui.explorer.rules.AbstractPerspectiveRule
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoAssocRoleToMessages
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoBehavioralFeatureToStateDiagram
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoBehavioralFeatureToStateMachine
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoClassToAssociatedClass
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoClassToNavigableClass
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoClassToSummary
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoClassifierToBehavioralFeature
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoClassifierToCollaboration
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoClassifierToInstance
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoClassifierToSequenceDiagram
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoClassifierToStateMachine
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoClassifierToStructuralFeature
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoCollaborationToDiagram
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoCollaborationToInteraction
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoComponentToResidentModelElement
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoCompositeStateToSubvertex
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoDiagramToEdge
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoDiagramToNode
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoElementToMachine
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoEnumerationToLiterals
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoGeneralizableElementToSpecialized
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoInteractionToMessages
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoLinkToStimuli
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoMessageToAction
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoModelElementToBehavior
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoModelElementToComment
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoModelElementToContainedDiagrams
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoModelElementToContainedLostElements
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoModelElementToContents
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoModelToBaseElements
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoModelToCollaboration
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoModelToDiagrams
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoModelToElements
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoModelToNode
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoNamespaceToClassifierAndPackage
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoNamespaceToDiagram
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoNamespaceToOwnedElements
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoNodeToResidentComponent
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoOperationToCollaboration
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoOperationToCollaborationDiagram
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoOperationToSequenceDiagram
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoPackageToClass
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoProjectToCollaboration
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoProjectToDiagram
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoProjectToModel
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoProjectToStateMachine
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoSignalToReception
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStateMachineToState
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStateMachineToTop
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStateMachineToTransition
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStateToDoActivity
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStateToDownstream
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStateToEntry
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStateToExit
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStateToIncomingTrans
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStateToInternalTrans
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStateToOutgoingTrans
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStatemachineToDiagram
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStereotypeToTagDefinition
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoStimulusToAction
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoSubmachineStateToStateMachine
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoSummaryToAssociation
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoSummaryToAttribute
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoSummaryToIncomingDependency
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoSummaryToInheritance
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoSummaryToOperation
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoSummaryToOutgoingDependency
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoTransitionToGuard
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoTransitionToSource
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoTransitionToTarget
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoTransitiontoEffect
getRuleName() -
Method in class org.argouml.ui.explorer.rules.GoUseCaseToExtensionPoint
Give a name to this rule.
getRuleName() -
Method in interface org.argouml.ui.explorer.rules.PerspectiveRule
getRules() -
Method in class org.argouml.ui.explorer.PerspectiveManager
getRulesArray() -
Method in class org.argouml.ui.explorer.ExplorerPerspective
getSINGLETON() -
Static method in class org.argouml.uml.GenCompositeClasses
getSINGLETON() -
Static method in class org.argouml.uml.GenDescendantClasses
getSaveAction() -
Method in class org.argouml.ui.ProjectBrowser
Get the action that can save the current project.
getSaveCommandBySuffix(String) -
Method in class org.argouml.uml.ui.SaveGraphicsManager
getSaveDir(Project) -
Method in class org.argouml.uml.ui.ActionSaveAllGraphics
getScopeKind() -
Method in interface org.argouml.model.MetaTypes
getScopeKind() -
Static method in class org.argouml.model.Model
Getter for the ScopeKind object.
getScopeKind() -
Method in interface org.argouml.model.ModelImplementation
Getter for the ScopeKind object.
getScript(Object) -
Method in interface org.argouml.model.Facade
Returns the script belonging to a given action.
getSearchPath() -
Method in class org.argouml.kernel.Project
getSearchpath() -
Method in class org.argouml.kernel.Project
Returns the searchpath.
getSecondary1() -
Method in class org.argouml.ui.JasonsBigTheme
getSecondary1() -
Method in class org.argouml.ui.JasonsHugeTheme
getSecondary1() -
Method in class org.argouml.ui.JasonsTheme
getSecondary2() -
Method in class org.argouml.ui.JasonsBigTheme
getSecondary2() -
Method in class org.argouml.ui.JasonsHugeTheme
getSecondary2() -
Method in class org.argouml.ui.JasonsTheme
getSecondary3() -
Method in class org.argouml.ui.JasonsBigTheme
getSecondary3() -
Method in class org.argouml.ui.JasonsHugeTheme
getSecondary3() -
Method in class org.argouml.ui.JasonsTheme
getSectId(String) -
Static method in class org.argouml.uml.generator.AbstractSection
getSelected() -
Method in class org.argouml.uml.ui.AbstractActionAddModelElement
The modelelements allready selected BEFORE the dialog is shown.
getSelected() -
Method in class org.argouml.uml.ui.UMLAddDialog
Returns the by the user selected elements.
getSelected() -
Method in class org.argouml.uml.ui.behavior.activity_graphs.ActionAddEventAsTrigger
getSelected() -
Method in class org.argouml.uml.ui.behavior.collaborations.ActionAddClassifierRoleBase
getSelected() -
Method in class org.argouml.uml.ui.behavior.collaborations.ActionAddMessagePredecessor
getSelected() -
Method in class org.argouml.uml.ui.behavior.common_behavior.ActionAddContextSignal
getSelected() -
Method in class org.argouml.uml.ui.behavior.common_behavior.ActionAddCreateActionInstantiation
getSelected() -
Method in class org.argouml.uml.ui.behavior.common_behavior.ActionAddInstanceClassifier
getSelected() -
Method in class org.argouml.uml.ui.behavior.state_machines.ActionAddEventAsDeferrableEvent
getSelected() -
Method in class org.argouml.uml.ui.behavior.use_cases.ActionAddExtendExtensionPoint
getSelected() -
Method in class org.argouml.uml.ui.foundation.core.ActionAddAssociationSpecification
getSelectedAction() -
Method in class org.argouml.uml.diagram.ui.UMLDiagram
Get the selected action.
getSelectedChoices() -
Method in class org.argouml.uml.ui.UMLAddDialog
Returns the selected elements in the selected list
getSelectedIndex() -
Method in class org.argouml.cognitive.ui.WizStepChoice
getSelectedItem() -
Method in class org.argouml.uml.ui.UMLComboBoxModel2
getSelectedModelElement() -
Method in class org.argouml.uml.ui.UMLComboBoxModel2
Gets the modelelement that is selected in the UML model.
getSelectedModelElement() -
Method in class org.argouml.uml.ui.behavior.activity_graphs.UMLObjectFlowStateClassifierComboBoxModel
Returns a Classifier that may be a ClassifierInState.
getSelectedModelElement() -
Method in class org.argouml.uml.ui.behavior.collaborations.UMLAssociationRoleBaseComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.behavior.collaborations.UMLClassifierRoleMultiplicityComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.behavior.collaborations.UMLMessageActivatorComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.behavior.common_behavior.UMLReceptionSignalComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.behavior.state_machines.UMLStateMachineContextComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.behavior.state_machines.UMLStubStateComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.behavior.state_machines.UMLSubmachineStateComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.core.UMLAssociationEndMultiplicityComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.core.UMLAssociationEndTypeComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.core.UMLGeneralizationPowertypeComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.core.UMLModelElementNamespaceComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.core.UMLParameterTypeComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureMultiplicityComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.core.UMLStructuralFeatureTypeComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.UMLMetaClassComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionMultiplicityComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionOwnerComboBoxModel
getSelectedModelElement() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.UMLTagDefinitionTypeComboBoxModel
getSelectedObject() -
Method in class org.argouml.cognitive.ui.ToDoPane
getSendAction() -
Method in interface org.argouml.model.MetaTypes
getSender(Object) -
Method in interface org.argouml.model.Facade
Returns the sender object of a stimulus or a message.
getSender() -
Method in class org.argouml.uml.ui.behavior.common_behavior.PropPanelStimulus
getSeperatorFig() -
Method in class org.argouml.uml.diagram.ui.FigFeaturesCompartment
getSequential() -
Method in interface org.argouml.model.ConcurrencyKind
getSettingsList() -
Method in class org.argouml.uml.ui.SaveGraphicsManager
getSettingsTabPanel() -
Method in interface org.argouml.application.api.PluggableSettingsTab
Deprecated. Returns the settings tab panel for the plugin.
getSettingsTabPanel() -
Method in class org.argouml.application.helpers.SettingsTabHelper
Deprecated.
getSettingsTabs() -
Method in class org.argouml.ui.GUI
Get the components for the settings tab.
getShadowSize() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getShallowHistory() -
Method in interface org.argouml.model.PseudostateKind
getShortName() -
Method in class org.argouml.uml.ui.UMLComboBoxEntry
getShowEdges() -
Static method in class org.argouml.uml.diagram.ui.ActionEdgesDisplay
getShowInitialValue() -
Method in class org.argouml.kernel.ProjectSettings
Used by "argo.tee".
getShowInitialValueValue() -
Method in class org.argouml.kernel.ProjectSettings
getShowMultiplicity() -
Method in class org.argouml.kernel.ProjectSettings
Used by "argo.tee".
getShowMultiplicityValue() -
Method in class org.argouml.kernel.ProjectSettings
getShowProperties() -
Method in class org.argouml.kernel.ProjectSettings
Used by "argo.tee".
getShowPropertiesValue() -
Method in class org.argouml.kernel.ProjectSettings
getShowStereotypes() -
Method in class org.argouml.kernel.ProjectSettings
Used by "argo.tee".
getShowStereotypesValue() -
Method in class org.argouml.kernel.ProjectSettings
getShowTypes() -
Method in class org.argouml.kernel.ProjectSettings
Used by "argo.tee".
getShowTypesValue() -
Method in class org.argouml.kernel.ProjectSettings
getShowVisibility() -
Method in class org.argouml.kernel.ProjectSettings
Used by "argo.tee".
getShowVisibilityValue() -
Method in class org.argouml.kernel.ProjectSettings
getSignal(Object) -
Method in interface org.argouml.model.Facade
Returns the Signal of a SendAction, SignalEvent or Reception.
getSignal() -
Method in interface org.argouml.model.MetaTypes
getSimpleState() -
Method in interface org.argouml.model.MetaTypes
getSingleModelTarget() -
Method in class org.argouml.ui.targetmanager.TargetManager
If there is only one model target, then it is returned.
getSingleRowScroll(JList) -
Method in class org.argouml.uml.ui.behavior.use_cases.PropPanelExtend
getSingleRowScroll(JList) -
Method in class org.argouml.uml.ui.behavior.use_cases.PropPanelInclude
getSingleTarget() -
Method in class org.argouml.ui.targetmanager.TargetManager
If there is only one target, then it is returned.
getSingleton() -
Static method in class org.argouml.persistence.XMIParser
getSingleton() -
Static method in class org.argouml.uml.ChildGenRelated
getSingleton() -
Static method in class org.argouml.uml.cognitive.ChildGenFind
getSingleton() -
Static method in class org.argouml.uml.diagram.ui.ActionAddMessage
getSingleton() -
Static method in class org.argouml.uml.diagram.ui.ActionProperties
getSingleton() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewCallEvent
getSingleton() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewChangeEvent
getSingleton() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewCompositeState
getSingleton() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewFinalState
getSingleton() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewGuard
getSingleton() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewSignalEvent
getSingleton() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewSimpleState
getSingleton() -
Static method in class org.argouml.uml.ui.behavior.state_machines.ActionNewTimeEvent
getSingletonType() -
Method in interface org.argouml.application.api.ArgoSingletonModule
Deprecated. TODO: Document this.
getSize() -
Method in class org.argouml.swingext.SpacerPanel
getSize() -
Method in interface org.argouml.uml.diagram.layout.LayoutedNode
Operation getSize returns the size of this node.
getSize() -
Method in class org.argouml.uml.diagram.ui.FigFeaturesCompartment.FigSeperator
getSize() -
Method in class org.argouml.uml.ui.UMLComboBoxModel2
getSmallFont() -
Method in class org.argouml.ui.LookAndFeelMgr
getSnoozed() -
Method in class org.argouml.cognitive.critics.SnoozeOrder
getSource(Object) -
Method in class org.argouml.model.AbstractCommonBehaviorHelperDecorator
getSource(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getSource(Object) -
Method in class org.argouml.model.AbstractStateMachinesHelperDecorator
getSource(Object) -
Method in class org.argouml.model.AbstractUmlHelperDecorator
getSource(Object) -
Method in interface org.argouml.model.CommonBehaviorHelper
Returns the source of a link.
getSource(Object) -
Method in interface org.argouml.model.CoreHelper
Returns the source of a relation.
getSource(Object) -
Method in interface org.argouml.model.Facade
Gets the source for a given transition.
getSource(Object) -
Method in interface org.argouml.model.StateMachinesHelper
Returns the source of the given transition.
getSource(Object) -
Method in interface org.argouml.model.UmlHelper
Returns the source of some relationship.
getSource() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
getSource() -
Method in class org.argouml.uml.diagram.state.ui.FigTransition
getSource() -
Method in class org.argouml.uml.diagram.static_structure.ui.CommentEdge
The source of this CommentEdge.
getSource() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigEdgeNote
Returns the source of the edge.
getSource() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigLink
getSource() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Returns the source of the edge.
getSourceFigClassifierRole() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
getSourceFlowScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
getSourceFlows(Object) -
Method in interface org.argouml.model.Facade
Returns the sourceflows of a model element.
getSourceMessageNode() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
getSourcePath(Object) -
Method in interface org.argouml.uml.ui.SourcePathController
From a model element retrieve its source path or null if it
does not have a direct one (if that happens, you must use
recursively its parent or the parent's parent).
getSourcePath(Object) -
Method in class org.argouml.uml.ui.SourcePathControllerImpl
getSourcePathSettings() -
Method in interface org.argouml.uml.ui.SourcePathController
Provide the complete list of existing source path settings for a model
on request.
getSourcePathSettings() -
Method in class org.argouml.uml.ui.SourcePathControllerImpl
getSourcePort(Object) -
Method in class org.argouml.uml.diagram.UMLMutableGraphSupport
Return the source end of an edge.
getSourcePortFig() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessage
getSources(Object) -
Method in interface org.argouml.model.Facade
Gets the source for some given flow.
getSpacer() -
Method in class org.argouml.ui.StylePanelFig
getSpacer2() -
Method in class org.argouml.ui.StylePanelFig
getSpacer3() -
Method in class org.argouml.ui.StylePanelFig
getSpecializationScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the specializationScroll.
getSpecializationScroll() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelStereotype
Returns the specializationScroll.
getSpecializationScroll() -
Method in class org.argouml.uml.ui.model_management.PropPanelPackage
Returns the specializationScroll.
getSpecializations(Object) -
Method in interface org.argouml.model.Facade
The list of Specializations from a GeneralizableElement.
getSpecification(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getSpecification(Object) -
Method in interface org.argouml.model.CoreHelper
Returns the operation that some method realized.
getSpecification(Object) -
Method in interface org.argouml.model.Facade
Returns the Specification of a given Reception or Operation.
getSpecificationComboBox() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelMethod
getSpecificationPath(Object) -
Method in class org.argouml.model.AbstractUseCasesHelperDecorator
getSpecificationPath(Object) -
Method in interface org.argouml.model.UseCasesHelper
Returns the specificationpath operation of some usecase.
getSpecifications(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getSpecifications(Object) -
Method in interface org.argouml.model.CoreHelper
Returns all Interfaces of which this class is a realization.
getSpecifications(Object) -
Method in interface org.argouml.model.Facade
Returns specifications for an AssociationEnd or for a Classifier it
returns all Interfaces of which this class is a realization.
getSquaredDistance(Point, Point) -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
distance formula: (x-h)^2 + (y-k)^2 = distance^2
getSrcAgg() -
Static method in class org.argouml.uml.diagram.ui.ActionAggregation
getSrcAggComposite() -
Static method in class org.argouml.uml.diagram.ui.ActionAggregation
getSrcAggNone() -
Static method in class org.argouml.uml.diagram.ui.ActionAggregation
getSrcMultOne() -
Static method in class org.argouml.uml.diagram.ui.ActionMultiplicity
getSrcMultOneToMany() -
Static method in class org.argouml.uml.diagram.ui.ActionMultiplicity
getSrcMultZeroToMany() -
Static method in class org.argouml.uml.diagram.ui.ActionMultiplicity
getSrcMultZeroToOne() -
Static method in class org.argouml.uml.diagram.ui.ActionMultiplicity
getSrcPath() -
Method in class org.argouml.uml.reveng.Import
getStandardFont() -
Method in class org.argouml.ui.LookAndFeelMgr
getStartLine() -
Method in class org.argouml.language.java.generator.AnonymousClassCodePiece
getStartLine() -
Method in class org.argouml.language.java.generator.AttributeCodePiece
getStartLine() -
Method in class org.argouml.language.java.generator.ClassCodePiece
getStartLine() -
Method in class org.argouml.language.java.generator.ClassifierEndCodePiece
getStartLine() -
Method in class org.argouml.language.java.generator.CodePiece
getStartLine() -
Method in class org.argouml.language.java.generator.CompositeCodePiece
Return the start line.
getStartLine() -
Method in class org.argouml.language.java.generator.InterfaceCodePiece
getStartLine() -
Method in class org.argouml.language.java.generator.OperationCodePiece
getStartLine() -
Method in class org.argouml.language.java.generator.PackageCodePiece
getStartLine() -
Method in class org.argouml.language.java.generator.SimpleCodePiece
Return the start line
getStartPosition() -
Method in class org.argouml.language.java.generator.AnonymousClassCodePiece
getStartPosition() -
Method in class org.argouml.language.java.generator.AttributeCodePiece
getStartPosition() -
Method in class org.argouml.language.java.generator.ClassCodePiece
getStartPosition() -
Method in class org.argouml.language.java.generator.ClassifierEndCodePiece
getStartPosition() -
Method in class org.argouml.language.java.generator.CodePiece
getStartPosition() -
Method in class org.argouml.language.java.generator.CompositeCodePiece
Return the start position.
getStartPosition() -
Method in class org.argouml.language.java.generator.InterfaceCodePiece
getStartPosition() -
Method in class org.argouml.language.java.generator.OperationCodePiece
getStartPosition() -
Method in class org.argouml.language.java.generator.PackageCodePiece
getStartPosition() -
Method in class org.argouml.language.java.generator.SimpleCodePiece
Return the start position.
getStartPosition() -
Method in class org.argouml.uml.ui.UMLModelElementTaggedValueProxy
getState(Object) -
Method in interface org.argouml.model.Facade
Returns the state belonging to some given transition.
getState() -
Method in interface org.argouml.model.MetaTypes
getState() -
Method in class org.argouml.uml.diagram.sequence.MessageNode
getStateMachine(Object) -
Method in class org.argouml.model.AbstractStateMachinesHelperDecorator
getStateMachine(Object) -
Method in interface org.argouml.model.Facade
Returns the state machine belonging to some given state or transition
If you need to find the StateMachine for an internal transition,
or for ANY state,
use StateMachinesHelper.getStateMachine() instead.
getStateMachine() -
Method in interface org.argouml.model.MetaTypes
getStateMachine(Object) -
Method in interface org.argouml.model.StateMachinesHelper
Gets the statemachine that contains the given Object
Traverses the state hierarchy of the statemachine
untill the statemachine is reached.
getStateMachine() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
getStateMachine() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
getStateMachinesFactory() -
Static method in class org.argouml.model.Model
Getter for StateMachinesFactory.
getStateMachinesFactory() -
Method in interface org.argouml.model.ModelImplementation
Getter for StateMachinesFactory.
getStateMachinesHelper() -
Static method in class org.argouml.model.Model
Getter for StateMachinesHelper.
getStateMachinesHelper() -
Method in interface org.argouml.model.ModelImplementation
Getter for StateMachinesHelper.
getStateVertex() -
Method in interface org.argouml.model.MetaTypes
getStatebyName(String, Object) -
Method in class org.argouml.model.AbstractStateMachinesHelperDecorator
getStatebyName(String, Object) -
Method in interface org.argouml.model.StateMachinesHelper
Returns a state contained into container.
getStates(Object) -
Method in interface org.argouml.model.Facade
Returns the states from a deferable event.
getStats() -
Method in class org.argouml.persistence.SAXParserBase
getStatusBar() -
Method in class org.argouml.ui.ProjectBrowser
getStatusBar() -
Method in class org.argouml.ui.SplashScreen
getStatusFor(Object) -
Static method in class org.argouml.cognitive.checklist.CheckManager
Get the ChecklistStatus for some object.
getStep() -
Method in class org.argouml.cognitive.ui.Wizard
getStereotype(Object, Object) -
Method in class org.argouml.model.AbstractExtensionMechanismsHelperDecorator
getStereotype(Collection, Object) -
Method in class org.argouml.model.AbstractExtensionMechanismsHelperDecorator
getStereotype(Object, Object) -
Method in interface org.argouml.model.ExtensionMechanismsHelper
Finds a stereotype in some namespace, but not in its subnamespaces.
getStereotype(Collection, Object) -
Method in interface org.argouml.model.ExtensionMechanismsHelper
Searches for a stereotype just like the given stereotype in all
given models.
getStereotype() -
Method in interface org.argouml.model.MetaTypes
getStereotypeFig() -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
Getter for stereo, the stereotype Fig
getStereotypeFig() -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
Get the Fig containing the stereotype.
getStereotypes(Object) -
Method in class org.argouml.model.AbstractExtensionMechanismsHelperDecorator
getStereotypes(Collection) -
Method in class org.argouml.model.AbstractExtensionMechanismsHelperDecorator
getStereotypes(Object) -
Method in interface org.argouml.model.ExtensionMechanismsHelper
Returns all stereotypes in a namespace, but not those in a subnamespace.
getStereotypes(Collection) -
Method in interface org.argouml.model.ExtensionMechanismsHelper
Get all stereotypes from all Models in the list.
getStereotypes(Object) -
Method in interface org.argouml.model.Facade
Returns the stereotypes belonging to some given model element.
getStimuli(Object) -
Method in interface org.argouml.model.Facade
Returns the stimuli belonging to some given link.
getStimuli2(Object) -
Method in interface org.argouml.model.Facade
Returns the Stimuli that are received by the given Instance.
getStimuli3(Object) -
Method in interface org.argouml.model.Facade
Returns the Stimuli that are send by the given Instance.
getStimuliReceiverScroll() -
Method in class org.argouml.uml.ui.behavior.common_behavior.PropPanelInstance
getStimuliSenderScroll() -
Method in class org.argouml.uml.ui.behavior.common_behavior.PropPanelInstance
getStimulus() -
Method in interface org.argouml.model.MetaTypes
getString(ConfigurationKey) -
Static method in class org.argouml.application.api.Configuration
Returns the string value of a configuration property.
getString(ConfigurationKey, String) -
Static method in class org.argouml.application.api.Configuration
Returns the string value of a configuration property.
getString(ConfigurationKey, String) -
Method in class org.argouml.application.configuration.ConfigurationHandler
Returns the string value of a configuration property.
getStrings() -
Method in class org.argouml.cognitive.ui.WizStepManyTextFields
getStructuralFeatureScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelClassifier
Returns the structuralFeatureScroll.
getStructuralFeatures(Object) -
Method in interface org.argouml.model.Facade
This method returns all attributes of a given Classifier.
getStubState() -
Method in interface org.argouml.model.MetaTypes
getStylePanelNames() -
Method in class org.argouml.uml.ui.TabStyle
getSubTextFont() -
Method in class org.argouml.ui.JasonsBigTheme
getSubTextFont() -
Method in class org.argouml.ui.JasonsHugeTheme
getSubTextFont() -
Method in class org.argouml.ui.JasonsTheme
getSubTreeModels() -
Method in class org.argouml.ui.PerspectiveSupport
Get the rules that together form the perspective.
getSubactivityState() -
Method in interface org.argouml.model.MetaTypes
getSubmachine(Object) -
Method in interface org.argouml.model.Facade
Returns the submachine of a submachine state.
getSubmachineState() -
Method in interface org.argouml.model.MetaTypes
getSubmachineStates(Object) -
Method in interface org.argouml.model.Facade
Returns the submachine of a submachine state.
getSubsystem() -
Method in interface org.argouml.model.MetaTypes
getSubtypes(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getSubtypes(Object) -
Method in interface org.argouml.model.CoreHelper
This method returns all Classifiers of which this class is a
direct supertype.
getSubvertices(Object) -
Method in interface org.argouml.model.Facade
Returns a collection with all subvertices belonging to the given
composite state.
getSuffix(FileFilter) -
Static method in class org.argouml.util.FileFilters
Returns the suffix for which a FileFilter filters.
getSuffix() -
Method in class org.argouml.util.SuffixFilter
getSuffixFilters() -
Method in class org.argouml.uml.reveng.FileImportSupport
Provides an array of suffixe filters for the module.
getSuffixFilters() -
Method in class org.argouml.uml.reveng.java.JavaImport
Provides an array of suffix filters for the module.
getSuggestion() -
Method in class org.argouml.uml.cognitive.critics.UMLWizard
getSupertypes(Object) -
Method in class org.argouml.model.AbstractCoreHelperDecorator
getSupertypes(Object) -
Method in interface org.argouml.model.CoreHelper
This method returns all Classifiers of which this class is a
direct subtype.
getSupplierDependencies(Object) -
Method in interface org.argouml.model.Facade
The list of SupplierDependencies from a ModelElement.
getSupplierDependencyScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
getSupplierScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelDependency
getSuppliers(Object) -
Method in interface org.argouml.model.Facade
Returns the suppliers of a dependency.
getSupportedDecisions() -
Method in class org.argouml.cognitive.Designer
getSupportedDecisions() -
Method in interface org.argouml.cognitive.Poster
getSupportedDecisions() -
Method in class org.argouml.cognitive.critics.CompoundCritic
getSupportedDecisions() -
Method in class org.argouml.cognitive.critics.Critic
getSupportedGoals() -
Method in class org.argouml.cognitive.Designer
getSupportedGoals() -
Method in interface org.argouml.cognitive.Poster
getSupportedGoals() -
Method in class org.argouml.cognitive.critics.CompoundCritic
getSupportedGoals() -
Method in class org.argouml.cognitive.critics.Critic
getSynchState() -
Method in interface org.argouml.model.MetaTypes
getSystemTextFont() -
Method in class org.argouml.ui.JasonsBigTheme
getSystemTextFont() -
Method in class org.argouml.ui.JasonsHugeTheme
getSystemTextFont() -
Method in class org.argouml.ui.JasonsTheme
getTDNamespaceSelector() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTagDefinition
getTab(Class) -
Method in class org.argouml.ui.DetailsPane
Returns the tab instance of the specified class.
getTab(Class) -
Method in class org.argouml.ui.ProjectBrowser
Get the tab page instance of the given class.
getTabCount() -
Method in class org.argouml.ui.DetailsPane
Get the number of tabs.
getTabKey() -
Method in interface org.argouml.application.api.AboutTabPanel
getTabKey() -
Method in class org.argouml.notation.ui.SettingsTabNotation
getTabKey() -
Method in interface org.argouml.ui.GUISettingsTabInterface
Gets the unlocalized settings tab name.
getTabKey() -
Method in class org.argouml.ui.ProjectSettingsTabProperties
getTabPanel() -
Method in interface org.argouml.application.api.AboutTabPanel
getTabPanel() -
Method in class org.argouml.application.helpers.SettingsTabHelper
Deprecated.
getTabPanel() -
Method in class org.argouml.notation.ui.SettingsTabNotation
getTabPanel() -
Method in interface org.argouml.ui.GUISettingsTabInterface
Gets the JPanel which implements the tab.
getTabPanel() -
Method in class org.argouml.ui.ProjectSettingsTabProperties
getTabProps() -
Method in class org.argouml.ui.DetailsPane
returns the Property panel in the Details Pane.
getTabProps() -
Method in class org.argouml.ui.ProjectBrowser
Get the tab page containing the properties.
getTabPropsOrientation() -
Static method in class org.argouml.util.ConfigLoader
getTable() -
Method in class org.argouml.uml.ui.TabTaggedValues
getTableModel() -
Method in class org.argouml.uml.ui.TabTaggedValues
getTabs() -
Method in class org.argouml.ui.DetailsPane
Returns the JTabbedPane that contains all details panels.
getTabs() -
Method in class org.argouml.ui.MultiEditorPane
getTag(Object) -
Method in interface org.argouml.model.Facade
Return the tag of a tagged value.
getTagDefinition(Object) -
Method in interface org.argouml.model.Facade
Return the TagDefinition for a TaggedValue.
getTagDefinition() -
Method in interface org.argouml.model.MetaTypes
getTagDefinitionScroll() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelStereotype
Returns the tagDefinitionScroll.
getTagDefinitions(Object) -
Method in interface org.argouml.model.Facade
Return the TagDefinitions for a StereoType.
getTagOfTag(Object) -
Method in interface org.argouml.model.Facade
Return the key (tag) of some tagged value.
getTaggedValue(Object, String) -
Method in interface org.argouml.model.Facade
Return the tagged value with a specific tag.
getTaggedValueValue(Object, String) -
Method in interface org.argouml.model.Facade
Return the value of a tagged value with a specific tag.
getTaggedValues(Object) -
Method in interface org.argouml.model.Facade
Return the tagged values iterator of a model element.
getTaggedValuesCollection(Object) -
Method in interface org.argouml.model.Facade
Returns the TaggedValues of a ModelElement.
getTarget() -
Method in class org.argouml.cognitive.checklist.ui.TabChecklist
getTarget() -
Method in class org.argouml.cognitive.ui.TabToDo
Returns the target of the TabToDo.
getTarget(Object) -
Method in interface org.argouml.model.Facade
Returns the target of some transition.
getTarget() -
Method in class org.argouml.ui.DetailsPane
Returns the current model target.
getTarget() -
Method in class org.argouml.ui.StylePanel
getTarget() -
Method in interface org.argouml.ui.TabTarget
get the current target
getTarget() -
Method in class org.argouml.ui.TabText
Returns the target of this tab.
getTarget() -
Method in class org.argouml.ui.targetmanager.TargetManager
Returns the current primary target, the first selected object.
getTarget() -
Method in class org.argouml.uml.diagram.ui.PropPanelString
getTarget() -
Method in class org.argouml.uml.diagram.ui.TabDiagram
getTarget() -
Method in class org.argouml.uml.ui.AbstractActionAddModelElement
Returns the UML model target.
getTarget() -
Method in class org.argouml.uml.ui.AbstractActionNewModelElement
Returns the target.
getTarget() -
Method in class org.argouml.uml.ui.AbstractActionRemoveElement
Returns the target.
getTarget() -
Method in class org.argouml.uml.ui.PropPanel
getTarget() -
Method in class org.argouml.uml.ui.TabConstraints
Get the target element whose properties this tab presents.
getTarget() -
Method in class org.argouml.uml.ui.TabProps
Deprecated. As of ArgoUml version 0.13.5,
the visibility of this method will change in the future, replaced by
TargetManager.getInstance().getTarget().
getTarget() -
Method in class org.argouml.uml.ui.TabStyle
Return the current target for this stylepanel.
getTarget() -
Method in class org.argouml.uml.ui.TabTaggedValues
getTarget() -
Method in class org.argouml.uml.ui.UMLCheckBox2
Returns the target.
getTarget() -
Method in class org.argouml.uml.ui.UMLComboBox2
Utility method to get the current target.
getTarget() -
Method in class org.argouml.uml.ui.UMLComboBoxModel2
Utility method to get the target.
getTarget() -
Method in class org.argouml.uml.ui.UMLList2
Getter for the target.
getTarget() -
Method in class org.argouml.uml.ui.UMLModelElementListModel2
Utility method to get the target.
getTarget() -
Method in class org.argouml.uml.ui.UMLModelElementTaggedValueProxy
Returns the target.
getTarget() -
Method in class org.argouml.uml.ui.UMLPlainTextDocument
Returns the target.
getTarget() -
Method in class org.argouml.uml.ui.UMLRadioButtonPanel
Returns the target.
getTarget() -
Method in interface org.argouml.uml.ui.UMLUserInterfaceContainer
getTargetFlowScroll() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelModelElement
getTargetFlows(Object) -
Method in interface org.argouml.model.Facade
Returns the targetflows of a model element.
getTargetScope(Object) -
Method in interface org.argouml.model.Facade
Returns the target scope of some model element.
getTargetScopeCheckBox() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelStructuralFeature
Returns the targetScopeCheckBox.
getTargets() -
Method in class org.argouml.ui.targetmanager.TargetManager
Returns a collection with all targets.
getTargettableModel() -
Method in interface org.argouml.ui.targetmanager.TargettableModelView
Returns the Swing model that implements targetlistener.
getTargettableModel() -
Method in class org.argouml.uml.ui.UMLComboBox2
getTargettableModel() -
Method in class org.argouml.uml.ui.UMLList2
getTargettableModel() -
Method in class org.argouml.uml.ui.UMLTextArea2
getTargettableModel() -
Method in class org.argouml.uml.ui.UMLTextField2
getTerminateAction() -
Method in interface org.argouml.model.MetaTypes
getText() -
Method in class org.argouml.cognitive.ui.WizStepTextField
getText() -
Method in class org.argouml.language.java.generator.AnonymousClassCodePiece
getText() -
Method in class org.argouml.language.java.generator.AttributeCodePiece
getText() -
Method in class org.argouml.language.java.generator.ClassCodePiece
getText() -
Method in class org.argouml.language.java.generator.ClassifierEndCodePiece
getText() -
Method in class org.argouml.language.java.generator.CodePiece
getText() -
Method in class org.argouml.language.java.generator.CompositeCodePiece
getText() -
Method in class org.argouml.language.java.generator.InterfaceCodePiece
getText() -
Method in class org.argouml.language.java.generator.OperationCodePiece
getText() -
Method in class org.argouml.language.java.generator.PackageCodePiece
getText() -
Method in class org.argouml.language.java.generator.SimpleCodePiece
Return the string representation for this piece of code.
getText() -
Method in class org.argouml.persistence.XMLElement
getText(int, int) -
Method in class org.argouml.uml.ui.UMLModelElementTaggedValueProxy
getText(int, int, Segment) -
Method in class org.argouml.uml.ui.UMLModelElementTaggedValueProxy
getTheInstance() -
Static method in class org.argouml.uml.cognitive.critics.ClAttributeCompartment
getTheInstance() -
Static method in class org.argouml.uml.cognitive.critics.ClClassName
getTheInstance() -
Static method in class org.argouml.uml.cognitive.critics.ClOperationCompartment
getTheInstance() -
Static method in class org.argouml.uml.diagram.state.PredIsFinalState
getTheInstance() -
Static method in class org.argouml.uml.diagram.state.PredIsStartState
getThemeClassNameFromArg(String) -
Method in class org.argouml.ui.LookAndFeelMgr
Detecting the theme from the command line.
getThemeFromName(String) -
Method in class org.argouml.ui.LookAndFeelMgr
Returns the theme class name identifier for the specified
display name, or null if no such theme is found.
getThreshold() -
Method in class org.argouml.uml.cognitive.critics.AbstractCrTooMany
Gets the current threshold.
getTipString(Object) -
Method in interface org.argouml.model.Facade
Returns a tooltip that should be shown for the given model element.
getTipString(MouseEvent) -
Method in class org.argouml.uml.diagram.static_structure.ui.FigEdgeNote
getTipString(MouseEvent) -
Method in class org.argouml.uml.diagram.ui.FigEdgeModelElement
getTipString(MouseEvent) -
Method in class org.argouml.uml.diagram.ui.FigNodeModelElement
getTitle() -
Method in interface org.argouml.notation.NotationName
Returns a textual title for the notation.
getTitle() -
Method in class org.argouml.ui.AbstractArgoJPanel
getTitle() -
Method in class org.argouml.uml.generator.Language
getTitleLabel() -
Method in class org.argouml.uml.ui.PropPanel
getToDoItem() -
Method in class org.argouml.cognitive.ui.Wizard
getToDoItems() -
Method in class org.argouml.cognitive.ToDoList
getToDoItems() -
Method in class org.argouml.cognitive.ToDoListEvent
getToDoList() -
Method in class org.argouml.cognitive.Designer
getToDoList() -
Method in class org.argouml.uml.cognitive.ProjectMemberTodoList
getTodoPane() -
Method in class org.argouml.ui.ProjectBrowser
Returns the todopane.
getTokenIndex() -
Method in class org.argouml.util.MyTokenizer
Returns the index in the string of the last token returned by
nextToken, or zero if no token has been retrived.
getToolBar() -
Method in class org.argouml.uml.diagram.ui.TabDiagram
Getter for the Toolbar.
getToolbar() -
Method in class org.argouml.ui.TabText
getTools() -
Method in class org.argouml.ui.cmd.GenericArgoMenuBar
Getter for the Tools menu.
getTop(Object) -
Method in class org.argouml.model.AbstractStateMachinesHelperDecorator
getTop(Object) -
Method in interface org.argouml.model.Facade
The top of a state machine.
getTop(Object) -
Method in interface org.argouml.model.StateMachinesHelper
Get the "top" composite state of a statemachine.
getTransferData(DataFlavor) -
Method in class org.argouml.ui.TransferableModelElements
getTransferDataFlavors() -
Method in class org.argouml.ui.TransferableModelElements
getTransition(Object) -
Method in interface org.argouml.model.Facade
Get the transition of a guard or action.
getTransition() -
Method in interface org.argouml.model.MetaTypes
getTransitions(Object) -
Method in interface org.argouml.model.Facade
Returns the transitions belonging to the given handle.
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) -
Method in class org.argouml.cognitive.ui.ToDoTreeRenderer
getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) -
Method in class org.argouml.uml.ui.UMLTreeCellRenderer
getTrigger(Object) -
Method in interface org.argouml.model.Facade
Get the trigger of a transition.
getTriggerMask() -
Method in class org.argouml.cognitive.critics.Critic
getType() -
Method in class org.argouml.kernel.AbstractProjectMember
getType() -
Method in interface org.argouml.kernel.ProjectMember
getType(Object) -
Method in interface org.argouml.model.Facade
The type of a StructuralFeature, AssociationEnd, Parameter,
ObjectFlowState, TagDefinition, TaggedValue or ClassifierInState.
getType() -
Method in class org.argouml.uml.ProjectMemberModel
getType() -
Method in class org.argouml.uml.cognitive.ProjectMemberTodoList
getType() -
Method in class org.argouml.uml.diagram.ProjectMemberDiagram
getTypeComboBox() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelStructuralFeature
Returns the typeComboBox.
getTypeComboBox() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTagDefinition
Returns the typeComboBox.
getTypeOrderNumer() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramNote
getTypeSelector() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTaggedValue
Returns the type selector.
getTypedValues(Object) -
Method in interface org.argouml.model.Facade
Returns collection of TaggedValues typed by a TagDefinition
getTypedValuesScroll() -
Method in class org.argouml.uml.ui.foundation.extension_mechanisms.PropPanelTagDefinition
Returns the typedValuesScroll.
getTypes() -
Static method in class org.argouml.cognitive.ui.KnowledgeTypeNode
getUMLClass() -
Method in interface org.argouml.model.MetaTypes
This method has a special name because Java already uses the
getClass() method.
getUMLClassName(Object) -
Method in interface org.argouml.model.Facade
Returns the name of the UML Model class.
getURL() -
Method in class org.argouml.kernel.Project
Get the URL for this project.
getURLs(String) -
Static method in class org.argouml.uml.reveng.ImportClassLoader
Add the files for which the paths are given, and return in URL format.
getUUID(Object) -
Method in interface org.argouml.model.Facade
Return the ID of this element.
getUUID(Object) -
Static method in class org.argouml.uml.UUIDHelper
Return the UUID of the element.
getUUID() -
Method in class org.argouml.uml.diagram.static_structure.ui.CommentEdge
getUUIDRefs() -
Method in class org.argouml.kernel.Project
Returns the uUIDRefs.
getUUIDRefs() -
Method in class org.argouml.persistence.XMIParser
Return XMI id to object map for the most recently read XMI file.
getUmlActions() -
Method in class org.argouml.uml.diagram.activity.ui.UMLActivityDiagram
Get the actions from which to create a toolbar or equivalent
graphic triggers.
getUmlActions() -
Method in class org.argouml.uml.diagram.collaboration.ui.UMLCollaborationDiagram
Get the actions from which to create a toolbar or equivalent
graphic triggers.
getUmlActions() -
Method in class org.argouml.uml.diagram.deployment.ui.UMLDeploymentDiagram
Get the actions from which to create a toolbar or equivilent
graphic triggers.
getUmlActions() -
Method in class org.argouml.uml.diagram.sequence.ui.UMLSequenceDiagram
Must return an array of actions via which the model can be
manipulated.
getUmlActions() -
Method in class org.argouml.uml.diagram.state.ui.UMLStateDiagram
Get the actions from which to create a toolbar or equivalent
graphic triggers.
getUmlActions() -
Method in class org.argouml.uml.diagram.static_structure.ui.UMLClassDiagram
Get the actions from which to create a toolbar or equivilent
graphic trigger.
getUmlActions() -
Method in class org.argouml.uml.diagram.ui.UMLDiagram
Implement in the ancestor to get a 'structure' of actions for
appending the UML creation tools to the toolbar.
getUmlActions() -
Method in class org.argouml.uml.diagram.use_case.ui.UMLUseCaseDiagram
Get the actions from which to create a toolbar or equivilent
graphic triggers.
getUmlCollection() -
Method in class org.argouml.uml.diagram.ui.FigAttributesCompartment
getUmlCollection() -
Method in class org.argouml.uml.diagram.ui.FigEnumLiteralsCompartment
getUmlCollection() -
Method in class org.argouml.uml.diagram.ui.FigFeaturesCompartment
getUmlCollection() -
Method in class org.argouml.uml.diagram.ui.FigOperationsCompartment
getUmlFactory() -
Static method in class org.argouml.model.Model
Getter for UmlFactory.
getUmlFactory() -
Method in interface org.argouml.model.ModelImplementation
Getter for UmlFactory.
getUmlHelper() -
Static method in class org.argouml.model.Model
Getter for UmlHelper.
getUmlHelper() -
Method in interface org.argouml.model.ModelImplementation
Getter for UmlHelper.
getUnderlyingFig() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramEdge
getUndoAction() -
Method in class org.argouml.ui.ProjectBrowser
Get the action that can undo the last user interaction on this project.
getUniqueDiagramName() -
Method in class org.argouml.kernel.AbstractProjectMember
In contrast to AbstractProjectMember.getZipName() returns the member's
name without the prepended name of the project.
getUniqueDiagramName() -
Method in interface org.argouml.kernel.ProjectMember
In contrast to ProjectMember.getZipName() returns the member's
name without the prepended name of the project.
getUnordered() -
Method in interface org.argouml.model.OrderingKind
getUnspecifiedGoal() -
Static method in class org.argouml.cognitive.Goal
getUpper(Object) -
Method in interface org.argouml.model.Facade
Returns the upper bound of the multiplicity of the given element
(AssociationEnd, Multiplicity or MultiplicityRange).
getUrl() -
Method in class org.argouml.kernel.Project
Returns the url.
getUsage() -
Method in interface org.argouml.model.MetaTypes
getUseCase(Object) -
Method in interface org.argouml.model.Facade
Returns the use case of an extension point.
getUseCase() -
Method in interface org.argouml.model.MetaTypes
getUseCasesFactory() -
Static method in class org.argouml.model.Model
Getter for UseCasesFactory.
getUseCasesFactory() -
Method in interface org.argouml.model.ModelImplementation
Getter for UseCasesFactory.
getUseCasesHelper() -
Static method in class org.argouml.model.Model
Getter for UseCasesHelper.
getUseCasesHelper() -
Method in interface org.argouml.model.ModelImplementation
Getter for UseCasesHelper.
getUseGuillemots() -
Method in class org.argouml.kernel.ProjectSettings
Used by "argo.tee".
getUseGuillemots() -
Static method in class org.argouml.notation.Notation
Deprecated. by MVW in V0.21.3.Use ProjectSettings instead.
getUseGuillemotsValue() -
Method in class org.argouml.kernel.ProjectSettings
getUseTrapRect() -
Method in class org.argouml.uml.diagram.activity.ui.FigPartition
Using a traprect enables us to move containing figs easily.
getUseTrapRect() -
Method in class org.argouml.uml.diagram.deployment.ui.FigComponent
getUseTrapRect() -
Method in class org.argouml.uml.diagram.deployment.ui.FigComponentInstance
getUseTrapRect() -
Method in class org.argouml.uml.diagram.deployment.ui.FigMNode
getUseTrapRect() -
Method in class org.argouml.uml.diagram.deployment.ui.FigMNodeInstance
getUseTrapRect() -
Method in class org.argouml.uml.diagram.state.ui.FigCompositeState
getUseTrapRect() -
Method in class org.argouml.uml.diagram.state.ui.FigConcurrentRegion
getUseTrapRect() -
Method in class org.argouml.uml.diagram.state.ui.FigSubmachineState
getUseTrapRect() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigComment
getUseTrapRect() -
Method in class org.argouml.uml.diagram.static_structure.ui.FigPackage
getUserDefinedModels() -
Method in class org.argouml.kernel.Project
Returns all models defined by the user.
getUserTextFont() -
Method in class org.argouml.ui.JasonsBigTheme
getUserTextFont() -
Method in class org.argouml.ui.JasonsHugeTheme
getUserTextFont() -
Method in class org.argouml.ui.JasonsTheme
getVGap() -
Static method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramEdge
getValue(Object) -
Method in interface org.argouml.model.Facade
Returns the Value of some UML Object.
getValue(String) -
Method in interface org.argouml.notation.NotationProvider4
Gets the Object associated with the specified key.
getValue(String) -
Method in class org.argouml.uml.notation.ValueHandler
Gets the Object associated with the specified key.
getValueAt(int, int) -
Method in class org.argouml.ui.CheckboxTableModel
getValueAt(int, int) -
Method in class org.argouml.uml.TMResults
getValueAt(int, int) -
Method in class org.argouml.uml.ui.TabTaggedValuesModel
getValueOfTag(Object) -
Method in interface org.argouml.model.Facade
Return the value of some tagged value.
getVersion() -
Static method in class org.argouml.application.ArgoVersion
Retrieve the version number.
getVersion() -
Method in class org.argouml.kernel.Project
Get the version.
getVersion() -
Method in interface org.argouml.notation.NotationName
Returns the version of the language if applicable, otherwise
null.
getVersion(String) -
Method in class org.argouml.persistence.UmlFilePersister
Get the version attribute value from a string of XML.
getVersionInfo() -
Static method in class org.argouml.util.Tools
getVerticalOffset() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramInheritanceEdge
getVetoMessage(String) -
Method in class org.argouml.ui.ArgoDiagram
TODO: The reference to the method
org.argouml.uml.ui.VetoablePropertyChange#getVetoMessage(String)
was here but the class does exist anymore.
getVetoSupport() -
Method in class org.argouml.kernel.Project
getViewToolbar() -
Method in class org.argouml.ui.cmd.GenericArgoMenuBar
Getter for the view toolbar.
getVisibility(Object) -
Method in interface org.argouml.model.Facade
Return the visibility of this element.
getVisibility(Fig) -
Static method in class org.argouml.persistence.PgmlUtility
Translate the visibility flag of a Fig to the PGML "visibility" attribute
value.
getVisibilityKind() -
Method in interface org.argouml.model.MetaTypes
getVisibilityKind() -
Static method in class org.argouml.model.Model
Getter for the VisibilityKind object.
getVisibilityKind() -
Method in interface org.argouml.model.ModelImplementation
Getter for the VisibilityKind object.
getVisibilityPanel() -
Method in class org.argouml.uml.ui.foundation.core.PropPanelFeature
getWeight() -
Method in class org.argouml.uml.diagram.static_structure.layout.ClassdiagramNote
getWhen(Object) -
Method in interface org.argouml.model.Facade
getWhitespace() -
Method in class org.argouml.uml.reveng.java.ArgoToken
Get the whitespace of this token.
getWindowTitleFont() -
Method in class org.argouml.ui.JasonsBigTheme
getWindowTitleFont() -
Method in class org.argouml.ui.JasonsHugeTheme
getWindowTitleFont() -
Method in class org.argouml.ui.JasonsTheme
getWizard() -
Method in class org.argouml.cognitive.ToDoItem
getWizard() -
Method in class org.argouml.cognitive.ui.WizStep
getWizardClass(ToDoItem) -
Method in class org.argouml.cognitive.critics.Critic
Return the Class of wizard that can fix the problem identifed by
this critic.
getWizardClass(ToDoItem) -
Method in class org.argouml.language.java.cognitive.critics.CrMultipleInheritance
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.AbstractCrTooMany
Provide a default wizard to adjust the threshold.
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrCircularComposition
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrConstructorNeeded
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrDisambigClassName
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrMissingAttrName
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrMissingClassName
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrMissingOperName
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrMissingStateName
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrMultiComposite
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrMultipleAgg
Find the class which will handle the wizard behaviour.
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrNameConflict
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrNameConfusion
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrNoInstanceVariables
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrNoOperations
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrReservedName
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrUnconventionalAttrName
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrUnconventionalClassName
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrUnconventionalOperName
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrUnconventionalPackName
getWizardClass(ToDoItem) -
Method in class org.argouml.uml.cognitive.critics.CrUnnavigableAssoc
getWizardIcon() -
Static method in class org.argouml.cognitive.ui.WizStep
getXMIUUIDToObjectMap() -
Method in interface org.argouml.model.XmiReader
getXmiExtension() -
Method in class org.argouml.persistence.PersistenceManager
getXmiReader() -
Static method in class org.argouml.model.Model
Getter for the XmiReader object.
getXmiReader() -
Method in interface org.argouml.model.ModelImplementation
A factory method that creates a new instance of an XmiReader on each
call.
getXmiWriter(Object, Writer) -
Static method in class org.argouml.model.Model
Getter for the XmiWriter object.
getXmiWriter(Object, Writer) -
Method in interface org.argouml.model.ModelImplementation
A factory method that creates a new instance of an XmiWriter on each
call.
getY1() -
Method in class org.argouml.uml.diagram.sequence.ui.FigMessagePort
getZipFileExtension() -
Method in class org.argouml.kernel.AbstractProjectMember
getZipFileExtension() -
Method in interface org.argouml.kernel.ProjectMember
getZipFileExtension() -
Method in class org.argouml.uml.ProjectMemberModel
getZipFileExtension() -
Method in class org.argouml.uml.cognitive.ProjectMemberTodoList
getZipFileExtension() -
Method in class org.argouml.uml.diagram.ProjectMemberDiagram
getZipName() -
Method in class org.argouml.kernel.AbstractProjectMember
Returns a unique member's name for storage in a zipfile.
getZipName() -
Method in interface org.argouml.kernel.ProjectMember
Returns a unique member's name for storage in a zipfile.
getiNSTANCE() -
Static method in class org.argouml.uml.ui.behavior.common_behavior.ActionNewDestroyAction
gotElement(String) -
Method in class org.argouml.persistence.PrivateHandler
If the containing object is a type for which the private element
might contain an ItemUID, extract the ItemUID if it exists and assign it
to the object.
graphChanged(Object, Object) -
Method in interface org.argouml.model.DiagramInterchangeModel
graphChanged(GraphEvent) -
Method in class org.argouml.ui.GraphChangeAdapter