public static interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObject
| Modifier and Type | Method and Description |
|---|---|
void |
addConcept(Concept concept,
boolean isCore) |
boolean |
blockViolatesParentConstraints() |
void |
destroy()
Destroy.
|
Set<AtomicConcept> |
getAtomicConceptsLabel() |
Set<AtomicConcept> |
getFullAtomicConceptsLabel() |
Set<AtomicRole> |
getFullFromParentLabel() |
Set<AtomicRole> |
getFullToParentLabel() |
boolean |
hasAlreadyBeenChecked() |
void |
initialize()
Initialize.
|
void |
removeConcept(Concept concept,
boolean isCore) |
void |
setBlockViolatesParentConstraints(boolean violates) |
void |
setHasAlreadyBeenChecked(boolean hasBeenChecked) |
void initialize()
void destroy()
Set<AtomicConcept> getAtomicConceptsLabel()
void addConcept(Concept concept, boolean isCore)
concept - conceptisCore - isCorevoid removeConcept(Concept concept, boolean isCore)
concept - conceptisCore - isCoreSet<AtomicConcept> getFullAtomicConceptsLabel()
Set<AtomicRole> getFullFromParentLabel()
Set<AtomicRole> getFullToParentLabel()
void setBlockViolatesParentConstraints(boolean violates)
violates - violatesvoid setHasAlreadyBeenChecked(boolean hasBeenChecked)
hasBeenChecked - hasBeenCheckedboolean hasAlreadyBeenChecked()
boolean blockViolatesParentConstraints()
Copyright © 2017. All Rights Reserved.