Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
Association |
Activity.createAssociation(String displayId,
URI agent)
Creates a child association for this activity with the given arguments,
and then adds to this activity's list of associations.
|
Association |
Activity.getAssociation(String displayId)
Returns the association matching the given association's display ID.
|
Association |
Activity.getAssociation(URI associationURI)
Returns the instance matching the given association's identity URI.
|
Modifier and Type | Method and Description |
---|---|
Set<Association> |
Activity.getAssociations()
Returns the set of associations owned by this activity.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Activity.removeAssociation(Association association)
Removes the given association from the list of associations.
|