Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
RefinementType |
MapsTo.getRefinement()
Returns the refinement property of this mapsTo.
|
static RefinementType |
RefinementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefinementType[] |
RefinementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MapsTo |
Module.createMapsTo(String displayId,
RefinementType refinement,
String localId,
String remoteId)
Creates a child mapsTo for this module with the given arguments, and then adds it to its list of mapsTos.
|
MapsTo |
FunctionalComponent.createMapsTo(String displayId,
RefinementType refinement,
String localId,
String remoteId)
Creates a child MapsTo instance for this module with the given arguments, and then adds to this module's list of mapsTos.
|
MapsTo |
Component.createMapsTo(String displayId,
RefinementType refinement,
String localId,
String remoteId)
Creates a child mapsTo for this component with the given arguments, and then adds it to its list of mapsTos.
|
MapsTo |
Module.createMapsTo(String displayId,
RefinementType refinement,
URI local,
URI remote)
Creates a child mapsTo for this module with the given arguments, and then adds it to its list of mapsTos.
|
MapsTo |
FunctionalComponent.createMapsTo(String displayId,
RefinementType refinement,
URI local,
URI remote)
Creates a child mapsTo for this functional component with the given arguments,
and then adds it to this functional compoennt's list of mapsTos.
|
MapsTo |
Component.createMapsTo(String displayId,
RefinementType refinement,
URI local,
URI remote)
Creates a child mapsTo for this component with the given arguments,
and then adds it to its list of mapsTos.
|
void |
MapsTo.setRefinement(RefinementType refinement)
Sets the refinement property of this mapsTo to the given one.
|
Copyright © 2017. All rights reserved.