Uses of Interface
net.officefloor.model.change.Conflict
-
Packages that use Conflict Package Description net.officefloor.model.change net.officefloor.model.impl.change -
-
Uses of Conflict in net.officefloor.model.change
Methods in net.officefloor.model.change that return Conflict Modifier and Type Method Description Conflict[]Change. getConflicts() -
Uses of Conflict in net.officefloor.model.impl.change
Classes in net.officefloor.model.impl.change that implement Conflict Modifier and Type Class Description classConflictImplConflictimplementation.Methods in net.officefloor.model.impl.change that return Conflict Modifier and Type Method Description Conflict[]AbstractChange. getConflicts()Conflict[]AggregateChange. getConflicts()Methods in net.officefloor.model.impl.change with parameters of type Conflict Modifier and Type Method Description protected voidAbstractChange. setConflicts(Conflict[] conflicts)Specifies theConflictinstances.Constructors in net.officefloor.model.impl.change with parameters of type Conflict Constructor Description AbstractChange(T target, java.lang.String changeDescription, Conflict[] conflicts)Initiate.NoChange(T target, java.lang.String changeDescription, Conflict... conflicts)Initiate.
-