|
|||||||||
| Home >> All >> ch >> ethz >> prose >> [ query overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
ch.ethz.prose.query
Class Tuple

java.lang.Objectch.ethz.prose.query.Tuple
- All Implemented Interfaces:
- java.io.Serializable
- public class Tuple
- extends java.lang.Object
- implements java.io.Serializable
- extends java.lang.Object
Class Tuple XXX
- Version:
- $Revision: 1.1.1.1 $
| Field Summary | |
(package private) AspectSurrogate |
aspectSurrogate
|
(package private) CrosscutSurrogate |
crosscutSurrogate
|
(package private) JoinPointRequestSurrogate |
jpSurrogate
|
| Constructor Summary | |
Tuple()
|
|
Tuple(AspectSurrogate as,
CrosscutSurrogate cs,
JoinPointRequestSurrogate js)
|
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one. |
AspectSurrogate |
getAspectSurrogate()
|
CrosscutSurrogate |
getCrosscutSurrogate()
|
JoinPointRequestSurrogate |
getRequestSurrogate()
|
int |
hashCode()
Returns a hashcode for this object. |
void |
setAspectSurrogate(AspectSurrogate as)
|
void |
setCrosscutSurrogate(CrosscutSurrogate cs)
|
void |
setRequestSurrogate(JoinPointRequestSurrogate jprs)
|
java.lang.String |
toString()
Convert this Object to a human-readable String. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
aspectSurrogate
AspectSurrogate aspectSurrogate
crosscutSurrogate
CrosscutSurrogate crosscutSurrogate
jpSurrogate
JoinPointRequestSurrogate jpSurrogate
| Constructor Detail |
Tuple
public Tuple(AspectSurrogate as, CrosscutSurrogate cs, JoinPointRequestSurrogate js)
Tuple
public Tuple()
| Method Detail |
setAspectSurrogate
public void setAspectSurrogate(AspectSurrogate as)
setCrosscutSurrogate
public void setCrosscutSurrogate(CrosscutSurrogate cs)
setRequestSurrogate
public void setRequestSurrogate(JoinPointRequestSurrogate jprs)
getRequestSurrogate
public JoinPointRequestSurrogate getRequestSurrogate()
getAspectSurrogate
public AspectSurrogate getAspectSurrogate()
getCrosscutSurrogate
public CrosscutSurrogate getCrosscutSurrogate()
toString
public java.lang.String toString()
- Description copied from class:
java.lang.Object - Convert this Object to a human-readable String.
There are no limits placed on how long this String
should be or what it should contain. We suggest you
make it as intuitive as possible to be able to place
it into System.out.println() 55
and such.
It is typical, but not required, to ensure that this method never completes abruptly with a java.lang.RuntimeException.
This method will be called when performing string concatenation with this object. If the result is
null, string concatenation will instead use"null".The default implementation returns
getClass().getName() + "@" + Integer.toHexString(hashCode()).
equals
public boolean equals(java.lang.Object obj)
- Indicates whether some other object is "equal to" this one. The
result is
trueif and only ifobjis notnulland is a instance ofTupleand has equal contents as this object.
hashCode
public int hashCode()
- Returns a hashcode for this object.
|
|||||||||
| Home >> All >> ch >> ethz >> prose >> [ query overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
ch.ethz.prose.query.Tuple