Serialized Form


Package fr.lirmm.graphik.cogui.core.model

Class fr.lirmm.graphik.cogui.core.model.CgObject extends java.lang.Object implements Serializable

Serialized Fields

id

java.lang.String id
The id.


color

int color
The color


types

java.util.ArrayList<E> types
The types.


x

int x
The y.


y

int y
The y.


variableName

java.lang.String variableName
Variable name used by queries and rules

Class fr.lirmm.graphik.cogui.core.model.CGraph extends CgObject implements Serializable

Serialized Fields

parent

CGraph parent
The parent.


name

java.lang.String name
The name.


set

java.lang.String set
The set.


nature

java.lang.String nature
The nature.


pointer

java.lang.String pointer
The pointer concept id is used by prototypics and individual graph as a head of the graph.


pointerMarker

java.lang.String pointerMarker
The pointer marker is used by individual graphs associated with an individual.


pointerType

java.lang.String pointerType
The pointer type is used by pattern and prototypic graphs associated with respectively nesting and concept/or/relation type.


concepts

java.util.Map<K,V> concepts
The concepts.


relations

java.util.Map<K,V> relations
The relations.


coreference

Coreference coreference
The coref.


graph

org.jgrapht.graph.Multigraph<V,E> graph
The graph.

Class fr.lirmm.graphik.cogui.core.model.Concept extends CgObject implements Serializable

Serialized Fields

literal

boolean literal
The vertex is a literal


dataType

java.lang.String dataType
The datatype id


individual

java.lang.String individual
The individual.


value

java.lang.Object value
The value if literal


nestedGraphs

java.util.HashMap<K,V> nestedGraphs
The nested graphs.

Class fr.lirmm.graphik.cogui.core.model.DefaultRule extends Rule implements Serializable

Serialized Fields

frontierOf

java.util.HashMap<K,V> frontierOf

hypothesisOf

java.util.HashMap<K,V> hypothesisOf

Class fr.lirmm.graphik.cogui.core.model.GraphSet extends CgObject implements Serializable

Serialized Fields

graphs

java.util.HashMap<K,V> graphs
The graphs.

Class fr.lirmm.graphik.cogui.core.model.Module extends CgObject implements Serializable

Serialized Fields

name

java.lang.String name

conceptTypes

java.util.HashSet<E> conceptTypes
The concept types.


relationTypes

java.util.HashSet<E> relationTypes
The relation types.


nestingTypes

java.util.HashSet<E> nestingTypes
The nesting types.

Class fr.lirmm.graphik.cogui.core.model.Relation extends CgObject implements Serializable

Serialized Fields

scripted

boolean scripted
Activate script

Class fr.lirmm.graphik.cogui.core.model.Rule extends CGraph implements Serializable

Serialized Fields

couples

com.google.common.collect.HashBiMap<K,V> couples
The couples.


script

Script script
Associated script

Class fr.lirmm.graphik.cogui.core.model.RuleSet extends GraphSet implements Serializable

Class fr.lirmm.graphik.cogui.core.model.Script extends CgObject implements Serializable

Serialized Fields

name

java.lang.String name
the name of the script.


text

java.lang.String text
the script text itself.


set

java.lang.String set
The set.

Class fr.lirmm.graphik.cogui.core.model.Vocabulary extends CgObject implements Serializable

Serialized Fields

multilingual

boolean multilingual
The multilingual mode.


name

java.lang.String name
The vocabulary name.


conceptTypeHierarchy

Hierarchy conceptTypeHierarchy
The concept type hierarchy.


relationTypeHierarchy

Hierarchy relationTypeHierarchy
The relation type hierarchy.


nestingTypeHierarchy

Hierarchy nestingTypeHierarchy
The nesting type hierarchy.


conceptTypeLabels

Translator conceptTypeLabels
The concept type labels.


relationTypeLabels

Translator relationTypeLabels
The relation type labels.


nestingTypeLabels

Translator nestingTypeLabels
The nesting type labels.


individualLabels

Translator individualLabels
The individual labels.


individualTypes

java.util.HashMap<K,V> individualTypes
The individual types.


moduleLabels

Translator moduleLabels
The module labels.


conceptTypeDescriptions

Translator conceptTypeDescriptions
The concept type descriptions.


relationTypeDescriptions

Translator relationTypeDescriptions
The relation type descriptions.


nestingTypeDescriptions

Translator nestingTypeDescriptions
The nesting type descriptions.


conceptTypeCoordinates

java.util.HashMap<K,V> conceptTypeCoordinates
Store the concept type coordinates if exist.


relationTypeCoordinates

java.util.HashMap<K,V> relationTypeCoordinates
Store the relation type coordinates if exist.


nestingTypeCoordinates

java.util.HashMap<K,V> nestingTypeCoordinates
Store the nesting type coordinates if exist.


csignatures

java.util.HashMap<K,V> csignatures
Store the conjunctive signatures.


dimension

java.util.HashMap<K,V> dimension
Store the mapping between nesting type and associated module.


modules

java.util.HashMap<K,V> modules
Store the module contents.


dataTypes

DataTypes dataTypes
Store datatypes


bannedTypes

BannedTypes bannedTypes
BannedTypes.


undefined

Vocabulary undefined
Undefined types and individuals.


individualListenerList

javax.swing.event.EventListenerList individualListenerList
The listener list.


Package fr.lirmm.graphik.cogui.core.solver.internal

Class fr.lirmm.graphik.cogui.core.solver.internal.Solver5.FoundException extends java.lang.Exception implements Serializable


Package fr.lirmm.graphik.cogui.core.util

Class fr.lirmm.graphik.cogui.core.util.Controler.Message extends java.lang.Object implements Serializable

Serialized Fields

err_type

int err_type
The err_type.


str

java.lang.String str
The str.


concerned_objs

java.util.List<E> concerned_objs
The concerned_objs.


proposedActions

java.util.List<E> proposedActions
The proposed actions.

Class fr.lirmm.graphik.cogui.core.util.Hierarchy extends CgObject implements Serializable

Serialized Fields

closure

boolean closure
The closure.


graph

org.jgrapht.graph.SimpleDirectedGraph<V,E> graph
The graph.


Package fr.lirmm.graphik.cogui.rdf

Class fr.lirmm.graphik.cogui.rdf.UntreatedException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Class fr.lirmm.graphik.cogui.rdf.WarningException extends java.lang.Exception implements Serializable

serialVersionUID: 1L