|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vishnu.model.algebra.AbstractBinaryRelation vishnu.model.algebra.Intersection
public class Intersection
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface vishnu.model.algebra.Relation |
---|
Relation.Context, Relation.ContextNotSelectedException |
Field Summary |
---|
Fields inherited from class vishnu.model.algebra.AbstractBinaryRelation |
---|
r, s |
Constructor Summary | |
---|---|
Intersection(Relation r,
Relation s)
Creates a new instance of Interseccion |
Method Summary | |
---|---|
protected void |
operateOn()
|
void |
perform(Relation.Context c)
Ejecuta la relacion binaria. |
java.lang.String |
toString()
|
Methods inherited from class vishnu.model.algebra.AbstractBinaryRelation |
---|
algorithm, algorithm, debugging, hasChanged, leftRelation, leftRelation, rightRelation, rightRelation, setChanged, setContext, signature |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Intersection(Relation r, Relation s)
Method Detail |
---|
public void perform(Relation.Context c)
AbstractBinaryRelation
perform
in interface Relation
perform
in class AbstractBinaryRelation
c
- - el contexto de ejecución de la relacion.protected void operateOn()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |