Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
Participation |
Interaction.createParticipation(String displayId,
String participantId,
Set<URI> roles)
Creates a child participation for this interaction with the given arguments, and then adds to this interaction's
list of participations.
|
Participation |
Interaction.createParticipation(String displayId,
String participantId,
URI role)
Creates a child participation for this interaction with the given arguments,
and then adds to this interaction's list of participations.
|
Participation |
Interaction.createParticipation(String displayId,
URI participant,
Set<URI> roles)
Creates a child participation for this interaction with the given arguments,
and then adds to this interaction's list of participations.
|
Participation |
Interaction.createParticipation(String displayId,
URI participant,
URI role)
Creates a child participation for this interaction with the given arguments, and then adds to its list of participations.
|
Participation |
Interaction.getParticipation(String displayId)
Returns the participation matching the given display ID from
this interaction's list of participations.
|
Participation |
Interaction.getParticipation(URI participationURI)
Returns the participation matching the given participation URI from this
interaction's list of participations.
|
Modifier and Type | Method and Description |
---|---|
Set<Participation> |
Interaction.getParticipations()
Returns the set of participations owned by this
interaction.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Interaction.removeParticipation(Participation participation)
Removes the given participation from this interaction's list of participations.
|
Copyright © 2017. All rights reserved.