| Package | Description |
|---|---|
| org.sbolstandard.core2 |
| Modifier and Type | Method and Description |
|---|---|
FunctionalComponent |
ModuleDefinition.createFunctionalComponent(String displayId,
AccessType access,
String definitionId,
DirectionType direction)
Creates a child functional component for this module definition with the given arguments,
and then adds to this module definition's list of functional components.
|
FunctionalComponent |
ModuleDefinition.createFunctionalComponent(String displayId,
AccessType access,
String definitionId,
String version,
DirectionType direction)
Creates a child functional component for this module definition with the given arguments,
and then adds to this module definition's list of functional components.
|
FunctionalComponent |
ModuleDefinition.createFunctionalComponent(String displayId,
AccessType access,
URI definitionURI,
DirectionType direction)
Creates a child functional component for this module definition with the given arguments, and then adds to this
module definition's list of functional components.
|
FunctionalComponent |
ModuleDefinition.getFunctionalComponent(String displayId)
Returns the functional component matching the given display ID from
this module definition's list of functional components.
|
FunctionalComponent |
ModuleDefinition.getFunctionalComponent(URI functionalComponentURI)
Returns the functional component matching the given functional component identity URI from this
module definition's list of functional components.
|
FunctionalComponent |
Participation.getParticipant()
Returns the functional component this participation refers to.
|
| Modifier and Type | Method and Description |
|---|---|
Set<FunctionalComponent> |
ModuleDefinition.getFunctionalComponents()
Returns the set of functional components owned by this
module definition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ModuleDefinition.removeFunctionalComponent(FunctionalComponent functionalComponent)
Removes the given functional component from this module definition's list of
functional components.
|