|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractElementsFactory
Interface to object creation.
Method Summary | |
---|---|
Entity |
createEntity(java.lang.String entityName)
Creates a new entity with the specified name. |
Relation |
createRelation(Relation.TypesOfRelation type,
Entity caller,
Entity called)
Creates a new Relation . |
Method Detail |
---|
Entity createEntity(java.lang.String entityName)
entityName
- the name of the entity.
Relation createRelation(Relation.TypesOfRelation type, Entity caller, Entity called)
Relation
.
type
- the type of the relation.caller
- the caller of the relation.called
- the called of the relation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |