|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.yale.example.AttributeParser
public class AttributeParser
Parses a file containing construction descriptions and adds the new attributes to the example set.
Field Summary | |
---|---|
private java.util.Map<java.lang.String,Attribute> |
allAttributes
Maps construction descriptions of all generated attributes (including intermediate attributes) to the attributes. |
private ExampleTable |
exampleTable
The example table to which the attributes should be added. |
static java.lang.String |
NAME_CONSTRUCTION_DESC_SEP
This string separates the name from the construction description of each attribute. |
private java.util.List<Attribute> |
newAttributes
A list of the newly generated attributes specified in the file. |
Constructor Summary | |
---|---|
AttributeParser(ExampleTable et)
|
Method Summary | |
---|---|
private Attribute |
addAttribute(Attribute a)
Adds a new attribute to the map. |
private java.util.Collection<FeatureGenerator> |
applicableGenerators()
Returns a collection of feature generators that can generate the attributes that are not yet generated. |
private boolean |
argumentsAlreadyGenerated(Attribute a)
Returns true if the example set already contains a. |
void |
generateAll(ExampleSet exampleSet)
Generates new attributes as long as it is possible. |
private static int |
getClosingBracketIndex(java.lang.String string,
int startIndex)
|
java.util.List |
getNewAttributes()
Returns a list of all parsed attributes. |
Attribute |
parse(java.lang.String string)
Parses one line. |
void |
parseAll(java.io.Reader reader)
Parses all lines. |
private Attribute |
parseAttribute(java.lang.String string)
|
private Attribute[] |
parseAttributes(java.lang.String string)
Recursively parses the string starting at the current position. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME_CONSTRUCTION_DESC_SEP
private java.util.Map<java.lang.String,Attribute> allAttributes
private java.util.List<Attribute> newAttributes
private ExampleTable exampleTable
Constructor Detail |
---|
public AttributeParser(ExampleTable et)
Method Detail |
---|
public java.util.List getNewAttributes()
public Attribute parse(java.lang.String string) throws GenerationException
GenerationException
public void parseAll(java.io.Reader reader) throws java.io.IOException, GenerationException
java.io.IOException
GenerationException
private Attribute addAttribute(Attribute a)
private static int getClosingBracketIndex(java.lang.String string, int startIndex) throws GenerationException
GenerationException
private Attribute parseAttribute(java.lang.String string) throws GenerationException
GenerationException
private Attribute[] parseAttributes(java.lang.String string) throws GenerationException
GenerationException
private java.util.Collection<FeatureGenerator> applicableGenerators() throws GenerationException
GenerationException
private boolean argumentsAlreadyGenerated(Attribute a)
public void generateAll(ExampleSet exampleSet) throws GenerationException
GenerationException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |