HEADER

biouml.plugins.sbw
Class SbwModule

ru.biosoft.access.DataElementSupport
  |
  +--ru.biosoft.access.AbstractDataCollection
        |
        +--ru.biosoft.access.VectorDataCollection
              |
              +--biouml.plugins.sbw.SbwModule

public class SbwModule
extends VectorDataCollection


Fields inherited from class ru.biosoft.access.VectorDataCollection
INITIAL_SIZE

Constructor Summary
SbwModule(DataCollection parent, ModuleDescriptor descriptor)
           

Method Summary
 voidclose()
           
 DataElementgetAt(int index)
           
 ClassgetDataElementType()
           
 ModuleDescriptorgetModuleDescriptor()
           
 ModulegetModuleInstance()
           
 ListgetNameList()
           
 intgetSize()
           
 booleanisMutable()
           
 Iteratoriterator()
           

Methods inherited from class ru.biosoft.access.VectorDataCollection
put, toArray

Methods inherited from class ru.biosoft.access.AbstractDataCollection
addDataCollectionListener, contains, contains, get, getCompleteName, getDescription, getInfo, isNotificationEnabled, isPropagationEnabled, propagateElementChanged, propagateElementWillChange, release, remove, removeDataCollectionListener, setNotificationEnabled, setPropagationEnabled, toString

Methods inherited from class ru.biosoft.access.DataElementSupport
getName, getOrigin, registerConstructorWithBadEqual

Constructor Detail

SbwModule

public SbwModule(DataCollection parent, ModuleDescriptor descriptor)
Method Detail

close

public void close()
throws java.lang.Exception

getAt

public DataElement getAt(int index)

getDataElementType

public Class getDataElementType()

getModuleDescriptor

public ModuleDescriptor getModuleDescriptor()

getModuleInstance

public Module getModuleInstance()
throws java.lang.Exception

getNameList

public List getNameList()

getSize

public int getSize()

isMutable

public boolean isMutable()

iterator

public Iterator iterator()

Dependency Links

to Class biouml.plugins.sbw.SbwService

link dependency

FOOTER

BOTTOM