|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sri.emo.wizard.expressoimpl.ExpressoLink
public class ExpressoLink
Link bridge between Wizard links and Expresso Transitions.
Constructor Summary | |
---|---|
ExpressoLink()
Do not use except for Externalization. |
|
ExpressoLink(Transition t)
Construction takes an Expresso Transition as its |
Method Summary | |
---|---|
Object |
clone()
|
String |
getLink()
Provides a context-relative URL to something else. |
Transition |
getTransition()
Returns the transition for the link. |
void |
readExternal(ObjectInput in)
|
void |
writeExternal(ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressoLink()
public ExpressoLink(Transition t)
t
- the Expresso Transition.Method Detail |
---|
public Transition getTransition()
public String getLink() throws WizardException
Link
getLink
in interface Link
WizardException
- upon error for generating the link.public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
IOException
ClassNotFoundException
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |