Uses of Class
org.biojava.nbio.structure.quaternary.OrderedPair
-
Packages that use OrderedPair Package Description org.biojava.nbio.structure.quaternary -
-
Uses of OrderedPair in org.biojava.nbio.structure.quaternary
Methods in org.biojava.nbio.structure.quaternary that return types with arguments of type OrderedPair Modifier and Type Method Description List<OrderedPair<String>>
OperatorResolver. getBinaryOperators()
Returns a list of operators for this assembly.List<OrderedPair<T>>
CartesianProduct. getOrderedPairs()
Generates the list of ordered pair between two sets.static List<OrderedPair<String>>
BioAssemblyTools. parseBinaryOperatorExpression(String expression)
Method parameters in org.biojava.nbio.structure.quaternary with type arguments of type OrderedPair Modifier and Type Method Description void
OperatorResolver. setBinaryOperators(List<OrderedPair<String>> binaryOperators)
-