|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.core.slot.UniqueSlotContainer
public class UniqueSlotContainer
| Constructor Summary | |
|---|---|
UniqueSlotContainer()
|
|
UniqueSlotContainer(boolean useMutableSlots)
|
|
UniqueSlotContainer(IUniqueSlotContainer container,
boolean useMutableSlots)
|
|
| Method Summary | |
|---|---|
void |
addSlot(ISlot slot)
Adds a slot |
java.util.Collection<IMutableSlot> |
getMutableSlots()
|
ISlot |
getSlot(java.lang.String slotName)
return the actual named slot. |
java.util.Collection<? extends ISlot> |
getSlots()
return a duplicate copy of all the slots |
java.util.Collection<ISlot> |
getSlots(java.util.Collection<ISlot> slots)
|
void |
removeSlot(ISlot slot)
remove a slot |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UniqueSlotContainer()
public UniqueSlotContainer(boolean useMutableSlots)
public UniqueSlotContainer(IUniqueSlotContainer container,
boolean useMutableSlots)
| Method Detail |
|---|
public ISlot getSlot(java.lang.String slotName)
IUniqueSlotContainer
getSlot in interface IUniqueSlotContainerpublic void addSlot(ISlot slot)
ISlotContainer
addSlot in interface ISlotContainerslot - The feature to be added to the ISlot attributepublic java.util.Collection<? extends ISlot> getSlots()
ISlotContainer
getSlots in interface ISlotContainerpublic java.util.Collection<ISlot> getSlots(java.util.Collection<ISlot> slots)
getSlots in interface ISlotContainerpublic java.util.Collection<IMutableSlot> getMutableSlots()
public void removeSlot(ISlot slot)
ISlotContainer
removeSlot in interface ISlotContainerslot - Description of Parameter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||