|
||||||||
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
net.sourceforge.chaperon.model.pattern.Alternation
public class Alternation
This class describes a alternation of pattern.
Constructor Summary | |
---|---|
Alternation()
Create a pattern for alternation of pattern. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Create a clone of this pattern. |
java.lang.String |
toString()
Create a clone of this pattern. |
Violations |
validate()
Validates this pattern. |
Methods inherited from class net.sourceforge.chaperon.model.pattern.PatternList |
---|
addPattern, getPattern, getPatternCount |
Methods inherited from class net.sourceforge.chaperon.model.pattern.Pattern |
---|
getLocation, getMaxOccurs, getMinOccurs, setLocation, setMaxOccurs, setMinOccurs |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Alternation()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
java.lang.CloneNotSupportedException
- If an exception occurs during the cloning.public java.lang.Object clone()
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 |