com.ebmwebsourcing.easybpmn.bpmn20.api.with
Interface WithLaneSet

All Known Subinterfaces:
AdHocSubProcess, Process, SubProcess, TAdHocSubProcess, TProcess, Transaction, TSubProcess, TTransaction

public interface WithLaneSet


Method Summary
 void addLaneSet(LaneSet ls)
           
 LaneSet[] getLaneSets()
           
 boolean hasLaneSet()
           
 void removeLaneSet(LaneSet ls)
           
 void unsetLaneSet()
           
 

Method Detail

getLaneSets

LaneSet[] getLaneSets()

hasLaneSet

boolean hasLaneSet()

unsetLaneSet

void unsetLaneSet()

addLaneSet

void addLaneSet(LaneSet ls)

removeLaneSet

void removeLaneSet(LaneSet ls)


Copyright © 2011 Petals Link. All Rights Reserved.