| Package | Description |
|---|---|
| org.sbolstandard.core2 |
| Modifier and Type | Method and Description |
|---|---|
Plan |
SBOLDocument.createPlan(String displayId)
Creates an plan, and then adds it to this SBOL document's list of plans.
|
Plan |
SBOLDocument.createPlan(String displayId,
String version)
Creates an plan, and then adds it to this SBOL document's list of plans.
|
Plan |
SBOLDocument.createPlan(String URIprefix,
String displayId,
String version)
Creates an plan, and then adds it to this SBOL document's list of plans.
|
Plan |
Association.getPlan()
Returns the plan referenced by this association.
|
Plan |
SBOLDocument.getPlan(String displayId,
String version)
Returns the plan matching the given display ID and version from this SBOL
document's list of plans.
|
Plan |
SBOLDocument.getPlan(URI planURI)
Returns the plan matching the given display identity URI from this SBOL
document's list of plans.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Plan> |
SBOLDocument.getPlans()
Returns the set of plans owned by this SBOL document.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SBOLDocument.removePlan(Plan plan)
Removes the given plan from this SBOL document's list of plans.
|