Interface CplList

    • Method Detail

      • create

        Cpl create​(java.lang.String tag,
                   java.lang.String type)
        Creates a component coupling subnode. The method is only applicable for parent nodes of type BoundarySimilarity.
        Specified by:
        create in interface PropFeatureList<Cpl>
        Parameters:
        tag - Subnode tag.
        type - Type of component coupling subnode: one of OnePointMap,TwoPointMap, or EdgeMap.
        Returns:
        Created component coupling subnode.
      • create

        Cpl create​(java.lang.String tag,
                   java.lang.String type,
                   java.lang.String geom)
        Creates a component coupling.
        Parameters:
        tag - Component coupling tags.
        type - Type of component coupling: one of GeneralExtrusion, LinearExtrusion,BoundarySimilarity, IdentityMapping, GeneralProjection, LinearProjection, Integration, Average,Maximum, or Minimum.
        geom - Source geometry sequence tag.
        Returns:
        Created component coupling.