|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BinaryRelation
Esta interfaz modela a las relaciones binarias.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface vishnu.model.algebra.Relation |
---|
Relation.Context, Relation.ContextNotSelectedException |
Method Summary | |
---|---|
Relation |
leftRelation()
Retorna la relacion de parametro de la izquierda. |
void |
leftRelation(Relation l)
Setea la relacion de parametro de la izquierda. |
Relation |
rightRelation()
Retorna la relacion de parametro de la derecha. |
void |
rightRelation(Relation r)
Setea la relacion de parametro de la derecha. |
Methods inherited from interface vishnu.model.algebra.Relation |
---|
algorithm, algorithm, hasChanged, perform, setChanged, setContext, signature |
Method Detail |
---|
Relation leftRelation()
Relation rightRelation()
void leftRelation(Relation l)
l
- - la nueva relacion izquierda.void rightRelation(Relation r)
r
- - la nueva relacion derecha.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |