biouml.plugins.sbw
Class SbwService
ru.biosoft.access.DataElementSupport
|
+--ru.biosoft.access.AbstractDataCollection
|
+--ru.biosoft.access.VectorDataCollection
|
+--biouml.plugins.sbw.SbwService
- public class SbwService
- extends VectorDataCollection
| 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 |
SbwService
public SbwService(SbwServiceCategory parent, ServiceDescriptor descriptor)
SbwService
public SbwService(SbwModule parent, ServiceDescriptor descriptor)
throws java.lang.Exception
getAt
public DataElement getAt(int index)
getDataElementType
public Class getDataElementType()
getNameList
public List getNameList()
getService
public Service getService()
throws java.lang.Exception
getServiceDescriptor
public ServiceDescriptor getServiceDescriptor()
getSize
public int getSize()
isMutable
public boolean isMutable()
iterator
public Iterator iterator()
BOTTOM