Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
Interaction |
ModuleDefinition.createInteraction(String displayId,
Set<URI> types)
Creates a child interaction for this module definition with
the given arguments, and then adds to this module definition's list of interactions.
|
Interaction |
ModuleDefinition.createInteraction(String displayId,
URI type)
Creates a child interaction for this module definition with
the given arguments, and then adds to this module definition's list of interactions.
|
Interaction |
ModuleDefinition.getInteraction(String displayId)
Returns the interaction matching the given interaction's identity URI from the
list of interactions.
|
Interaction |
ModuleDefinition.getInteraction(URI interactionURI)
Returns the instance matching the given Interaction URI from the list of
Interaction instances.
|
Modifier and Type | Method and Description |
---|---|
Set<Interaction> |
ModuleDefinition.getInteractions()
Returns the set of interactions owned by this module definition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ModuleDefinition.removeInteraction(Interaction interaction)
Removes the given interaction from the list of interactions.
|
Copyright © 2017. All rights reserved.