public class ValidatedSingleDirectBlockingChecker.ValidatedSingleBlockingObject extends Object implements ValidatedSingleDirectBlockingChecker.ValidatedBlockingObject
| Modifier and Type | Field and Description |
|---|---|
boolean |
m_blockViolatesParentConstraints |
boolean |
m_hasAlreadyBeenChecked |
| Constructor and Description |
|---|
ValidatedSingleBlockingObject(Node node) |
| 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) |
public boolean m_blockViolatesParentConstraints
public boolean m_hasAlreadyBeenChecked
public ValidatedSingleBlockingObject(Node node)
public void initialize()
ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectinitialize in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectpublic void destroy()
ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectdestroy in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectpublic Set<AtomicConcept> getAtomicConceptsLabel()
getAtomicConceptsLabel in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectpublic void addConcept(Concept concept, boolean isCore)
addConcept in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectconcept - conceptisCore - isCorepublic void removeConcept(Concept concept, boolean isCore)
removeConcept in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectconcept - conceptisCore - isCorepublic Set<AtomicConcept> getFullAtomicConceptsLabel()
getFullAtomicConceptsLabel in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectpublic Set<AtomicRole> getFullFromParentLabel()
getFullFromParentLabel in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectpublic Set<AtomicRole> getFullToParentLabel()
getFullToParentLabel in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectpublic void setBlockViolatesParentConstraints(boolean violates)
setBlockViolatesParentConstraints in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectviolates - violatespublic void setHasAlreadyBeenChecked(boolean hasBeenChecked)
setHasAlreadyBeenChecked in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjecthasBeenChecked - hasBeenCheckedpublic boolean hasAlreadyBeenChecked()
hasAlreadyBeenChecked in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectpublic boolean blockViolatesParentConstraints()
blockViolatesParentConstraints in interface ValidatedSingleDirectBlockingChecker.ValidatedBlockingObjectCopyright © 2018. All rights reserved.