|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Relation | |
|---|---|
| com.sri.emo.controller | This package contains controller classes for the modelling program. |
| com.sri.emo.dbobj | |
| com.sri.emo.dbobj.model_tree | This package allows assembling of Emo nodes into a tree hierarchy where related nodes, attributes, parts, etc are loaded into this tree. |
| Uses of Relation in com.sri.emo.controller |
|---|
| Methods in com.sri.emo.controller with parameters of type Relation | |
|---|---|
void |
TreeViewVisitor.visitRelation(Relation relation)
|
| Uses of Relation in com.sri.emo.dbobj |
|---|
| Methods in com.sri.emo.dbobj that return Relation | |
|---|---|
Relation |
Relation.clone(String cloneNodeId,
String fieldname)
Deep copy fields. |
Relation |
Relation.clone(String cloneNodeId,
String fieldname,
String relType)
Deep copy fields. |
Relation[] |
Node.getDestRelations()
Get relations for which my ID is marked as destination. |
Relation[] |
Node.getSrcRelations()
Fet relations for which my ID is marked as source. |
| Uses of Relation in com.sri.emo.dbobj.model_tree |
|---|
| Methods in com.sri.emo.dbobj.model_tree with parameters of type Relation | |
|---|---|
void |
ModelVisitor.visitRelation(Relation relation)
Visits a Relation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||