|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.inb.biomoby.shared.message.AbstractMobyElement org.inb.biomoby.shared.message.AbstractMobyObject org.inb.biomoby.shared.message.MobyObject org.inb.biomoby.shared.ontology.Interaction
public class Interaction
Constructor Summary | |
---|---|
Interaction()
|
Method Summary | |
---|---|
void |
addParticipant(Interactor participant)
|
MobyObject |
getMethod()
|
List<? extends Interactor> |
getParticipant()
|
MobyString |
getResult()
|
MobyString |
getResultUnits()
|
void |
setMethod(MobyObject method)
|
void |
setResult(MobyString result)
|
void |
setResultUnits(MobyString resultUnits)
|
Methods inherited from class org.inb.biomoby.shared.message.MobyObject |
---|
getAttributes, getCrossReference, putAttribute, removeAttribute, removeCrossReference, setCrossReference, toString |
Methods inherited from class org.inb.biomoby.shared.message.AbstractMobyObject |
---|
getMobyId, getNamespace, setMobyId, setNamespace |
Methods inherited from class org.inb.biomoby.shared.message.AbstractMobyElement |
---|
getArticleName, setArticleName |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Interaction()
Method Detail |
---|
public List<? extends Interactor> getParticipant()
public void addParticipant(Interactor participant)
public MobyObject getMethod()
public void setMethod(MobyObject method)
public MobyString getResultUnits()
public void setResultUnits(MobyString resultUnits)
public MobyString getResult()
public void setResult(MobyString result)
|
Version: 1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |