GrammarScope  4.0.0
Public Member Functions | List of all members
grammarscope.allocator.SlotAllocator< E extends HasIndices > Class Template Reference
Inheritance diagram for grammarscope.allocator.SlotAllocator< E extends HasIndices >:
Inheritance graph
[legend]
Collaboration diagram for grammarscope.allocator.SlotAllocator< E extends HasIndices >:
Collaboration graph
[legend]

Public Member Functions

 SlotAllocator ()
 
void allocate (final Collection< E > elements0, final Comparator< E > comparator)
 
String toString ()
 
- Public Member Functions inherited from grammarscope.allocator.SlotAllocatorForIndexRanges< E >
 SlotAllocatorForIndexRanges ()
 
void allocate (final Collection< T > elements)
 
int getSlot (final T element)
 

Additional Inherited Members

- Protected Attributes inherited from grammarscope.allocator.SlotAllocatorForIndexRanges< E >
final Map< T, Integer > slots
 

Detailed Description

Edge vertical slot allocator

Author
Bernard Bou

Constructor & Destructor Documentation

◆ SlotAllocator()

Constructor

Member Function Documentation

◆ allocate()

void grammarscope.allocator.SlotAllocator< E extends HasIndices >.allocate ( final Collection< E >  elements0,
final Comparator< E >  comparator 
)

Allocate

Parameters
elements0elements
comparatorelement allocation order

◆ toString()

String grammarscope.allocator.SlotAllocator< E extends HasIndices >.toString ( )

The documentation for this class was generated from the following file: