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

B

beActive() - Method in class org.argouml.cognitive.Critic
Make this critic active.
beginMethodImports() - Method in interface org.argouml.uml.reveng.MethodImportInterface
 
beInactive() - Method in class org.argouml.cognitive.Critic
Make this critic inactive.
buildAbstraction(String, Object, Object) - Method in interface org.argouml.model.CoreFactory
Build an empty but initialized instance of a UML Abstraction with a given name.
buildAction(Object) - Method in interface org.argouml.model.CommonBehaviorFactory
Builds an action (actually an CallAction) for some message.
buildActivator(Object, Object) - Method in interface org.argouml.model.CollaborationsFactory
Builds an activator for some message.
buildActivityGraph(Object) - Method in interface org.argouml.model.ActivityGraphsFactory
Builds an activity graph owned by the given context.
buildActor(Object, Object) - Method in interface org.argouml.model.UseCasesFactory
Builds an actor in the same namespace as the given actor.
buildAssociation(Object, Object, Object, Object, Boolean) - Method in interface org.argouml.model.CoreFactory
Builds a binary associationrole on basis of two classifierroles, navigation and aggregation.
buildAssociation(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds a binary associations between two classifiers with default values for the association ends and the association itself.
buildAssociation(Object, boolean, Object, boolean, String) - Method in interface org.argouml.model.CoreFactory
Builds a binary association with a direction, aggregation and a given name.
buildAssociationClass(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds an associationClass between classifier end1 and end2 with a default class.
buildAssociationEnd(Object, String, Object, Object, Object, boolean, Object, Object, Object, Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds a fully configurable association end.
buildAssociationEnd(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds a simply configured association end.
buildAssociationEndRole(Object) - Method in interface org.argouml.model.CollaborationsFactory
Builds an associationendrole based on some classifierrole.
buildAssociationRole(Object, Object) - Method in interface org.argouml.model.CollaborationsFactory
Builds a binary associationrole on basis of two classifierroles.
buildAssociationRole(Object, Object, Object, Object, Boolean) - Method in interface org.argouml.model.CollaborationsFactory
Builds a binary associationrole on basis of two classifierroles, navigation and aggregation.
buildAssociationRole(Object) - Method in interface org.argouml.model.CollaborationsFactory
Builds an associationrole based on a given link.
buildAttribute(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds a default attribute.
buildAttribute(Object, Object, Object) - Method in interface org.argouml.model.CoreFactory
Deprecated. for 0.25.2 by tfmorris - use the side effect free version CoreFactory.buildAttribute2(Object, Object)
buildAttribute2(Object) - Method in interface org.argouml.model.CoreFactory
Builds a default attribute.
buildAttribute2(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds an attribute of the given type owned by a classifier.
buildBinding(Object, Object, List) - Method in interface org.argouml.model.CoreFactory
Build binding between a supplier templated element and its parameterized client using the given list or arguments to fill the template.
buildCallAction(Object, String) - Method in interface org.argouml.model.CommonBehaviorFactory
Builds a CallAction belonging to operation oper with a given name.
buildCallEvent(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a callevent with given namespace (and therefore the ownership).
buildCallEvent(Object, String, Object) - Method in interface org.argouml.model.StateMachinesFactory
Create a initialized instance of a CallEvent with a name as a trigger for a Transition, within a given namespace.
buildChangeEvent(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a changeevent within a given namespace.
buildChangeEvent(String, Object) - Method in interface org.argouml.model.StateMachinesFactory
Create a initialized instance of a ChangeEvent, with an new expression, within a given namespace.
buildClass() - Method in interface org.argouml.model.CoreFactory
Builds a default implementation for a class.
buildClass(Object) - Method in interface org.argouml.model.CoreFactory
Builds a class with a given namespace.
buildClass(String) - Method in interface org.argouml.model.CoreFactory
Builds a class with a given name.
buildClass(String, Object) - Method in interface org.argouml.model.CoreFactory
Builds a class with a given name and namespace.
buildClassifierInState(Object, Collection) - Method in interface org.argouml.model.ActivityGraphsFactory
Builds a ClassifierInState.
buildClassifierRole(Object) - Method in interface org.argouml.model.CollaborationsFactory
Creates a classifierrole and adds it to the given collaboration.
buildCollaboration(Object) - Method in interface org.argouml.model.CollaborationsFactory
Builds a default collaboration not attached to a classifier.
buildCollaboration(Object, Object) - Method in interface org.argouml.model.CollaborationsFactory
Builds a collaboration that is owned by a certain namespace and represents the given represented element.
buildComment(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds a comment inluding a reference to the given modelelement to comment.
buildCompositeState(Object) - Method in interface org.argouml.model.StateMachinesFactory
Build a CompositeState initialized as a non-concurrent composite state.
buildCompositeStateOnStateMachine(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a compositestate as top for some statemachine.
buildConnection(Object, Object, Object, Object, Object, Object, Object) - Method in interface org.argouml.model.UmlFactory
Creates a UML model element of the given type and uses this to connect two other existing UML model elements.
buildConstraint(Object) - Method in interface org.argouml.model.CoreFactory
Builds a constraint that constraints the given modelelement.
buildConstraint(String, Object) - Method in interface org.argouml.model.CoreFactory
Builds a constraint with a given name and boolean expression.
buildDataType(String, Object) - Method in interface org.argouml.model.CoreFactory
Builds a datatype with a given name and namespace.
buildDependency(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds a modelelement dependency between two modelelements.
buildDiagram(Object) - Method in interface org.argouml.model.DiagramInterchangeFactory
Build a diagram.
buildElementImport(Object, Object) - Method in interface org.argouml.model.ModelManagementFactory
Build a ElementImport which imports the given modelelement into the given package.
buildElementResidence(Object, Object) - Method in interface org.argouml.model.CoreFactory
 
buildEnumeration(String, Object) - Method in interface org.argouml.model.CoreFactory
 
buildEnumerationLiteral(String, Object) - Method in interface org.argouml.model.CoreFactory
 
buildExtend(Object, Object) - Method in interface org.argouml.model.UseCasesFactory
Build an extend relationship with a newly created extension point.
buildExtend(Object, Object, Object) - Method in interface org.argouml.model.UseCasesFactory
Build an extend relationship.
buildExtensionPoint(Object) - Method in interface org.argouml.model.UseCasesFactory
Builds an extension point for a use case.
buildFinalState(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a finalstate.
buildGeneralization(Object, Object, String) - Method in interface org.argouml.model.CoreFactory
Deprecated. for 0.25.4 by tfmorris. Generalizations are unnamed in UML 2.x. Use CoreFactory.buildGeneralization(Object, Object).
buildGeneralization(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds a generalization between a parent and a child.
buildGraphNode(Object, Object) - Method in interface org.argouml.model.DiagramInterchangeFactory
 
buildGuard(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a guard condition with a given transition.
buildInclude(Object, Object) - Method in interface org.argouml.model.UseCasesFactory
Build an include relationship.
buildInteraction(Object) - Method in interface org.argouml.model.CollaborationsFactory
Builds an interaction belonging to some collaboration.
buildInterface() - Method in interface org.argouml.model.CoreFactory
Builds a default implementation for an interface.
buildInterface(Object) - Method in interface org.argouml.model.CoreFactory
Builds an interface with a given namespace.
buildInterface(String) - Method in interface org.argouml.model.CoreFactory
Builds an interface with a given name.
buildInterface(String, Object) - Method in interface org.argouml.model.CoreFactory
Builds an interface with a given name and namespace.
buildInternalTransition(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds an internal transition for a given state.
buildLink(Object, Object) - Method in interface org.argouml.model.CommonBehaviorFactory
Builds a Link between two Instances.
buildMessage(Object, Object) - Method in interface org.argouml.model.CollaborationsFactory
Builds a message within some collaboration or interaction.
buildMethod(String) - Method in interface org.argouml.model.CoreFactory
Builds a method with a given name.
buildNode(Object) - Method in interface org.argouml.model.UmlFactory
Creates a UML model element of the given type.
buildNode(Object, Object) - Method in interface org.argouml.model.UmlFactory
Creates a UML model element of the given type and adds it to the passed in container.
buildObjectFlowState(Object) - Method in interface org.argouml.model.ActivityGraphsFactory
Builds an ObjectFlowState.
buildOperation(Object, Object, Object) - Method in interface org.argouml.model.CoreFactory
Deprecated. for 0.25.2 by tfmorris. Use CoreFactory.buildOperation(Object, Object).
buildOperation(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds an operation for a classifier.
buildOperation(Object, Object, Object, String) - Method in interface org.argouml.model.CoreFactory
Deprecated. for 0.25.2 by tfmorris. Use CoreFactory.buildOperation2(Object, Object, String).
buildOperation2(Object, Object, String) - Method in interface org.argouml.model.CoreFactory
Builds an operation with a given name for classifier.
buildPackage(String, String) - Method in interface org.argouml.model.ModelManagementFactory
Deprecated. for 0.25.4 by tfmorris. Current implementations ignore the uuid parameter if null and will throw an exception if it's non-null. Use single argument form ModelManagementFactory.buildPackage(String).
buildPackage(String) - Method in interface org.argouml.model.ModelManagementFactory
Build an empty but initialized instance of a UML Package with a given name.
buildPackageAccess(Object, Object) - Method in interface org.argouml.model.CoreFactory
Build an access Permission between a Namespace and a Package.
buildPackageImport(Object, Object) - Method in interface org.argouml.model.CoreFactory
Build an import Permission between a Namespace and a Package.
buildParameter(Object, Object, Object) - Method in interface org.argouml.model.CoreFactory
Deprecated. for 0.25.2 by tfmorris. Use CoreFactory.buildParameter(Object, Object).
buildParameter(Object, Object) - Method in interface org.argouml.model.CoreFactory
Adds a parameter initialized to default values to a given event or behavioral feature.
buildPermission(Object, Object) - Method in interface org.argouml.model.CoreFactory
Deprecated. for 0.25.4 by tfmorris. Use CoreFactory.buildPackageImport(Object, Object).
buildProperty(String, String) - Method in interface org.argouml.model.DiagramInterchangeFactory
 
buildPseudoState(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a pseudostate initialized as a choice pseudostate.
buildRealization(Object, Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds a realization between some supplier (for example an interface in Java) and a client who implements the realization.
buildReception(Object) - Method in interface org.argouml.model.CommonBehaviorFactory
Builds a reception belonging to some classifier.
buildSignal(Object) - Method in interface org.argouml.model.CommonBehaviorFactory
Builds a signal belonging to a BehavioralFeature, SignalEvent, SendAction, or Reception.
buildSignalEvent(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a signalevent within a given namespace.
buildSignalEvent(String, Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a named signalevent within a given namespace.
buildSimpleSemanticModelElement(Object, Object, String, String) - Method in interface org.argouml.model.DiagramInterchangeFactory
 
buildSimpleState(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a simplestate.
buildStateMachine(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a state machine owned by the given context.
buildStereotype(Object, Object, Object) - Method in interface org.argouml.model.ExtensionMechanismsFactory
Build a stereotype which has the given name and a base class which matches the type of the given model element.
buildStereotype(Object, String, Object, Collection) - Method in interface org.argouml.model.ExtensionMechanismsFactory
Builds an initialized stereotype.
buildStereotype(String, Object) - Method in interface org.argouml.model.ExtensionMechanismsFactory
Builds an initialized stereotype.
buildStimulus(Object) - Method in interface org.argouml.model.CommonBehaviorFactory
Builds a stimulus based on a given link.
buildStubState(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a stubstate initialized with an empty referenced state.
buildSubmachineState(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a submachinestate.
buildSynchState(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a synchstate initialized with bound 0.
buildTagDefinition(String, Object, Object) - Method in interface org.argouml.model.ExtensionMechanismsFactory
Build an initialized instance of a TagDefinition with the default tagType of "String".
buildTagDefinition(String, Object, Object, String) - Method in interface org.argouml.model.ExtensionMechanismsFactory
Build an initialized instance of a TagDefinition.
buildTaggedValue(String, String) - Method in interface org.argouml.model.ExtensionMechanismsFactory
Deprecated. for 0.25.5 by tfmorris. Use ExtensionMechanismsFactory.buildTaggedValue(Object, String[]).
buildTaggedValue(Object, String[]) - Method in interface org.argouml.model.ExtensionMechanismsFactory
Build an initialized instance of a UML TaggedValue.
buildTemplateArgument(Object) - Method in interface org.argouml.model.CoreFactory
Build a TemplateArgument which has the given element as its modelElement.
buildTimeEvent(Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a timeevent within a given namespace.
buildTimeEvent(String, Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a timeevent within a given namespace.
buildTitleWithCurrentProjectName() - Method in class org.argouml.ui.ProjectBrowser
Rebuild the title using the name of the current project.
buildTransition(Object, Object, Object) - Method in interface org.argouml.model.StateMachinesFactory
Builds a complete transition including all associations (composite state the transition belongs to, source the transition is coming from, destination the transition is going to).
buildTransition(Object, Object) - Method in interface org.argouml.model.StateMachinesFactory
Build a transition between a source state and a target state.
buildUml1SemanticModelBridge(Object, Object) - Method in interface org.argouml.model.DiagramInterchangeFactory
 
buildUninterpretedAction(Object) - Method in interface org.argouml.model.CommonBehaviorFactory
Builds a new uninterpreted action.
buildUsage(Object, Object) - Method in interface org.argouml.model.CoreFactory
Builds a usage between some client and a supplier.

A B C D E F G H I J K L M N O P R S T U V W X Z
ArgoUML © 1996-2006ArgoUML HomepageArgoUML Cookbook