|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PatternClass | |
---|---|
org.patterncoder.pattern | |
org.patterncoder.source |
Uses of PatternClass in org.patterncoder.pattern |
---|
Methods in org.patterncoder.pattern that return PatternClass | |
---|---|
PatternClass |
PatternModel.getPatternComp(java.lang.Object id)
Returns the PatternClass object that is represented in the model by the supplied Object identifier. |
Methods in org.patterncoder.pattern that return types with arguments of type PatternClass | |
---|---|
java.util.HashMap<java.lang.Object,PatternClass> |
PatternModel.getComponents()
Returns a hash map containing the PatternClass objects for a pattern as created from the pattern source file. |
Method parameters in org.patterncoder.pattern with type arguments of type PatternClass | |
---|---|
void |
PatternImplementer.usePattern(java.util.HashMap<java.lang.Object,PatternClass> classes)
The usePattern method implemets a pattern into the current BlueJ project. |
Uses of PatternClass in org.patterncoder.source |
---|
Methods in org.patterncoder.source that return types with arguments of type PatternClass | |
---|---|
java.util.HashMap<java.lang.Object,PatternClass> |
PatternFileReader.getPatternComponents()
Returns a List of PatternClass objects that were generated from the source file. |
java.util.HashMap<java.lang.Object,PatternClass> |
PatternFileReaderDom.getPatternComponents()
Creates a list of PatternClass objects which have been created using the "class" data from the parsed file. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |