|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.sc.seis.sod.validator.model.AbstractForm
edu.sc.seis.sod.validator.model.AbstractGenitorForm
public abstract class AbstractGenitorForm
Constructor Summary | |
---|---|
AbstractGenitorForm(int min,
int max)
|
|
AbstractGenitorForm(int min,
int max,
Form parent)
|
Method Summary | |
---|---|
void |
accept(Tourist visitor)
|
void |
copyGutsOver(AbstractGenitorForm newParent)
|
Form |
getChild()
|
boolean |
isAncestorOf(Form f,
Form root)
|
Methods inherited from class edu.sc.seis.sod.validator.model.AbstractForm |
---|
copyGutsOver, deref, getAnnotation, getDef, getForm, getMax, getMin, getNamespace, getParent, getXPath, isAncestorOf, isFromDef, setAnnotation, setMax, setMin, setNamespace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface edu.sc.seis.sod.validator.model.Form |
---|
deref, getAnnotation, getDef, getNamespace, getParent, getXPath, isAncestorOf, isFromDef |
Methods inherited from interface edu.sc.seis.sod.validator.model.FormProvider |
---|
copyWithNewParent, getForm, getMax, getMin, setAnnotation, setMax, setMin |
Constructor Detail |
---|
public AbstractGenitorForm(int min, int max)
public AbstractGenitorForm(int min, int max, Form parent)
Method Detail |
---|
public boolean isAncestorOf(Form f, Form root)
isAncestorOf
in interface Form
isAncestorOf
in class AbstractForm
public Form getChild()
getChild
in interface GenitorForm
public void accept(Tourist visitor)
accept
in interface Form
public void copyGutsOver(AbstractGenitorForm newParent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |