Uses of Interface
psidev.psi.mi.jami.model.Position
-
-
Uses of Position in psidev.psi.mi.jami.crosslink.extension
Constructors in psidev.psi.mi.jami.crosslink.extension with parameters of type Position Constructor Description CsvRange(Position start, Position end)Constructor for CsvRange.CsvRange(Position start, Position end, boolean isLink)Constructor for CsvRange.CsvRange(Position start, Position end, boolean isLink, Participant participant)Constructor for CsvRange.CsvRange(Position start, Position end, boolean isLink, ResultingSequence resultingSequence)Constructor for CsvRange.CsvRange(Position start, Position end, Participant participant)Constructor for CsvRange.CsvRange(Position start, Position end, ResultingSequence resultingSequence)Constructor for CsvRange. -
Uses of Position in psidev.psi.mi.jami.enricher.listener.impl
Methods in psidev.psi.mi.jami.enricher.listener.impl with parameters of type Position Modifier and Type Method Description voidFeatureEnricherListenerManager. onUpdatedRangePositions(T feature, Range range, Position position, Position position2)onUpdatedRangePositions -
Uses of Position in psidev.psi.mi.jami.enricher.listener.impl.writer
Methods in psidev.psi.mi.jami.enricher.listener.impl.writer with parameters of type Position Modifier and Type Method Description voidFeatureEnricherStatisticsWriter. onUpdatedRangePositions(T feature, Range range, Position position, Position position2)onUpdatedRangePositions -
Uses of Position in psidev.psi.mi.jami.listener
Methods in psidev.psi.mi.jami.listener with parameters of type Position Modifier and Type Method Description voidFeatureChangeListener. onUpdatedRangePositions(F feature, Range range, Position oldStart, Position oldEnd)onUpdatedRangePositions -
Uses of Position in psidev.psi.mi.jami.listener.impl
Methods in psidev.psi.mi.jami.listener.impl with parameters of type Position Modifier and Type Method Description voidFeatureChangeLogger. onUpdatedRangePositions(T feature, Range range, Position oldStart, Position oldEnd)onUpdatedRangePositions -
Uses of Position in psidev.psi.mi.jami.model
Methods in psidev.psi.mi.jami.model that return Position Modifier and Type Method Description PositionRange. getEnd()The end position of the feature range in the interactor sequence It cannot be nullPositionRange. getStart()The start position of the feature range in the interactor sequence It cannot be nullMethods in psidev.psi.mi.jami.model with parameters of type Position Modifier and Type Method Description voidRange. setPositions(Position start, Position end)Set the positions of the feature range in the interactor sequence -
Uses of Position in psidev.psi.mi.jami.model.impl
Classes in psidev.psi.mi.jami.model.impl that implement Position Modifier and Type Class Description classDefaultPositionDefault implementation for Position Notes: The equals and hashcode methods have been overridden to be consistent with UnambiguousPositionComparatorMethods in psidev.psi.mi.jami.model.impl that return Position Modifier and Type Method Description PositionDefaultRange. getEnd()Getter for the fieldend.PositionDefaultRange. getStart()Getter for the fieldstart.Methods in psidev.psi.mi.jami.model.impl with parameters of type Position Modifier and Type Method Description voidDefaultRange. setPositions(Position start, Position end)Set the positions of the feature range in the interactor sequenceConstructors in psidev.psi.mi.jami.model.impl with parameters of type Position Constructor Description DefaultRange(Position start, Position end)Constructor for DefaultRange.DefaultRange(Position start, Position end, boolean isLink)Constructor for DefaultRange.DefaultRange(Position start, Position end, boolean isLink, Participant participant)Constructor for DefaultRange.DefaultRange(Position start, Position end, boolean isLink, ResultingSequence resultingSequence)Constructor for DefaultRange.DefaultRange(Position start, Position end, Participant participant)Constructor for DefaultRange.DefaultRange(Position start, Position end, ResultingSequence resultingSequence)Constructor for DefaultRange. -
Uses of Position in psidev.psi.mi.jami.tab.extension
Constructors in psidev.psi.mi.jami.tab.extension with parameters of type Position Constructor Description MitabRange(Position start, Position end)Constructor for MitabRange.MitabRange(Position start, Position end, boolean isLink)Constructor for MitabRange.MitabRange(Position start, Position end, boolean isLink, Participant participant)Constructor for MitabRange.MitabRange(Position start, Position end, boolean isLink, ResultingSequence resultingSequence)Constructor for MitabRange.MitabRange(Position start, Position end, Participant participant)Constructor for MitabRange.MitabRange(Position start, Position end, ResultingSequence resultingSequence)Constructor for MitabRange. -
Uses of Position in psidev.psi.mi.jami.utils
Methods in psidev.psi.mi.jami.utils that return Position Modifier and Type Method Description static PositionPositionUtils. createCertainPosition(int position)createCertainPositionstatic PositionPositionUtils. createCTerminalPosition(int lastPosition)createCTerminalPositionstatic PositionPositionUtils. createCTerminalRangePosition()createCTerminalRangePositionstatic PositionPositionUtils. createFuzzyPosition(int position)createFuzzyPositionstatic PositionPositionUtils. createFuzzyPosition(int start, int end)createFuzzyPositionstatic PositionPositionUtils. createGreaterThanPosition(int position)createGreaterThanPositionstatic PositionPositionUtils. createLessThanPosition(int position)createLessThanPositionstatic PositionPositionUtils. createNTerminalPosition()createNTerminalPositionstatic PositionPositionUtils. createNTerminalRangePosition()createNTerminalRangePositionstatic PositionPositionUtils. createPosition(String statusName, String statusMi, int start)createPositionstatic PositionPositionUtils. createPositionFromString(String pos)createPositionFromStringstatic PositionPositionUtils. createRaggedNTerminusPosition(int position)createRaggedNTerminusPositionstatic PositionPositionUtils. createUndeterminedPosition()createUndeterminedPositionMethods in psidev.psi.mi.jami.utils with parameters of type Position Modifier and Type Method Description static StringPositionUtils. convertPositionToString(Position position)Converts a given position in a String using specific mnemonic for encoding the position statusstatic booleanPositionUtils. isCertain(Position position)Check if a position is certain (MI:0335)static booleanPositionUtils. isCTerminal(Position position)Check if a position is C-terminal position (MI:0334)static booleanPositionUtils. isCTerminalRange(Position position)Check if a position is C-terminal range (MI:1039)static booleanPositionUtils. isFuzzyRange(Position position)Check if a position is fuzzy range (MI:0338)static booleanPositionUtils. isGreaterThan(Position position)Check if a position is greater-than (MI:0336)static booleanPositionUtils. isLessThan(Position position)Check if a position is less-than (MI:0337)static booleanPositionUtils. isNTerminal(Position position)Check if a position is N-terminal position (MI:0340)static booleanPositionUtils. isNTerminalRange(Position position)Check if a position is N-terminal range (MI:1040)static booleanPositionUtils. isRaggedNTerminal(Position position)Check if a position is ragged N-terminal position (MI:0341)static booleanPositionUtils. isUndetermined(Position position)Check if a position is undetermined (MI:0339)static List<String>PositionUtils. validateRangePosition(Position position, String sequence)Check if the positions and the position status are consistent. -
Uses of Position in psidev.psi.mi.jami.utils.comparator.range
Methods in psidev.psi.mi.jami.utils.comparator.range with parameters of type Position Modifier and Type Method Description static booleanDefaultPositionComparator. areEquals(Position position1, Position position2)Use DefaultPositionComparator to know if two positions are equals.static booleanUnambiguousPositionComparator. areEquals(Position pos1, Position pos2)Use UnabmbiguousPositionComparator to know if two positions are equals.intPositionComparator. compare(Position position1, Position position2)It will first compare the status and then will check if the position is undetermined.intUnambiguousPositionComparator. compare(Position position1, Position position2)It will first compare the status and then will check if the position is undetermined.static intUnambiguousPositionComparator. hashCode(Position pos)hashCode -
Uses of Position in psidev.psi.mi.jami.xml.io.writer.elements
Methods in psidev.psi.mi.jami.xml.io.writer.elements that return types with arguments of type Position Modifier and Type Method Description static PsiXmlElementWriter<Position>[]PsiXmlElementWriterFactory. createPositionsWriter(XMLStreamWriter streamWriter, boolean extended, PsiXmlVariableNameWriter<CvTerm> statusWriter)createPositionsWriter. -
Uses of Position in psidev.psi.mi.jami.xml.io.writer.elements.impl
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl with parameters of type Position Modifier and Type Method Description protected voidXmlBeginPositionWriter. writeStatus(Position object)writeStatus.protected voidXmlEndPositionWriter. writeStatus(Position object)writeStatus. -
Uses of Position in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts that return types with arguments of type Position Modifier and Type Method Description PsiXmlElementWriter<Position>AbstractXmlRangeWriter. getEndPositionWriter()Getter for the fieldendPositionWriter.PsiXmlElementWriter<Position>AbstractXmlRangeWriter. getStartPositionWriter()Getter for the fieldstartPositionWriter.Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts with parameters of type Position Modifier and Type Method Description voidAbstractXmlPositionWriter. write(Position object)write.protected abstract voidAbstractXmlPositionWriter. writeStatus(Position object)writeStatus.Method parameters in psidev.psi.mi.jami.xml.io.writer.elements.impl.abstracts with type arguments of type Position Modifier and Type Method Description voidAbstractXmlRangeWriter. setEndPositionWriter(PsiXmlElementWriter<Position> endPositionWriter)Setter for the fieldendPositionWriter.voidAbstractXmlRangeWriter. setStartPositionWriter(PsiXmlElementWriter<Position> startPositionWriter)Setter for the fieldstartPositionWriter. -
Uses of Position in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended
Methods in psidev.psi.mi.jami.xml.io.writer.elements.impl.extended with parameters of type Position Modifier and Type Method Description protected voidXmlBeginPositionWriter. writeStatus(Position object)writeStatus.protected voidXmlEndPositionWriter. writeStatus(Position object)writeStatus. -
Uses of Position in psidev.psi.mi.jami.xml.model.extension.xml253
Classes in psidev.psi.mi.jami.xml.model.extension.xml253 that implement Position Modifier and Type Class Description classAbstractXmlPositionAbstract class for XmlPositionclassXmlIntervalXml implementation of a position which is an interval The JAXB binding is designed to be read-only and is not designed for writingclassXmlPositionXml implementation of a simple Position The JAXB binding is designed to be read-only and is not designed for writingMethods in psidev.psi.mi.jami.xml.model.extension.xml253 that return Position Modifier and Type Method Description PositionXmlRange. getEnd()Getter for the fieldend.PositionXmlRange. getStart()Getter for the fieldstart.Methods in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type Position Modifier and Type Method Description voidXmlRange. setPositions(Position start, Position end)Set the positions of the feature range in the interactor sequenceConstructors in psidev.psi.mi.jami.xml.model.extension.xml253 with parameters of type Position Constructor Description XmlRange(Position start, Position end)Constructor for XmlRange.XmlRange(Position start, Position end, boolean isLink)Constructor for XmlRange.XmlRange(Position start, Position end, boolean isLink, Participant participant)Constructor for XmlRange.XmlRange(Position start, Position end, boolean isLink, ResultingSequence resultingSequence)Constructor for XmlRange.XmlRange(Position start, Position end, Participant participant)Constructor for XmlRange.XmlRange(Position start, Position end, ResultingSequence resultingSequence)Constructor for XmlRange. -
Uses of Position in psidev.psi.mi.jami.xml.model.extension.xml254
Classes in psidev.psi.mi.jami.xml.model.extension.xml254 that implement Position Modifier and Type Class Description classAbstractXmlPositionAbstract class for XmlPositionclassXmlIntervalXml implementation of a position which is an interval The JAXB binding is designed to be read-only and is not designed for writingclassXmlPositionXml implementation of a simple Position The JAXB binding is designed to be read-only and is not designed for writingMethods in psidev.psi.mi.jami.xml.model.extension.xml254 that return Position Modifier and Type Method Description PositionXmlRange. getEnd()Getter for the fieldend.PositionXmlRange. getStart()Getter for the fieldstart.Methods in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type Position Modifier and Type Method Description voidXmlRange. setPositions(Position start, Position end)Set the positions of the feature range in the interactor sequenceConstructors in psidev.psi.mi.jami.xml.model.extension.xml254 with parameters of type Position Constructor Description XmlRange(Position start, Position end)Constructor for XmlRange.XmlRange(Position start, Position end, boolean isLink)Constructor for XmlRange.XmlRange(Position start, Position end, boolean isLink, Participant participant)Constructor for XmlRange.XmlRange(Position start, Position end, boolean isLink, ResultingSequence resultingSequence)Constructor for XmlRange.XmlRange(Position start, Position end, Participant participant)Constructor for XmlRange.XmlRange(Position start, Position end, ResultingSequence resultingSequence)Constructor for XmlRange. -
Uses of Position in psidev.psi.mi.jami.xml.model.extension.xml300
Classes in psidev.psi.mi.jami.xml.model.extension.xml300 that implement Position Modifier and Type Class Description classAbstractXmlPositionAbstract class for XmlPositionclassXmlIntervalXml implementation of a position which is an interval The JAXB binding is designed to be read-only and is not designed for writingclassXmlPositionXml implementation of a simple Position The JAXB binding is designed to be read-only and is not designed for writingMethods in psidev.psi.mi.jami.xml.model.extension.xml300 that return Position Modifier and Type Method Description PositionXmlRange. getEnd()Getter for the fieldend.PositionXmlRange. getStart()Getter for the fieldstart.Methods in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type Position Modifier and Type Method Description voidXmlRange. setPositions(Position start, Position end)Set the positions of the feature range in the interactor sequenceConstructors in psidev.psi.mi.jami.xml.model.extension.xml300 with parameters of type Position Constructor Description XmlRange(Position start, Position end)Constructor for XmlRange.XmlRange(Position start, Position end, boolean isLink)Constructor for XmlRange.XmlRange(Position start, Position end, boolean isLink, Participant participant)Constructor for XmlRange.XmlRange(Position start, Position end, boolean isLink, ResultingSequence resultingSequence)Constructor for XmlRange.XmlRange(Position start, Position end, Participant participant)Constructor for XmlRange.XmlRange(Position start, Position end, ResultingSequence resultingSequence)Constructor for XmlRange.
-