|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.toscanaj.controller.fca.ConceptInterpretationContext
Field Summary | |
static boolean |
CONTINGENT
Constant value which may be used to set displayMode or filterMode |
static boolean |
EXTENT
Constant value which may be used to set displayMode or filterMode |
Constructor Summary | |
ConceptInterpretationContext(DiagramHistory diagramHistory,
org.tockit.events.EventBroker eventBroker)
|
Method Summary | |
ConceptInterpretationContext |
createNestedContext(Concept nestingConcept)
|
boolean |
equals(java.lang.Object other)
Caution: equals(..) and hashCode() ignore the display mode. |
DiagramHistory |
getDiagramHistory()
|
org.tockit.events.EventBroker |
getEventBroker()
|
boolean |
getFilterMode()
|
java.util.List |
getNestingConcepts()
|
java.util.List |
getNestingContexts()
|
boolean |
getObjectDisplayMode()
|
ConceptInterpretationContext |
getOutermostContext()
|
Concept |
getOutermostTopConcept(Concept concept)
|
int |
hashCode()
Caution: equals(..) and hashCode() ignore the display mode. |
void |
setFilterMode(boolean isContingent)
|
void |
setObjectDisplayMode(boolean isContingent)
|
void |
update(java.lang.Object source)
Callback for getting notice on changes. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean CONTINGENT
public static final boolean EXTENT
Constructor Detail |
public ConceptInterpretationContext(DiagramHistory diagramHistory, org.tockit.events.EventBroker eventBroker)
Method Detail |
public ConceptInterpretationContext createNestedContext(Concept nestingConcept)
public org.tockit.events.EventBroker getEventBroker()
public void setObjectDisplayMode(boolean isContingent)
public boolean getObjectDisplayMode()
public void setFilterMode(boolean isContingent)
public boolean getFilterMode()
public DiagramHistory getDiagramHistory()
public java.util.List getNestingConcepts()
public java.util.List getNestingContexts()
public Concept getOutermostTopConcept(Concept concept)
public void update(java.lang.Object source)
ChangeObserver
update
in interface ChangeObserver
public boolean equals(java.lang.Object other)
public int hashCode()
public ConceptInterpretationContext getOutermostContext()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |