Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
DirectionType |
FunctionalComponent.getDirection()
Returns the direction property of this functional component.
|
static DirectionType |
DirectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectionType[] |
DirectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
void |
FunctionalComponent.setDirection(DirectionType direction)
Sets the direction property of this functional component to the given one.
|
Copyright © 2017. All rights reserved.