de.uni_paderborn.fujaba.mpEdit
Class LineMan

java.lang.Object
  extended byde.uni_paderborn.fujaba.mpEdit.LineMan

public class LineMan
extends java.lang.Object

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.11 $
Author:
$Author: schneider $

Constructor Summary
LineMan()
          Constructor for class LineMan
 
Method Summary
 void addElement(java.lang.String s)
          Access method for an one to n association.
 void freshVectors(int aSize, int aDelta)
          No comment provided by developer, please add a comment to improve documentation.
 LineInfo getLineInfo(int i)
          Get the lineInfo attribute of the LineMan object
 java.lang.String getString(int i)
          Get the string attribute of the LineMan object
 void insertElementAt(java.lang.String s, int i)
          No comment provided by developer, please add a comment to improve documentation.
 void removeAllElements()
          No comment provided by developer, please add a comment to improve documentation.
 void removeElementAt(int i)
          No comment provided by developer, please add a comment to improve documentation.
 void setLineInfo(LineInfo li, int i)
          Sets the lineInfo attribute of the LineMan object
 void setString(java.lang.String s, int i)
          Sets the string attribute of the LineMan object
 int size()
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineMan

public LineMan()
Constructor for class LineMan

Method Detail

freshVectors

public void freshVectors(int aSize,
                         int aDelta)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
aSize - No description provided
aDelta - No description provided

addElement

public void addElement(java.lang.String s)
Access method for an one to n association.

Parameters:
s - The object added.

insertElementAt

public void insertElementAt(java.lang.String s,
                            int i)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
s - No description provided
i - No description provided

removeAllElements

public void removeAllElements()
No comment provided by developer, please add a comment to improve documentation.


removeElementAt

public void removeElementAt(int i)
No comment provided by developer, please add a comment to improve documentation.

Parameters:
i - No description provided

size

public int size()
No comment provided by developer, please add a comment to improve documentation.

Returns:
No description provided

setString

public void setString(java.lang.String s,
                      int i)
Sets the string attribute of the LineMan object

Parameters:
s - The new string value
i - The new string value

getString

public java.lang.String getString(int i)
Get the string attribute of the LineMan object

Parameters:
i - No description provided
Returns:
The string value

getLineInfo

public LineInfo getLineInfo(int i)
Get the lineInfo attribute of the LineMan object

Parameters:
i - No description provided
Returns:
The lineInfo value

setLineInfo

public void setLineInfo(LineInfo li,
                        int i)
Sets the lineInfo attribute of the LineMan object

Parameters:
li - The new lineInfo value
i - The new lineInfo value