|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.chaperon.model.extended.Pattern
net.sourceforge.chaperon.model.extended.PatternList
net.sourceforge.chaperon.model.extended.Sequence
public class Sequence
This class represents a sequence of pattern.
Field Summary |
---|
Fields inherited from class net.sourceforge.chaperon.model.extended.Pattern |
---|
index |
Constructor Summary | |
---|---|
Sequence()
Create a pattern for a sequence of pattern. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Create a clone of this pattern. |
Violations |
validate()
Validates this pattern. |
Methods inherited from class net.sourceforge.chaperon.model.extended.PatternList |
---|
addPattern, contains, contains, getAllPattern, getLimits, getPattern, getPattern, getPatternAsArray, getPatternCount, getSymbol, toString, toString, update |
Methods inherited from class net.sourceforge.chaperon.model.extended.Pattern |
---|
addAscendingSuccessor, addDescendingSuccessor, addFirstPattern, addLastPattern, addSuccessor, getAncestors, getAscendingAncestors, getAscendingSuccessors, getDefinition, getDescendingAncestors, getDescendingSuccessors, getFirstPattern, getLastPattern, getLocation, getSuccessors, hasAncestor, hasAscendingAncestor, hasAscendingSuccessor, hasDescendingAncestor, hasDescendingSuccessor, hasSuccessor, isFirstPattern, isLastPattern, isNullable, setDefinition, setLocation, setNullable |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Sequence()
Method Detail |
---|
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class Pattern
java.lang.CloneNotSupportedException
- If an exception occurs during the cloning.public Violations validate()
validate
in class Pattern
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |