Interface SchemaAction
-
public interface SchemaAction- Author:
- Luca Frosini (ISTI - CNR)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <E extends EntityElement>
voidmanageEntityClass(Class<E> e)<P extends PropertyElement>
voidmanagePropertyClass(Class<P> p)<R extends RelationElement<? extends EntityElement,? extends EntityElement>>
voidmanageRelationClass(Class<R> r)
-
-
-
Method Detail
-
managePropertyClass
<P extends PropertyElement> void managePropertyClass(Class<P> p) throws Exception
- Throws:
Exception
-
manageEntityClass
<E extends EntityElement> void manageEntityClass(Class<E> e) throws Exception
- Throws:
Exception
-
manageRelationClass
<R extends RelationElement<? extends EntityElement,? extends EntityElement>> void manageRelationClass(Class<R> r) throws Exception
- Throws:
Exception
-
-