public class STMagic extends java.lang.Object implements STClass1, STInterface
| Modifier and Type | Class and Description |
|---|---|
static class |
STMagic.MethodCallEvaluation |
| Modifier and Type | Field and Description |
|---|---|
static SodaTest |
st |
java.lang.String |
str |
| Constructor and Description |
|---|
STMagic() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
returnSomething()
needed for STInterface test
|
java.lang.Object[] |
store() |
void |
testExecuteAnyNode()
Magic:
Execute any node in the query graph.
|
void |
testInterface()
Magic:
Querying for an implemented Interface.
|
void |
testMultiClass()
Magic:
Query for multiple classes.
|
void |
testUnconstrainedClass()
Magic:
Query for all objects with a known attribute,
independant of the class or even if you don't
know the class.
|
java.lang.String |
toString() |
public static transient SodaTest st
public java.lang.String str
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object returnSomething()
returnSomething in interface STInterfacepublic void testUnconstrainedClass()
public void testMultiClass()
public void testExecuteAnyNode()
public void testInterface()