public class Cut extends Location
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Location location) |
boolean |
equals(Object obj) |
int |
getAt()
Returns the at property of this Cut instance.
|
int |
hashCode() |
void |
setAt(int at)
Sets the at property of this Cut instance to the given one.
|
String |
toString() |
getOrientation, getSequence, getSequenceIdentity, getSequenceURI, isSetOrientation, isSetSequence, setOrientation, setSequence, unsetOrientation, unsetSequenceaddWasDerivedFrom, addWasGeneratedBy, clearAnnotations, clearWasDerivedFroms, clearWasGeneratedBys, containsWasDerivedFrom, containsWasGeneratedBy, createAnnotation, createAnnotation, createAnnotation, createAnnotation, createAnnotation, createAnnotation, getAnnotation, getAnnotations, getDescription, getDisplayId, getIdentity, getName, getPersistentIdentity, getVersion, getWasDerivedFrom, getWasDerivedFroms, getWasGeneratedBys, hasAnnotations, isSetDescription, isSetDisplayId, isSetName, isSetPersistentIdentity, isSetVersion, isSetWasDerivedFrom, removeAnnotation, removeWasDerivedFrom, removeWasGeneratedBy, setDescription, setName, setWasDerivedFrom, setWasDerivedFroms, setWasGeneratedBys, unsetDescription, unsetName, unsetWasDerivedFrompublic int getAt()
public void setAt(int at)
throws SBOLValidationException
at - the given at propertySBOLValidationException - if the following SBOL validation rule was violated: 11202.public int hashCode()
hashCode in class Identifiedpublic boolean equals(Object obj)
equals in class Identifiedpublic int compareTo(Location location)