Uses of Class
de.mid.innovator.srv2api.icw2bp.ARG_BPPathElementSpec

Packages that use ARG_BPPathElementSpec
de.mid.innovator.srv2api.icw2bp   
 

Uses of ARG_BPPathElementSpec in de.mid.innovator.srv2api.icw2bp
 

Fields in de.mid.innovator.srv2api.icw2bp with type parameters of type ARG_BPPathElementSpec
 List<ARG_BPPathElementSpec> ARG_BPPathElementSpecs.seq
          The sequence of the elements belonging to the path and their animation information
 

Method parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type ARG_BPPathElementSpec
 void BPPath.replaceAssignedPathAble(List<ARG_BPPathElementSpec> seq)
          Replaces the elements belonging to the path.
 

Constructor parameters in de.mid.innovator.srv2api.icw2bp with type arguments of type ARG_BPPathElementSpec
ARG_BPPathElementSpecs(List<ARG_BPPathElementSpec> seq)