Interface Cpl

    • Method Detail

      • create

        Cpl create​(java.lang.String tag,
                   java.lang.String oper)
        Create a component coupling subnode.The method is only applicable for parent nodes of type BoundarySimilarity.
        Parameters:
        tag - Subnode tag.
        oper - Type of subnode: one of OnePointMap, TwoPointMap, or EdgeMap.
        Returns:
        Created subnode.
      • feature

        CplList feature()
        Returns the list of all component coupling subnodes.
        Returns:
        Component coupling subnodes.
      • feature

        Cpl feature​(java.lang.String tag)
        Returns a component coupling subnode.
        Parameters:
        tag - Component coupling subnode tag.
        Returns:
        Component coupling subnode.
      • selection

        LocalSelection selection​(java.lang.String name)
        Returns a selection property given its name.
        Specified by:
        selection in interface PropFeature
        Parameters:
        name - The name of the selection property.
        Returns:
        Selection property.
      • type

        java.lang.String type()
        Returns coupling type.
        Returns:
        Coupling type.