Math2mat
Public Member Functions | Public Attributes

m2m.backend.octaveparser.ReadWriteIndex Class Reference

Collaboration diagram for m2m.backend.octaveparser.ReadWriteIndex:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ReadWriteIndex ()
 ReadWriteIndex (ReadWriteIndex rwi)
ReadWriteIndex getNextVariable ()
ReadWriteIndex getPreviousVariable ()
void addReadIndex ()
void removeReadIndex ()
int getReadIndex ()
int getWriteIndex ()

Public Attributes

int writeIndex
Vector< Integer > readIndex

Detailed Description

Definition at line 22 of file ReadWriteIndex.java.


Constructor & Destructor Documentation

m2m.backend.octaveparser.ReadWriteIndex.ReadWriteIndex ( )

Default contructor of a ReadWriteIndex.

Definition at line 38 of file ReadWriteIndex.java.

m2m.backend.octaveparser.ReadWriteIndex.ReadWriteIndex ( ReadWriteIndex  rwi)

Default contructor of a ReadWriteIndex.

Definition at line 47 of file ReadWriteIndex.java.


Member Function Documentation

void m2m.backend.octaveparser.ReadWriteIndex.addReadIndex ( )

Add an index representing the last body imbrication at the end of the vector.

Definition at line 78 of file ReadWriteIndex.java.

ReadWriteIndex m2m.backend.octaveparser.ReadWriteIndex.getNextVariable ( )

Get the next ReadWriteIndex for a new variable.

Returns:
the next ReadWriteIndex for a new variable

Definition at line 57 of file ReadWriteIndex.java.

ReadWriteIndex m2m.backend.octaveparser.ReadWriteIndex.getPreviousVariable ( )

Get the next ReadWriteIndex for a new variable.

Returns:
the next ReadWriteIndex for a new variable

Definition at line 68 of file ReadWriteIndex.java.

int m2m.backend.octaveparser.ReadWriteIndex.getReadIndex ( )

Get the next index for a read acces of a variable.

Returns:
the next index for a read acces of a variable

Definition at line 101 of file ReadWriteIndex.java.

int m2m.backend.octaveparser.ReadWriteIndex.getWriteIndex ( )

Get the next index for a read acces of a variable.

Returns:
the next index for a read acces of a variable

Definition at line 112 of file ReadWriteIndex.java.

void m2m.backend.octaveparser.ReadWriteIndex.removeReadIndex ( )

Remove the index of the last body imbrication.

Definition at line 90 of file ReadWriteIndex.java.


Member Data Documentation

Vector indexes use for the next read acces of a variable. Each level represent an imbrication of body level.

Definition at line 32 of file ReadWriteIndex.java.

Index use for the next variable creation.

Definition at line 27 of file ReadWriteIndex.java.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations