public class EntityVisitor extends Object
EntityDefinition
s.Constructor and Description |
---|
EntityVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
accept(ChildEntityDefinition ced)
Apply the visitor on a child entity definition.
|
void |
accept(EntityDefinition ed)
Apply the visitor on an entity definition.
|
void |
accept(PropertyEntityDefinition ped)
Apply the visitor on a property entity definition.
|
void |
accept(TypeEntityDefinition ted)
Apply the visitor on a type entity definition.
|
protected boolean |
visit(ChildEntityDefinition ced)
Visit a child entity definition.
|
protected boolean |
visit(PropertyEntityDefinition ped)
Visit a property entity definition.
|
protected boolean |
visit(TypeEntityDefinition ted)
Visit a type entity definition.
|
public void accept(EntityDefinition ed)
ed
- the entity definitionpublic void accept(TypeEntityDefinition ted)
ted
- the type entity definitionpublic void accept(PropertyEntityDefinition ped)
ped
- the property entity definitionpublic void accept(ChildEntityDefinition ced)
ced
- the child entity definitionprotected boolean visit(PropertyEntityDefinition ped)
ped
- the property entity definitionprotected boolean visit(ChildEntityDefinition ced)
ced
- the child entity definitionprotected boolean visit(TypeEntityDefinition ted)
ted
- the type entity definitionBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a