Class Strands


  • public final class Strands
    extends java.lang.Object
    Utility methods for Strands
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isRootStrandPlaceholder​(java.lang.String strandName)
      Does the provided name indicates a root strand?
      static java.lang.String rootStrandPlaceholder()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isRootStrandPlaceholder

        public static boolean isRootStrandPlaceholder​(java.lang.String strandName)
        Does the provided name indicates a root strand?
        Parameters:
        strandName - the name to compare
        Returns:
        whether or not the name matches the root convention
      • rootStrandPlaceholder

        public static java.lang.String rootStrandPlaceholder()
        Returns:
        the a placeholder string that represents the root strand