Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
AccessType |
ComponentInstance.getAccess()
Returns the access property.
|
static AccessType |
AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessType[] |
AccessType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Component |
ComponentDefinition.createComponent(String displayId,
AccessType access,
String definitionId)
Creates a child component for this component definition with the given arguments,
and then adds it to this component definition's list of components.
|
Component |
ComponentDefinition.createComponent(String displayId,
AccessType access,
String definitionId,
String version)
Creates a child component for this component definition with the given arguments,
and then adds it to this component definition's list of components.
|
Component |
ComponentDefinition.createComponent(String displayId,
AccessType access,
URI definitionURI)
Creates a child component for this component definition with the given arguments,
and then adds to this component definition's list of components.
|
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 |
ComponentInstance.setAccess(AccessType access)
Sets the access property to the given one.
|
Copyright © 2017. All rights reserved.