|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.basic.BasicIncrement
Implementation of the BasicIncrement interface.
0..1 Assoc 0..1 ------ BasicIncrement ---------------------------------| ID | UMLProject objectHashTable refProject ------
Field Summary | |
private static de.upb.tools.fca.FHashMap |
classInfos
Cache the class information for speedup reasons. |
private java.lang.StringBuffer |
data
No comment provided by developer, please add a comment to improve documentation. |
protected static boolean |
dontUseAccessMethodsInThisClass
No comment provided by developer, please add a comment to improve documentation. |
private static java.lang.StringBuffer |
fieldNameStringBuffer
No comment provided by developer, please add a comment to improve documentation. |
private static de.upb.tools.fca.FHashMap |
fieldWriteMethods
No comment provided by developer, please add a comment to improve documentation. |
private boolean |
generated
This attribute is set to true by the analyze engines in their newly generated incrs. |
private java.lang.String |
ID
No comment provided by developer, please add a comment to improve documentation. |
private static org.apache.log4j.Logger |
log
log4j logging |
private static java.lang.StringBuffer |
uniqueID
It is important that every Object has an unique identifier. |
Constructor Summary | |
BasicIncrement()
Default constructor for BasicIncrement |
Method Summary | |
private void |
addElem(java.lang.Object fieldObject,
java.lang.Object arg,
java.lang.reflect.Field currentField)
Access method for an one to n association. |
private void |
addToAddSetMethods(java.lang.reflect.Method newMethod,
de.upb.tools.fca.FHashMap map)
Access method for an one to n association. |
private void |
addToFieldWriteMethods(java.lang.Class c,
java.lang.reflect.Field f,
java.lang.reflect.Method m)
Access method for an one to n association. |
private void |
callReadFromStringBuffer(java.lang.Object fieldObject,
java.lang.reflect.Field currentField,
java.util.Hashtable objects,
de.upb.tools.fca.FDuplicatedTreeMap attributes,
de.upb.tools.fca.FHashMap methodMap)
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.Object |
callReadFromStringTokenizer(java.lang.Object fieldObject,
java.util.StringTokenizer myToken,
java.lang.reflect.Field currentField,
java.util.Hashtable objects,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
No comment provided by developer, please add a comment to improve documentation. |
private void |
callWriteToStringBuffer(java.lang.Object fieldObject,
java.lang.reflect.Field currentField,
de.upb.tools.fca.FTreeSet setOfNeighbours)
used by writeAttributes to call stringBuffer functions |
private boolean |
checkObjectsAttribValues()
No comment provided by developer, please add a comment to improve documentation. |
private boolean |
checkStatic(java.lang.reflect.Field currentField)
check if the currentField is a static field |
private boolean |
checkStaticTransient(java.lang.reflect.Field currentField)
check if the currentField is a static field |
int |
compareTo(java.lang.Object obj)
method from Compareble |
private java.util.Enumeration |
getAddSetMethods(java.lang.String addMethod,
de.upb.tools.fca.FHashMap methodMap)
Get the addSetMethods attribute of the BasicIncrement object |
private java.util.Vector |
getClassFromCache(java.lang.Class clazz)
Returns a vector: first is the attribute list and second is the access method hash map |
private static java.lang.String |
getCorrectFieldName(java.util.Map map,
java.lang.reflect.Field field,
java.lang.String fieldSuffix)
For backward compatibility: returns either the full qualified fieldname (declaringClass::fieldName) if it is a key in the map or the normal fieldname otherwise. |
private java.lang.reflect.Method |
getFromFieldWriteMethods(java.lang.Class c,
java.lang.reflect.Field f)
Get the fromFieldWriteMethods attribute of the BasicIncrement object |
java.lang.String |
getID()
Get the iD attribute of the BasicIncrement object |
private java.lang.String |
getMethodName(java.lang.String prefix,
java.lang.String attribName)
Get the methodName attribute of the BasicIncrement object |
private static java.lang.String |
getQualifiedFieldName(java.lang.reflect.Field field)
Get the qualifiedFieldName attribute of the BasicIncrement class |
static java.lang.String |
getUniqueID()
Get the uniqueID attribute of the BasicIncrement class |
protected static java.lang.String |
getUniqueID(boolean increment)
Get the uniqueID attribute of the BasicIncrement class |
boolean |
isGenerated()
Get the generated attribute of the BasicIncrement object |
static boolean |
lessUniqueId(java.lang.String first,
java.lang.String second)
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.reflect.Method |
nextAddMethod(java.util.Enumeration addMethods)
No comment provided by developer, please add a comment to improve documentation. |
private void |
putElements(java.lang.reflect.Field currentField,
java.lang.Object fieldObject,
java.util.Hashtable objects,
de.upb.tools.fca.FDuplicatedTreeMap attributes,
de.upb.tools.fca.FHashMap methodMap)
insert an element from the tokenizer in the given fieldObject |
void |
readAttributes(java.util.Hashtable objects,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
wrapper for |
void |
readAttributes(java.util.Hashtable objects,
de.upb.tools.fca.FDuplicatedTreeMap attributes,
boolean loadAll)
read attributes for current class instance from a fpr-file, only those which are not marked as transient or static |
java.lang.Object |
readFromStringTokenizer(java.util.Collection defaultValue,
java.util.StringTokenizer lineTok,
java.util.Hashtable objects,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
No comment provided by developer, please add a comment to improve documentation. |
BasicIncrement |
readFromStringTokenizer(de.upb.tools.fca.FLinkedList defaultValue,
java.util.StringTokenizer lineTok,
java.util.Hashtable objects)
No comment provided by developer, please add a comment to improve documentation. |
KeyValuePair |
readFromStringTokenizer(de.upb.tools.fca.FTreeMap defaultValue,
java.util.StringTokenizer lineTok,
java.util.Hashtable objects)
No comment provided by developer, please add a comment to improve documentation. |
BasicIncrement |
readFromStringTokenizer(de.upb.tools.fca.FTreeSet defaultValue,
java.util.StringTokenizer lineTok,
java.util.Hashtable objects)
No comment provided by developer, please add a comment to improve documentation. |
KeyValuePair |
readFromStringTokenizer(java.util.Map defaultValue,
java.util.StringTokenizer lineTok,
java.util.Hashtable objects)
No comment provided by developer, please add a comment to improve documentation. |
BasicIncrement |
readFromStringTokenizer(java.lang.String decl,
BasicIncrement defaultValue,
java.util.Hashtable objects,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
readFromStringTokenizer(java.lang.String decl,
boolean defaultValue,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
No comment provided by developer, please add a comment to improve documentation. |
byte |
readFromStringTokenizer(java.lang.String decl,
byte defaultValue,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
No comment provided by developer, please add a comment to improve documentation. |
double |
readFromStringTokenizer(java.lang.String decl,
double defaultValue,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
No comment provided by developer, please add a comment to improve documentation. |
float |
readFromStringTokenizer(java.lang.String decl,
float defaultValue,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
No comment provided by developer, please add a comment to improve documentation. |
int |
readFromStringTokenizer(java.lang.String decl,
int defaultValue,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
No comment provided by developer, please add a comment to improve documentation. |
long |
readFromStringTokenizer(java.lang.String decl,
long defaultValue,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
No comment provided by developer, please add a comment to improve documentation. |
short |
readFromStringTokenizer(java.lang.String decl,
short defaultValue,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
No comment provided by developer, please add a comment to improve documentation. |
java.lang.String |
readFromStringTokenizer(java.lang.String decl,
java.lang.String defaultValue,
de.upb.tools.fca.FDuplicatedTreeMap attributes)
No comment provided by developer, please add a comment to improve documentation. |
void |
removeYou()
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.String |
replaceEscapeSequences(java.lang.String strg)
No comment provided by developer, please add a comment to improve documentation. |
static void |
resetClassInfos()
No comment provided by developer, please add a comment to improve documentation. |
static void |
resetFieldWriteMethods()
No comment provided by developer, please add a comment to improve documentation. |
private java.lang.String |
restoreEscapeSequences(java.lang.String strg)
No comment provided by developer, please add a comment to improve documentation. |
void |
setAttribValue(java.util.StringTokenizer value)
Wrapper for |
void |
setAttribValue(java.util.StringTokenizer value,
java.util.Hashtable objects)
sets the value of an attrib. |
void |
setGenerated(boolean value)
Sets the generated attribute of the BasicIncrement object |
java.lang.String |
setID(java.lang.String ID)
Access method for directly setting the ID, for use with loading the project, to keep the IDs used the last time. |
protected static void |
setUniqueId(java.lang.StringBuffer newUniqueID)
Sets the uniqueId attribute of the BasicIncrement class |
private void |
setValue(java.lang.reflect.Field currentField,
java.lang.Object fieldObject,
java.util.Hashtable objects,
de.upb.tools.fca.FDuplicatedTreeMap attributes,
de.upb.tools.fca.FHashMap methodMap)
Sets the value attribute of the BasicIncrement object |
void |
writeAttributes(java.lang.StringBuffer data,
de.upb.tools.fca.FTreeSet setOfNeighbours)
save attributes of current class object, only those which are not marked static or transient. |
void |
writeClassToStringBuffer(java.lang.StringBuffer data,
de.upb.tools.fca.FTreeSet allIncrements)
No comment provided by developer, please add a comment to improve documentation. |
void |
writeClassToStringBuffer(java.lang.StringBuffer data,
de.upb.tools.fca.FTreeSet allIncrements,
GXLFilter tmp)
No comment provided by developer, please add a comment to improve documentation. |
void |
writeToStringBuffer(java.lang.String decl,
BasicIncrement incr,
de.upb.tools.fca.FTreeSet setOfNeighbours)
No comment provided by developer, please add a comment to improve documentation. |
void |
writeToStringBuffer(java.lang.String decl,
BasicIncrement incr,
java.lang.String text,
de.upb.tools.fca.FTreeSet setOfNeighbours)
No comment provided by developer, please add a comment to improve documentation. |
void |
writeToStringBuffer(java.lang.String decl,
boolean value)
Save boolean attribute. |
void |
writeToStringBuffer(java.lang.String decl,
byte value)
Save int attribute. |
void |
writeToStringBuffer(java.lang.String decl,
java.util.Collection collection,
de.upb.tools.fca.FTreeSet setOfNeighbours)
Method handles saving of collection containers like Vector or HashSet from the Java Foundation classes. |
void |
writeToStringBuffer(java.lang.String decl,
double value)
Save double attribute. |
void |
writeToStringBuffer(java.lang.String decl,
java.util.Enumeration enumeration,
de.upb.tools.fca.FTreeSet setOfNeighbours)
No comment provided by developer, please add a comment to improve documentation. |
void |
writeToStringBuffer(java.lang.String decl,
float value)
Save float attribute. |
void |
writeToStringBuffer(java.lang.String decl,
int value)
Save int attribute. |
void |
writeToStringBuffer(java.lang.String decl,
java.util.Iterator iter,
de.upb.tools.fca.FTreeSet setOfNeighbours)
This method handles the iterator returned by several methods of the container classes in the Java Foundation classes. |
void |
writeToStringBuffer(java.lang.String decl,
long value)
Save long attribute. |
void |
writeToStringBuffer(java.lang.String decl,
java.lang.Long value,
java.lang.String text,
de.upb.tools.fca.FTreeSet setOfNeighbours)
No comment provided by developer, please add a comment to improve documentation. |
void |
writeToStringBuffer(java.lang.String decl,
java.util.Map map,
de.upb.tools.fca.FTreeSet setOfNeighbours)
Method handles saving of map containers like HashMap or Hashtable from the Java Foundation classes. |
void |
writeToStringBuffer(java.lang.String decl,
java.awt.Point point,
java.lang.String text,
de.upb.tools.fca.FTreeSet setOfNeighbours)
Write a Point to the fpr file |
void |
writeToStringBuffer(java.lang.String decl,
java.lang.String strg)
Save String Attribute. |
void |
writeToStringBuffer(java.lang.String decl,
java.lang.String value,
java.lang.String text,
de.upb.tools.fca.FTreeSet setOfNeighbours)
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 |
Field Detail |
private static final transient org.apache.log4j.Logger log
private boolean generated
private transient java.lang.String ID
private static transient java.lang.StringBuffer uniqueID
protected static transient boolean dontUseAccessMethodsInThisClass
private static transient de.upb.tools.fca.FHashMap classInfos
private transient java.lang.StringBuffer data
private static transient java.lang.StringBuffer fieldNameStringBuffer
private static transient de.upb.tools.fca.FHashMap fieldWriteMethods
Constructor Detail |
public BasicIncrement()
Method Detail |
public void setGenerated(boolean value)
value
- The new generated valuepublic boolean isGenerated()
public void setAttribValue(java.util.StringTokenizer value)
value
- the tokenizer representing the valuepublic void setAttribValue(java.util.StringTokenizer value, java.util.Hashtable objects)
value
- the tokenizer representing the valueobjects
- The new attribValue valueto ommit the objects parameter
public java.lang.String getID()
getID
in interface UniqueIdentifier
public java.lang.String setID(java.lang.String ID)
ID
- the new value for ID to be set.
protected static void setUniqueId(java.lang.StringBuffer newUniqueID)
newUniqueID
- The new uniqueId valueprotected static java.lang.String getUniqueID(boolean increment)
increment
- No description provided
public static java.lang.String getUniqueID()
public static boolean lessUniqueId(java.lang.String first, java.lang.String second)
first
- No description providedsecond
- No description provided
public int compareTo(java.lang.Object obj)
compareTo
in interface java.lang.Comparable
obj
- No description provided
public static void resetClassInfos()
private java.util.Vector getClassFromCache(java.lang.Class clazz)
clazz
- No description provided
private final void addToAddSetMethods(java.lang.reflect.Method newMethod, de.upb.tools.fca.FHashMap map)
newMethod
- The object added.map
- The object added.public void writeAttributes(java.lang.StringBuffer data, de.upb.tools.fca.FTreeSet setOfNeighbours)
data
- No description providedsetOfNeighbours
- No description providedprivate boolean checkStatic(java.lang.reflect.Field currentField)
currentField
- No description provided
private boolean checkStaticTransient(java.lang.reflect.Field currentField)
currentField
- No description provided
private void callWriteToStringBuffer(java.lang.Object fieldObject, java.lang.reflect.Field currentField, de.upb.tools.fca.FTreeSet setOfNeighbours)
fieldObject
- the attrib to be saved.currentField
- the field description of the attrib.setOfNeighbours
- to be saved incrs are inserted here and are saved laterpublic void readAttributes(java.util.Hashtable objects, de.upb.tools.fca.FDuplicatedTreeMap attributes)
objects
- No description providedattributes
- No description providedreadAttributes(Hashtable, FDuplicatedTreeMap, boolean)
private static java.lang.String getQualifiedFieldName(java.lang.reflect.Field field)
field
- No description provided
private static java.lang.String getCorrectFieldName(java.util.Map map, java.lang.reflect.Field field, java.lang.String fieldSuffix)
map
- No description providedfield
- No description providedfieldSuffix
- No description provided
public void readAttributes(java.util.Hashtable objects, de.upb.tools.fca.FDuplicatedTreeMap attributes, boolean loadAll)
objects
- No description providedattributes
- No description providedloadAll
- No description providedprivate void callReadFromStringBuffer(java.lang.Object fieldObject, java.lang.reflect.Field currentField, java.util.Hashtable objects, de.upb.tools.fca.FDuplicatedTreeMap attributes, de.upb.tools.fca.FHashMap methodMap) throws java.lang.IllegalAccessException
fieldObject
- No description providedcurrentField
- No description providedobjects
- No description providedattributes
- No description providedmethodMap
- No description provided
java.lang.IllegalAccessException
- Exception description not providedprivate final void setValue(java.lang.reflect.Field currentField, java.lang.Object fieldObject, java.util.Hashtable objects, de.upb.tools.fca.FDuplicatedTreeMap attributes, de.upb.tools.fca.FHashMap methodMap)
currentField
- The new value valuefieldObject
- The new value valueobjects
- The new value valueattributes
- The new value valuemethodMap
- The new value valueprivate final java.lang.String getMethodName(java.lang.String prefix, java.lang.String attribName)
prefix
- No description providedattribName
- No description provided
private final java.util.Enumeration getAddSetMethods(java.lang.String addMethod, de.upb.tools.fca.FHashMap methodMap)
addMethod
- No description providedmethodMap
- No description provided
private final java.lang.reflect.Method nextAddMethod(java.util.Enumeration addMethods)
addMethods
- No description provided
private final java.lang.Object callReadFromStringTokenizer(java.lang.Object fieldObject, java.util.StringTokenizer myToken, java.lang.reflect.Field currentField, java.util.Hashtable objects, de.upb.tools.fca.FDuplicatedTreeMap attributes)
fieldObject
- No description providedmyToken
- No description providedcurrentField
- No description providedobjects
- No description providedattributes
- No description provided
private void addToFieldWriteMethods(java.lang.Class c, java.lang.reflect.Field f, java.lang.reflect.Method m)
c
- The object added.f
- The object added.m
- The object added.private java.lang.reflect.Method getFromFieldWriteMethods(java.lang.Class c, java.lang.reflect.Field f)
c
- No description providedf
- No description provided
public static void resetFieldWriteMethods()
private final void putElements(java.lang.reflect.Field currentField, java.lang.Object fieldObject, java.util.Hashtable objects, de.upb.tools.fca.FDuplicatedTreeMap attributes, de.upb.tools.fca.FHashMap methodMap) throws java.lang.IllegalAccessException
currentField
- No description providedfieldObject
- No description providedobjects
- No description providedattributes
- No description providedmethodMap
- No description provided
java.lang.IllegalAccessException
- Exception description not providedprivate void addElem(java.lang.Object fieldObject, java.lang.Object arg, java.lang.reflect.Field currentField)
fieldObject
- The object added.arg
- The object added.currentField
- The object added.public final void writeClassToStringBuffer(java.lang.StringBuffer data, de.upb.tools.fca.FTreeSet allIncrements)
data
- No description providedallIncrements
- No description providedpublic final void writeClassToStringBuffer(java.lang.StringBuffer data, de.upb.tools.fca.FTreeSet allIncrements, GXLFilter tmp) throws java.io.IOException
data
- No description providedallIncrements
- No description providedtmp
- No description provided
java.io.IOException
- Exception description not providedprivate boolean checkObjectsAttribValues()
public final void writeToStringBuffer(java.lang.String decl, float value)
decl
- No description providedvalue
- No description providedpublic final void writeToStringBuffer(java.lang.String decl, double value)
decl
- No description providedvalue
- No description providedpublic final void writeToStringBuffer(java.lang.String decl, byte value)
decl
- No description providedvalue
- No description providedpublic final void writeToStringBuffer(java.lang.String decl, int value)
decl
- No description providedvalue
- No description providedpublic final void writeToStringBuffer(java.lang.String decl, long value)
decl
- No description providedvalue
- No description providedpublic final void writeToStringBuffer(java.lang.String decl, boolean value)
decl
- No description providedvalue
- No description providedprivate final java.lang.String replaceEscapeSequences(java.lang.String strg)
strg
- No description provided
private final java.lang.String restoreEscapeSequences(java.lang.String strg)
strg
- No description provided
public final void writeToStringBuffer(java.lang.String decl, java.lang.String strg)
decl
- No description providedstrg
- No description providedpublic final void writeToStringBuffer(java.lang.String decl, BasicIncrement incr, de.upb.tools.fca.FTreeSet setOfNeighbours)
decl
- No description providedincr
- No description providedsetOfNeighbours
- No description providedpublic final void writeToStringBuffer(java.lang.String decl, BasicIncrement incr, java.lang.String text, de.upb.tools.fca.FTreeSet setOfNeighbours)
decl
- No description providedincr
- No description providedtext
- No description providedsetOfNeighbours
- No description providedpublic final void writeToStringBuffer(java.lang.String decl, java.awt.Point point, java.lang.String text, de.upb.tools.fca.FTreeSet setOfNeighbours)
decl
- field declarationpoint
- point to write to filetext
- appended textsetOfNeighbours
- neighbors (not used)public final void writeToStringBuffer(java.lang.String decl, java.lang.String value, java.lang.String text, de.upb.tools.fca.FTreeSet setOfNeighbours)
decl
- No description providedvalue
- No description providedtext
- No description providedsetOfNeighbours
- No description providedpublic final void writeToStringBuffer(java.lang.String decl, java.lang.Long value, java.lang.String text, de.upb.tools.fca.FTreeSet setOfNeighbours)
decl
- No description providedvalue
- No description providedtext
- No description providedsetOfNeighbours
- No description providedpublic final void writeToStringBuffer(java.lang.String decl, java.util.Enumeration enumeration, de.upb.tools.fca.FTreeSet setOfNeighbours)
decl
- No description providedenumeration
- No description providedsetOfNeighbours
- No description providedpublic final void writeToStringBuffer(java.lang.String decl, java.util.Collection collection, de.upb.tools.fca.FTreeSet setOfNeighbours)
decl
- the name of the attributecollection
- the default value (only needed to use overload mechanism when
calling the writeTo... methods)setOfNeighbours
- incr referred by this incr and attrib are entered here.public final void writeToStringBuffer(java.lang.String decl, java.util.Map map, de.upb.tools.fca.FTreeSet setOfNeighbours)
decl
- the name of the attributemap
- the value which should be savedsetOfNeighbours
- incr referred by this incr and attrib are entered here.public final void writeToStringBuffer(java.lang.String decl, java.util.Iterator iter, de.upb.tools.fca.FTreeSet setOfNeighbours)
decl
- the name of the container attribute the iterator belongs to.iter
- the iterator.setOfNeighbours
- incr referred by this incr and attrib are entered here.public final java.lang.String readFromStringTokenizer(java.lang.String decl, java.lang.String defaultValue, de.upb.tools.fca.FDuplicatedTreeMap attributes)
decl
- No description provideddefaultValue
- No description providedattributes
- No description provided
public final int readFromStringTokenizer(java.lang.String decl, int defaultValue, de.upb.tools.fca.FDuplicatedTreeMap attributes)
decl
- No description provideddefaultValue
- No description providedattributes
- No description provided
public final long readFromStringTokenizer(java.lang.String decl, long defaultValue, de.upb.tools.fca.FDuplicatedTreeMap attributes)
decl
- No description provideddefaultValue
- No description providedattributes
- No description provided
public final byte readFromStringTokenizer(java.lang.String decl, byte defaultValue, de.upb.tools.fca.FDuplicatedTreeMap attributes)
decl
- No description provideddefaultValue
- No description providedattributes
- No description provided
public final float readFromStringTokenizer(java.lang.String decl, float defaultValue, de.upb.tools.fca.FDuplicatedTreeMap attributes)
decl
- No description provideddefaultValue
- No description providedattributes
- No description provided
public final short readFromStringTokenizer(java.lang.String decl, short defaultValue, de.upb.tools.fca.FDuplicatedTreeMap attributes)
decl
- No description provideddefaultValue
- No description providedattributes
- No description provided
public final double readFromStringTokenizer(java.lang.String decl, double defaultValue, de.upb.tools.fca.FDuplicatedTreeMap attributes)
decl
- No description provideddefaultValue
- No description providedattributes
- No description provided
public final boolean readFromStringTokenizer(java.lang.String decl, boolean defaultValue, de.upb.tools.fca.FDuplicatedTreeMap attributes)
decl
- No description provideddefaultValue
- No description providedattributes
- No description provided
public final BasicIncrement readFromStringTokenizer(java.lang.String decl, BasicIncrement defaultValue, java.util.Hashtable objects, de.upb.tools.fca.FDuplicatedTreeMap attributes)
decl
- No description provideddefaultValue
- No description providedobjects
- No description providedattributes
- No description provided
public final BasicIncrement readFromStringTokenizer(de.upb.tools.fca.FLinkedList defaultValue, java.util.StringTokenizer lineTok, java.util.Hashtable objects)
defaultValue
- No description providedlineTok
- No description providedobjects
- No description provided
public final BasicIncrement readFromStringTokenizer(de.upb.tools.fca.FTreeSet defaultValue, java.util.StringTokenizer lineTok, java.util.Hashtable objects)
defaultValue
- No description providedlineTok
- No description providedobjects
- No description provided
public final java.lang.Object readFromStringTokenizer(java.util.Collection defaultValue, java.util.StringTokenizer lineTok, java.util.Hashtable objects, de.upb.tools.fca.FDuplicatedTreeMap attributes)
defaultValue
- No description providedlineTok
- No description providedobjects
- No description providedattributes
- No description provided
public final KeyValuePair readFromStringTokenizer(java.util.Map defaultValue, java.util.StringTokenizer lineTok, java.util.Hashtable objects)
defaultValue
- No description providedlineTok
- No description providedobjects
- No description provided
public final KeyValuePair readFromStringTokenizer(de.upb.tools.fca.FTreeMap defaultValue, java.util.StringTokenizer lineTok, java.util.Hashtable objects)
defaultValue
- No description providedlineTok
- No description providedobjects
- No description provided
public void removeYou()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |