org.eaglei.model
Interface EIOntModel.Visitor
- Enclosing interface:
- EIOntModel
public static interface EIOntModel.Visitor
Interface passed into a call to traverseDataModel.
A Visitor implementation will receive a callback for
every class and property in the eagle-i data model.
The stack parameter describes the semantic
relationship of the class or property to a root resource.
|
Method Summary |
void |
visit(EIClass c,
java.util.Deque<java.lang.String> stack)
|
void |
visit(EIProperty p,
java.util.Deque<java.lang.String> stack)
|
visit
void visit(EIClass c,
java.util.Deque<java.lang.String> stack)
visit
void visit(EIProperty p,
java.util.Deque<java.lang.String> stack)
Copyright © 2009-2010 Eagle-I. All Rights Reserved.