|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnaryRelation
Esta interfaz modela las relaciones unarias del algebra relacional.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface vishnu.model.algebra.Relation |
---|
Relation.Context, Relation.ContextNotSelectedException |
Method Summary | |
---|---|
java.lang.Object |
clone()
Clona la relacion. |
Relation |
relation()
Devuelve la relacion de interior. |
void |
relation(Relation inner)
Setea la relacion interior. |
Methods inherited from interface vishnu.model.algebra.Relation |
---|
algorithm, algorithm, hasChanged, perform, setChanged, setContext, signature |
Method Detail |
---|
Relation relation()
void relation(Relation inner)
inner
- - la nueva realcion interior.java.lang.Object clone()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |