|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.chaperon.model.pattern.Pattern
net.sourceforge.chaperon.model.pattern.PatternList
public abstract class PatternList
This class represents a abstract list of pattern.
Constructor Summary | |
---|---|
PatternList()
|
Method Summary | |
---|---|
void |
addPattern(Pattern element)
Adds a pattern to this list |
Pattern |
getPattern(int index)
Returns a pattern given by an index. |
int |
getPatternCount()
Return the count of pattern in this list. |
Methods inherited from class net.sourceforge.chaperon.model.pattern.Pattern |
---|
clone, getLocation, getMaxOccurs, getMinOccurs, setLocation, setMaxOccurs, setMinOccurs, validate |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternList()
Method Detail |
---|
public void addPattern(Pattern element)
element
- Pattern.public Pattern getPattern(int index)
index
- Index of the pattern
public int getPatternCount()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |