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