org.tm4j.panckoucke.impl.model .AMMemberImpl
Inheritance Hierarchy
- java.lang.Object
- AMMemberImpl
Interfaces
| Field Summary | |
|---|---|
| data | Optional character data attached to an Object which is represented by this AMMember |
| gestalt | The Gestalt of this AMMember |
| id | The ID of the AMMember. |
| label | A label for the AMMember. |
| locator | An optional Locator attached to an Object which is represented by this AMMember |
| org.tm4j.panckoucke.impl.model.AMMemberImpl.representedObjects | Contains the Objects, which are represented by this AMMember. |
| Method Summary | |
|---|---|
| void | addRepresentedObject(java.lang.Object object) |
| java.lang.String | getData() |
| org.tm4j.panckoucke.model.AMLocator | getDataLocator() |
| org.tm4j.panckoucke.model.AMGestalt |
getGestalt()
Returns the gestalt.
|
| java.lang.String | getID() |
| java.lang.String | getLabel() |
| java.lang.Object | getRepresentedObject() |
| java.util.Set | getRepresentedObjects() |
| void |
removeRepresentedObject(java.lang.Object object)
removes the TopicMapObject object from the set of objects
which are represented by this arc.
|
| void |
setData(java.lang.String data)
Sets the data-Property of this AMMember to the given inline-data
|
| void |
setGestalt(org.tm4j.panckoucke.model.AMGestalt gestalt)
Sets the gestalt.
|
| void |
setLocator(org.tm4j.panckoucke.model.AMLocator locator)
Sets the locator-Property of this AMMember to the given foreign resource
|
Meta Data (3)
@since
:
0.2.0
Implementation of the AMMember-Interface
created 08-03-2003
pulled-up from the former implementations of AMNodeImpl and AMArcImpl
@author
:
cf
Related Topics
Imports
Is Contained By
