com.ashridgetech.jamda.uml
Class Actor

java.lang.Object
  |
  +--com.ashridgetech.jamda.uml.ModelElement
        |
        +--com.ashridgetech.jamda.uml.Actor

public class Actor
extends ModelElement

A UML Actor.

Version:
1.0
Author:
paulb

Nested Class Summary
 
Nested classes inherited from class com.ashridgetech.jamda.uml.ModelElement
ModelElement.DuplicateElementException, ModelElement.ElementListStore, ModelElement.ElementNameListStore, ModelElement.ElementNameStore, ModelElement.ElementStore, ModelElement.TaggedValue, ModelElement.UnknownElementException
 
Field Summary
 
Fields inherited from class com.ashridgetech.jamda.uml.ModelElement
DUMMY_STORE
 
Constructor Summary
Actor(ru.novosoft.uml.behavioral_elements.use_cases.MActor ma, ModelPackage mp)
          Creates new Actor from a NSUML MActor object.
 
Method Summary
 java.lang.String getFullName()
          Get the full name of this Actor, which excludes the names of the containing packages
 java.lang.String getFullNameWithPackages()
          Get the full name of this Actor, including the names of the containing packages
 
Methods inherited from class com.ashridgetech.jamda.uml.ModelElement
add, addStereotype, addTaggedValue, addTaggedValue, addTaggedValues, addTaggedValuesInternal, checkInitialised, checkState, checkValid, findTaggedValueCollection, getBooleanTaggedValue, getChildElements, getComment, getDescription, getDirectSource, getElement, getElementType, getId, getModel, getName, getNsElement, getOriginalSource, getParentElement, getProperties, getStereotypes, getStringTaggedValue, getSubElementStore, getTaggedValue, getTaggedValues, getXpathContext, hasStereotype, hasTaggedValue, init, initLoad, isInitialised, load, load, load, loadElement, logChange, logger, logger, logLoad, logLoadWarning, logNew, logWarning, removeTaggedValue, select, setComment, setDirectSource, setTaggedValue, setTaggedValue, setTaggedValue, setTaggedValues, stereotype, tag, tagError, toString, type, type, type, xpath, xpathList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Actor

public Actor(ru.novosoft.uml.behavioral_elements.use_cases.MActor ma,
             ModelPackage mp)
Creates new Actor from a NSUML MActor object.

Method Detail

getFullName

public java.lang.String getFullName()
Get the full name of this Actor, which excludes the names of the containing packages

Overrides:
getFullName in class ModelElement

getFullNameWithPackages

public java.lang.String getFullNameWithPackages()
Get the full name of this Actor, including the names of the containing packages



Copyright © 2003 Ashridge Technologies Ltd. All Rights Reserved.