Class EvaluatedConstructionPack<EC extends EvaluatedAbstractConstruction>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.construction.EvaluatedConstructionPack<EC>
-
- All Implemented Interfaces:
DebugDumpable
public class EvaluatedConstructionPack<EC extends EvaluatedAbstractConstruction> extends Object implements DebugDumpable
- Author:
- semancik
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description EvaluatedConstructionPack()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(EC evaluatedConstruction)
String
debugDump(int indent)
@NotNull Collection<EC>
getEvaluatedConstructions()
boolean
hasNonWeakConstruction()
boolean
hasValidAssignment()
boolean
isForceRecon()
void
setForceRecon(boolean forceRecon)
void
setHasValidAssignment(boolean hasValidAssignment)
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Method Detail
-
isForceRecon
public boolean isForceRecon()
-
setForceRecon
public void setForceRecon(boolean forceRecon)
-
getEvaluatedConstructions
@NotNull public @NotNull Collection<EC> getEvaluatedConstructions()
-
add
public void add(EC evaluatedConstruction)
-
hasValidAssignment
public boolean hasValidAssignment()
-
setHasValidAssignment
public void setHasValidAssignment(boolean hasValidAssignment)
-
hasNonWeakConstruction
public boolean hasNonWeakConstruction()
-
debugDump
public String debugDump(int indent)
- Specified by:
debugDump
in interfaceDebugDumpable
-
-