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 class
ConflictImpl
Conflict
implementation.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 void
AbstractChange. setConflicts(Conflict[] conflicts)
Specifies theConflict
instances.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.
-