| Package | Description |
|---|---|
| org.cristalise.kernel.collection |
Collections are Item local objects that reference other Items.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Collection<E extends CollectionMember>
Collections are Item local objects that reference other Items.
|
interface |
CollectionDescription<E extends CollectionMember>
A collection that can be instantiated.
|
class |
CollectionMemberList<E extends CollectionMember>
A list of CollectionMembers, used internally in the Collection for XML
marshalling convenience.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AggregationMember
A CollectionMember, or slot, of an Aggregation instance or description.
|
class |
DependencyMember |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionArrayList.put(Collection<? extends CollectionMember> c)
This put method overwrites any collections with the same name already in
the list.
|
| Constructor and Description |
|---|
CollectionArrayList(ArrayList<Collection<? extends CollectionMember>> aList) |
Copyright © 1997–2020 CRISTAL-iSE. All rights reserved.