java.lang.Cloneable
, RandomAccess
public class AllDirectionsMemoryContainer extends MemoryContainer implements java.lang.Cloneable
MemoryContainer
that can produce memory container with all possible orders of preferences for all attributes.
Under constructionConstructor | Description |
---|---|
AllDirectionsMemoryContainer() |
|
AllDirectionsMemoryContainer(MemoryContainer memoryContainer) |
Modifier and Type | Method | Description |
---|---|---|
MemoryContainer |
addAllDirections() |
Converts memory container to all possible orders of preference.
|
java.lang.Object |
clone() |
Clones this memory container
|
addExample, addExample, clear, deleteExample, getAttrCount, getAttribute, getAttributes, getExample, getFileInfo, getId, getMemoryContainerDescription, insertExample, insertExample, setAttributes, setExample, setFileInfo, setId, setMemoryContainerDescription, size
public AllDirectionsMemoryContainer()
public AllDirectionsMemoryContainer(MemoryContainer memoryContainer)
public java.lang.Object clone()
MemoryContainer
clone
in class MemoryContainer
public MemoryContainer addAllDirections()