|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SubModel | |
jcreek.cke.command | |
jcreek.gui | |
jcreek.gui.conceptmap | |
jcreek.gui.reasoning | |
jcreek.reasoning | |
jcreek.representation | |
jcreek.representation.inference |
Uses of SubModel in jcreek.cke.command |
Fields in jcreek.cke.command declared as SubModel | |
protected SubModel |
SubModelCommand.activateSubModel
|
protected SubModel |
SubModelCommand.activeSubModel
|
Methods in jcreek.cke.command with parameters of type SubModel | |
void |
SubModelCommand.deActivate(SubModel sb)
|
void |
SubModelCommand.activateEntity(SubModel sb)
|
void |
SubModelCommand.activateRelation(SubModel sb)
|
Uses of SubModel in jcreek.gui |
Fields in jcreek.gui declared as SubModel | |
protected SubModel |
SubModelView.subModel
|
Methods in jcreek.gui that return SubModel | |
SubModel |
SubModelView.getSubModel()
|
Constructors in jcreek.gui with parameters of type SubModel | |
SubModelView(KnowledgeModel km,
SubModel model,
boolean manipulatable,
boolean layoutOnResize)
Creates a new SubModelView from the supplied KnowledgeModel and SubModel objects. |
Uses of SubModel in jcreek.gui.conceptmap |
Methods in jcreek.gui.conceptmap that return SubModel | |
SubModel |
ConceptMapModel.toSubModel()
Returns a Submodel that contains all the entities and relations currently activated in this Concept Map. |
Uses of SubModel in jcreek.gui.reasoning |
Constructors in jcreek.gui.reasoning with parameters of type SubModel | |
ComparisonSubModelView(SubModel model,
Entity entity1,
Entity entity2)
Creates a SubModelView where the SubModel given is displayed and the two entities supplied are fixed in the upper left and lower right corners. |
Uses of SubModel in jcreek.reasoning |
Methods in jcreek.reasoning that return SubModel | |
SubModel |
URLComparison.toSubModel()
|
SubModel |
SymbolConvergence.toSubModel()
Transforms this FindingComparison to a submodel. |
SubModel |
SymbolConvergence.toCompactSubModel()
Transforms this FindingComparison to a compact submodel. |
SubModel |
SymbolComparison.toSubModel()
|
SubModel |
SymbolComparison.toCompleteSubModel()
|
SubModel |
StringComparison.toSubModel()
|
SubModel |
ReuseResult.getCausalModel(int solutionNumber)
Returns a SubModel that contains all findings of the input case and all relations that is included in an explanation path for any inherited causal relation to the solution, as well as the solution itself. |
SubModel |
PartitionComparison.getUnionModel()
Returns a submodel containing the overlap of the partitions compared by this object. |
SubModel |
PartitionComparison.getOverlapModel()
Returns a submodel containing the overlap of the partitions compared by this object. |
SubModel |
PartitionComparison.toSubModel()
|
SubModel |
NumberComparison.toSubModel()
|
SubModel |
EntityComparison.toSubModel()
Returns a submodel of the entities compared. |
SubModel |
CaseFindingComparison.toSubModel()
|
SubModel |
CaseComparison.toSubModel()
Returns a submodel of the entities compared. |
Uses of SubModel in jcreek.representation |
Subclasses of SubModel in jcreek.representation | |
class |
Partition
A Partition is a submodel of a KnowledgeModel. |
Methods in jcreek.representation that return SubModel | |
SubModel |
SubModel.union(SubModel other)
Changes this submodel to be the union of the specified model and this submodel. |
SubModel |
SubModel.joinWith(SubModel other)
Deprecated. |
SubModel |
Relation.getPathModel()
If this relation is inherited, this method returns a submodel of the knowledgemodel which contains all relations and all entities contained in all explanation-paths from the origin to the target entity. |
Methods in jcreek.representation with parameters of type SubModel | |
boolean |
SubModel.contains(SubModel model)
Returns true if model specified is submodel of this submodel, i.e. if all the entities and all of the relations of the specified model is also contained in this model. |
SubModel |
SubModel.union(SubModel other)
Changes this submodel to be the union of the specified model and this submodel. |
void |
SubModel.add(SubModel other)
Adds all relations and entities in the supplied submodel to this submodel. |
SubModel |
SubModel.joinWith(SubModel other)
Deprecated. |
void |
SubModel.remove(SubModel other)
Removes all the relations and entities in the supplied model from this model. |
Uses of SubModel in jcreek.representation.inference |
Subclasses of SubModel in jcreek.representation.inference | |
class |
ExplanationModel
This class represents a subset of the knowledge model resulting from a spreading activation operation from the "origin" entity. |
Methods in jcreek.representation.inference that return SubModel | |
SubModel |
ExplanationModel.getActivatedModel(RelationType rcd,
Entity target)
Returns a submodel containing all enties and relations of all paths from the origin to the designated entity where the last step of all paths is of the RelationType designated. |
SubModel |
Explanation.toSubModel()
Returns a submodel containing all relations and entities in this explanation. |
static SubModel |
Explanation.toSubModel(Explanation[] explanations)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |