Package | Description |
---|---|
org.sbolstandard.core2 |
Modifier and Type | Method and Description |
---|---|
SequenceConstraint |
ComponentDefinition.createSequenceConstraint(String displayId,
RestrictionType restriction,
String subjectId,
String objectId)
Creates a child sequence constraint for this component definition with the given arguments,
and then adds to this component definition's list of sequence constraints.
|
SequenceConstraint |
ComponentDefinition.createSequenceConstraint(String displayId,
RestrictionType restriction,
URI subjectURI,
URI objectURI)
Creates a child sequence constraint for this component definition
with the given arguments, and then adds to this component definition's
list of sequence constraints.
|
SequenceConstraint |
ComponentDefinition.getSequenceConstraint(String displayId)
Returns the sequence constraint matching the given display ID.
|
SequenceConstraint |
ComponentDefinition.getSequenceConstraint(URI sequenceConstraintURI)
Returns the sequence constraint matching the given URI.
|
Modifier and Type | Method and Description |
---|---|
Set<SequenceConstraint> |
ComponentDefinition.getSequenceConstraints()
Returns the set of sequence constraints owned by this
component definition.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ComponentDefinition.removeSequenceConstraint(SequenceConstraint sequenceConstraint)
Removes the given sequence constraint from the list of sequence constraints.
|
Copyright © 2017. All rights reserved.