A C G I M P R S U W

A

addSimpleAbstraction(SimpleAbstraction) - Method in class com.finalist.uml14.simpleuml.SimpleModel
adds the SimpleAbstraction to this model.
addSimpleAssociation(SimpleAssociation) - Method in class com.finalist.uml14.simpleuml.SimpleModel
Adds a SimpleAssociation to this SimpleUmlPackage.
addSimpleAttribute(SimpleAttribute) - Method in class com.finalist.uml14.simpleuml.SimpleClassifier
Adds a SimpleAttribute to this SimpleClassifier.
addSimpleClassifier(SimpleClassifier) - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Adds a SimpleClassifier to this SimpleUmlPackage.
addSimpleDependency(SimpleDependency) - Method in class com.finalist.uml14.simpleuml.SimpleModel
Adds a SimpleDependency to this SimpleUmlPackage.
addSimpleDiagram(SimpleDiagram) - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Adds one or more diagrams to the model.
addSimpleGeneralization(SimpleGeneralization) - Method in class com.finalist.uml14.simpleuml.SimpleModel
Adds a SimpleGeneralization to this SimpleUmlPackage.
addSimpleOperation(SimpleOperation) - Method in class com.finalist.uml14.simpleuml.SimpleClassifier
Adds a SimpleOperation to this SimpleClassifier.
addSimpleParameter(SimpleParameter) - Method in class com.finalist.uml14.simpleuml.SimpleOperation
Adds a SimpleParameter to this SimpleOperation.
addSimpleUmlPackage(SimpleUmlPackage) - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
adds The SimpleUmlPackage to this Package.
addSimpleUmlPackage(String) - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Parses the given String.
addTaggedValue(String, String, SimpleModelElement) - Method in class com.finalist.uml14.simpleuml.SimpleModel
Adds a tagged value to a SimpleModelElement.

C

com.finalist.uml14.simpleuml - package com.finalist.uml14.simpleuml
 

G

getAllSimpleUmlPackages(SimpleUmlPackage) - Static method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Returns a list of all SimpleUMLPackages inside the passed SimpleUmlPackage (including the one passed).
getCardLower(AssociationEnd) - Static method in class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Retrieves the lower cardinality of this associationEnd.
getCardUpper(AssociationEnd) - Static method in class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Retrieves the upper cardinality of this associationEnd.
getCardinalityLower() - Method in class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Return the lower cardinality of this associationEnd.
getCardinalityUpper() - Method in class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Return the upper cardinality of this associationEnd.
getChild() - Method in class com.finalist.uml14.simpleuml.SimpleGeneralization
Returns the child SimpleClassifier.
getClient() - Method in class com.finalist.uml14.simpleuml.SimpleAbstraction
 
getClient() - Method in class com.finalist.uml14.simpleuml.SimpleDependency
Returns the Client of this dependency.
getDestination() - Method in class com.finalist.uml14.simpleuml.SimpleAssociation
Returns the SimpleAssociationEnd that had been set as destination.
getDiagram() - Method in class com.finalist.uml14.simpleuml.SimpleDiagram
Get the OMG diagram.
getFullPackageName() - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Get the fully qualified name of this SimpleUmlPackage
getKind() - Method in class com.finalist.uml14.simpleuml.SimpleParameter
Returns the kind of of this parameter.
getModelElement() - Method in class com.finalist.uml14.simpleuml.SimpleModelElement
Returns the OMG object of the SimpleElement.
getName() - Method in class com.finalist.uml14.simpleuml.SimpleDiagram
Gets the name of the diagram.
getName() - Method in class com.finalist.uml14.simpleuml.SimpleModelElement
Returns the name of the SimpleModelElement.
getNavigable() - Method in class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Determines wether this end is Navigable or not.
getOwner() - Method in class com.finalist.uml14.simpleuml.SimpleClassifier
Returns the SimpleUmlPackage in which this SimpleClassifier resides.
getOwnerSimpleUmlPackage() - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Returns the SimpleUmlPackage that contains this SimpleUmlPackage.
getParent() - Method in class com.finalist.uml14.simpleuml.SimpleGeneralization
Returns the parent SimpleClassifier.
getSimpleAbstractions() - Method in class com.finalist.uml14.simpleuml.SimpleModel
Returns the known SimpleAbstractions.
getSimpleAssociations() - Method in class com.finalist.uml14.simpleuml.SimpleModel
Returns the known SimpleAssociations.
getSimpleAttributes() - Method in class com.finalist.uml14.simpleuml.SimpleClassifier
Returns a collection of SimpleAttributes of this class.
getSimpleClassifier() - Method in class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Returns the SimpleClassifier if it has been set, otherwise null.
getSimpleClassifierAbsolute(String) - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Returns the SimpleClassifier that is specified with the specified name, where the path is determined from the root.
getSimpleClassifierRelative(String) - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Returns the SimpleClassifier that is specified by the name.
getSimpleClassifiers() - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Returns a collection SimpleClassifiers that are added to this model.
getSimpleDependencies() - Method in class com.finalist.uml14.simpleuml.SimpleModel
Returns the known SimpleDependencies.
getSimpleDiagrams() - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Returns the known Diagrams in this SimpleUmlPackage.
getSimpleGeneralizations() - Method in class com.finalist.uml14.simpleuml.SimpleModel
Returns the known SimpleGeneralizations.
getSimpleOperations() - Method in class com.finalist.uml14.simpleuml.SimpleClassifier
Returns the SimpleOperations known in this SimpleClassifier.
getSimpleParameters() - Method in class com.finalist.uml14.simpleuml.SimpleOperation
Returns a Collection with Parameters.
getSimpleUmlPackage(String) - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Looks for the SimpleUmlPackage with the specified name.
getSimpleUmlPackages() - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Returns a Collection of SimpleUmlPackages known in this SimpleUmlPackage.
getSource() - Method in class com.finalist.uml14.simpleuml.SimpleAssociation
Returns the SimpleAssociationEnd that had been set as source.
getStereoType(SimpleModelElement) - Method in class com.finalist.uml14.simpleuml.SimpleModel
Returns the stereotype of the modelElement.
getSupplier() - Method in class com.finalist.uml14.simpleuml.SimpleAbstraction
 
getSupplier() - Method in class com.finalist.uml14.simpleuml.SimpleDependency
Returns the Supplier of this dependency.
getTaggedValue(String, SimpleModelElement) - Method in class com.finalist.uml14.simpleuml.SimpleModel
Looks for the a tag with the given name in the given SimpleModelElement.
getTaggedValueNames() - Method in class com.finalist.uml14.simpleuml.SimpleModel
Returns a collection of Strings with the tags that are defined in the model.
getType() - Method in class com.finalist.uml14.simpleuml.SimpleAttribute
Returns the SimpleClassifier that sets the type of this attribute.
getType() - Method in class com.finalist.uml14.simpleuml.SimpleParameter
Returns the SimpleClassifier that specifies the type of the Parameter.
getUmlPackage() - Static method in class com.finalist.uml14.simpleuml.UmlPackageSupplier
Returns an UmlPackage.
getUmlPackage(URL) - Static method in class com.finalist.uml14.simpleuml.UmlPackageSupplier
Returns an UmlPackage which contains the information about the UML model that was found in the specified URL.
getVisibility() - Method in class com.finalist.uml14.simpleuml.SimpleModelElement
Returns the visibility of this SimpleModelElement.

I

IN - Static variable in class com.finalist.uml14.simpleuml.SimpleParameter
String that defines the a parameter is of the IN kind
initPackage(UmlPackage) - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Creates SimpleModelElements that represent the modelElements that were found in the UmlPackage.

M

modelElement - Variable in class com.finalist.uml14.simpleuml.SimpleModelElement
The OMG ModelElement that contains the actual information.

P

PRIVATE - Static variable in class com.finalist.uml14.simpleuml.SimpleModelElement
Defines the private visibility of a SimpleElement
PROTECTED - Static variable in class com.finalist.uml14.simpleuml.SimpleModelElement
Defines the protected visibility of a SimpleElement
PUBLIC - Static variable in class com.finalist.uml14.simpleuml.SimpleModelElement
Defines the public visibility of a SimpleElement

R

RETURN - Static variable in class com.finalist.uml14.simpleuml.SimpleParameter
String that specifies the kind of parameter.
readModel(URL) - Method in class com.finalist.uml14.simpleuml.SimpleModel
Parses a XMI file and builds a SimpleModel representing the model as descriped in the XMI file.

S

SimpleAbstraction - class com.finalist.uml14.simpleuml.SimpleAbstraction.
The SimpleAbstraction class represents an abstraction in a UML model.
SimpleAbstraction() - Constructor for class com.finalist.uml14.simpleuml.SimpleAbstraction
Constructs a SimpleAbstraction.
SimpleAbstraction(String, SimpleClassifier, SimpleClassifier) - Constructor for class com.finalist.uml14.simpleuml.SimpleAbstraction
Advanced constructor of a SimpleSbstraction.
SimpleAssociation - class com.finalist.uml14.simpleuml.SimpleAssociation.
The SimpleAssociation represents an association in an UML model.
SimpleAssociation() - Constructor for class com.finalist.uml14.simpleuml.SimpleAssociation
Constructs a new SimpleAssociation.
SimpleAssociation(String, SimpleAssociationEnd, SimpleAssociationEnd) - Constructor for class com.finalist.uml14.simpleuml.SimpleAssociation
Advanced constructor.
SimpleAssociationEnd - class com.finalist.uml14.simpleuml.SimpleAssociationEnd.
The SimpleAssociation represents an association in a UML model.
SimpleAssociationEnd() - Constructor for class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Create a new SimpleAssociationEnd.
SimpleAssociationEnd(String, SimpleClassifier, int, int, boolean) - Constructor for class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Advanced Constructor.
SimpleAttribute - class com.finalist.uml14.simpleuml.SimpleAttribute.
SimpleAttribute represents an attribute in a UML model.
SimpleAttribute() - Constructor for class com.finalist.uml14.simpleuml.SimpleAttribute
Constructs a new SimpleAttribute.
SimpleAttribute(String, String, SimpleClassifier) - Constructor for class com.finalist.uml14.simpleuml.SimpleAttribute
Advanced constructor for an attirbute.
SimpleClassifier - class com.finalist.uml14.simpleuml.SimpleClassifier.
A representation of a class in an UML model.
SimpleClassifier() - Constructor for class com.finalist.uml14.simpleuml.SimpleClassifier
 
SimpleDataType - class com.finalist.uml14.simpleuml.SimpleDataType.
Creates a DataType, extends on SimpleClassifier.
SimpleDataType() - Constructor for class com.finalist.uml14.simpleuml.SimpleDataType
Constructs a new SimpleDataType
SimpleDataType(String, String) - Constructor for class com.finalist.uml14.simpleuml.SimpleDataType
Advanced constuctor.
SimpleDependency - class com.finalist.uml14.simpleuml.SimpleDependency.
The SimpleDependency represents a dependency in a UML model.
SimpleDependency() - Constructor for class com.finalist.uml14.simpleuml.SimpleDependency
Constructs a new SimpleDependency.
SimpleDependency(String, SimpleClassifier, SimpleClassifier) - Constructor for class com.finalist.uml14.simpleuml.SimpleDependency
Advanced constructor.
SimpleDiagram - class com.finalist.uml14.simpleuml.SimpleDiagram.
A representation of a UML Package in an UML model.
SimpleDiagram() - Constructor for class com.finalist.uml14.simpleuml.SimpleDiagram
Constructs a new Class Diagram in the rootpackage.
SimpleDiagram(String) - Constructor for class com.finalist.uml14.simpleuml.SimpleDiagram
 
SimpleGeneralization - class com.finalist.uml14.simpleuml.SimpleGeneralization.
The SimpleGeneralizationClass represents a generalization in a UML model.
SimpleGeneralization() - Constructor for class com.finalist.uml14.simpleuml.SimpleGeneralization
Creates a new SimpleGeneralization.
SimpleGeneralization(SimpleClassifier, SimpleClassifier) - Constructor for class com.finalist.uml14.simpleuml.SimpleGeneralization
Advanced constructor.
SimpleGeneralization(String, SimpleClassifier, SimpleClassifier) - Constructor for class com.finalist.uml14.simpleuml.SimpleGeneralization
Advanced constructor.
SimpleInterface - class com.finalist.uml14.simpleuml.SimpleInterface.
An interface representing an interface in a UML model.
SimpleInterface() - Constructor for class com.finalist.uml14.simpleuml.SimpleInterface
Constructs a new SimpleInterface
SimpleInterface(String, String) - Constructor for class com.finalist.uml14.simpleuml.SimpleInterface
Advanced constuctor.
SimpleModel - class com.finalist.uml14.simpleuml.SimpleModel.
The Simplemodel represents a UML model.
SimpleModel() - Constructor for class com.finalist.uml14.simpleuml.SimpleModel
Creates a new, empty SimpleModel.
SimpleModelElement - class com.finalist.uml14.simpleuml.SimpleModelElement.
The SimpleModelElement implements some functions that are used by all the SimpleModelElements in this package.
SimpleModelElement() - Constructor for class com.finalist.uml14.simpleuml.SimpleModelElement
 
SimpleOperation - class com.finalist.uml14.simpleuml.SimpleOperation.
A Representation of an operation in an UML class.
SimpleOperation() - Constructor for class com.finalist.uml14.simpleuml.SimpleOperation
Constructs a SimpleOperation.
SimpleOperation(String, String) - Constructor for class com.finalist.uml14.simpleuml.SimpleOperation
Advanced Constructor.
SimpleParameter - class com.finalist.uml14.simpleuml.SimpleParameter.
A representation of a parameter in an UML operations.
SimpleParameter() - Constructor for class com.finalist.uml14.simpleuml.SimpleParameter
Constructor of the SimpleParameter.
SimpleParameter(String, SimpleClassifier, String) - Constructor for class com.finalist.uml14.simpleuml.SimpleParameter
Advanced constructor.
SimpleUmlClass - class com.finalist.uml14.simpleuml.SimpleUmlClass.
A representation of a class in an UML model.
SimpleUmlClass() - Constructor for class com.finalist.uml14.simpleuml.SimpleUmlClass
Constructs a new SimpleUmlClass
SimpleUmlClass(String, String) - Constructor for class com.finalist.uml14.simpleuml.SimpleUmlClass
Advanced constuctor.
SimpleUmlPackage - class com.finalist.uml14.simpleuml.SimpleUmlPackage.
A representation of a UML Package in an UML model.
SimpleUmlPackage() - Constructor for class com.finalist.uml14.simpleuml.SimpleUmlPackage
Constructs a new SimpleUmlPackage.
SimpleUmlPackage(String) - Constructor for class com.finalist.uml14.simpleuml.SimpleUmlPackage
Constructs a new SimpleUmlPackage with the specified name.
setCardinalityLower(int) - Method in class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Sets the lower cardinality of this SimpleAssociationEnd.
setCardinalityUpper(int) - Method in class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Sets the upper cardinality of this SimpleAssociationEnd.
setChild(SimpleClassifier) - Method in class com.finalist.uml14.simpleuml.SimpleGeneralization
Sets the child of the generalization.
setClient(SimpleClassifier) - Method in class com.finalist.uml14.simpleuml.SimpleAbstraction
 
setClient(SimpleClassifier) - Method in class com.finalist.uml14.simpleuml.SimpleDependency
Sets the client of this SimpleDependency.
setDestination(SimpleAssociationEnd) - Method in class com.finalist.uml14.simpleuml.SimpleAssociation
Sets a SimpleAssociationEnd which contains all the needed information about the destination side of the association.
setKind(String) - Method in class com.finalist.uml14.simpleuml.SimpleParameter
Sets the kind of this parameter.
setName(String) - Method in class com.finalist.uml14.simpleuml.SimpleDiagram
The name of the diagram.
setName(String) - Method in class com.finalist.uml14.simpleuml.SimpleModelElement
Sets the name of the SimpleModelElement.
setNavigable(boolean) - Method in class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Sets if the SimpleAssociationEnd is navigable.
setOwner(SimpleUmlPackage) - Method in class com.finalist.uml14.simpleuml.SimpleClassifier
Sets the owning SimpleUmlPackage of this SimpleClassifier.
setOwnerSimpleUmlPackage(SimpleUmlPackage) - Method in class com.finalist.uml14.simpleuml.SimpleUmlPackage
Sets the owning UmlPackage of this package.
setParent(SimpleClassifier) - Method in class com.finalist.uml14.simpleuml.SimpleGeneralization
Sets the parent of the generalization.
setSimpleClassifier(SimpleClassifier) - Method in class com.finalist.uml14.simpleuml.SimpleAssociationEnd
Sets the SimpleClassifier at which this SimpleAssociationEnd is located.
setSource(SimpleAssociationEnd) - Method in class com.finalist.uml14.simpleuml.SimpleAssociation
Sets a SimpleAssociationEnd which contains all the needed information about the source side of the association.
setStereoType(String, SimpleModelElement) - Method in class com.finalist.uml14.simpleuml.SimpleModel
Sets a stereotype on the given SimpleModelElement.
setSupplier(SimpleClassifier) - Method in class com.finalist.uml14.simpleuml.SimpleAbstraction
 
setSupplier(SimpleClassifier) - Method in class com.finalist.uml14.simpleuml.SimpleDependency
Sets the supplier of this SimpleDependency.
setType(SimpleClassifier) - Method in class com.finalist.uml14.simpleuml.SimpleAttribute
Sets the type of this attribute.
setType(SimpleClassifier) - Method in class com.finalist.uml14.simpleuml.SimpleParameter
Sets the type of this parameter.
setVisibility(String) - Method in class com.finalist.uml14.simpleuml.SimpleModelElement
Sets the visibility of a ModelElement.

U

UmlPackageSupplier - class com.finalist.uml14.simpleuml.UmlPackageSupplier.
The UMLPackageSupplier is a helper class that supplies the UmlPackage object which is needed to instantiate the OMG model objects.
UmlPackageSupplier() - Constructor for class com.finalist.uml14.simpleuml.UmlPackageSupplier
 

W

writeModel(OutputStream) - Method in class com.finalist.uml14.simpleuml.SimpleModel
Writes this SimpleModel in XMI format to the given OutputStream.

A C G I M P R S U W

Copyright © 2003-2004 SourceForge. All Rights Reserved.