Serialized Form


Package edu.bonn.cs.sems.helpers

Class edu.bonn.cs.sems.helpers.Fraction extends java.lang.Object implements Serializable

serialVersionUID: 269075550562173212L

Serialized Fields

numerator

double numerator
The fractions numerator


denominator

long denominator
The fractions denominator


Package edu.bonn.cs.sems.impl.annotation

Class edu.bonn.cs.sems.impl.annotation.AnnotationImpl extends java.lang.Object implements Serializable

serialVersionUID: -6585395287831664754L

Serialized Fields

type

AnnotationTypeAdapter type
The type of the annotation


subject

SubjectImpl subject
The subject of the annotation


confidenceInContext

java.util.Map<K,V> confidenceInContext
The defined confidence values of the annotation


properties

java.util.Map<K,V> properties
The properties of the annotation

Class edu.bonn.cs.sems.impl.annotation.AnnotationTypeAdapter extends URISpecifiedObjectImpl implements Serializable

serialVersionUID: -4497615849137523697L

Class edu.bonn.cs.sems.impl.annotation.ConcreteSubject extends SubjectImpl implements Serializable

serialVersionUID: 4667588419448243826L

Class edu.bonn.cs.sems.impl.annotation.ElementImpl extends SubjectImpl implements Serializable

serialVersionUID: 2487670214758534489L

Serialized Fields

elementPath

java.lang.String elementPath
The elementPath identifies the element represented by this Object

Class edu.bonn.cs.sems.impl.annotation.GroupImpl extends SubjectImpl implements Serializable

serialVersionUID: 2182027987797607668L

Serialized Fields

name

java.lang.String name
The name of the group


members

java.util.Set<E> members
The members of the group

Class edu.bonn.cs.sems.impl.annotation.PropertyImpl extends URISpecifiedObjectImpl implements Serializable

serialVersionUID: 4851747933053115912L

Serialized Fields

uri

java.net.URI uri

valueClass

java.lang.Class<T> valueClass

name

java.lang.String name

Class edu.bonn.cs.sems.impl.annotation.SubjectImpl extends URISpecifiedObjectImpl implements Serializable

serialVersionUID: -1509859991661812199L

Serialized Fields

page

java.net.URL page

Class edu.bonn.cs.sems.impl.annotation.URISpecifiedObjectImpl extends java.lang.Object implements Serializable

serialVersionUID: 6214997873929936196L

Class edu.bonn.cs.sems.impl.annotation.ValueImpl extends ElementImpl implements Serializable

serialVersionUID: -5877290751974602869L

Serialized Fields

value

java.lang.String value
The value represented by this object


Package edu.bonn.cs.sems.impl.annotation.predefined

Class edu.bonn.cs.sems.impl.annotation.predefined.DependsOnAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: -6801959822685924216L

Class edu.bonn.cs.sems.impl.annotation.predefined.FollowsFocusAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: 5533473102807242821L

Class edu.bonn.cs.sems.impl.annotation.predefined.HasAttentionTimeAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: 6397302016503613686L

Class edu.bonn.cs.sems.impl.annotation.predefined.HasDependentAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: -6801959822685924216L

Class edu.bonn.cs.sems.impl.annotation.predefined.HasFocusFollowerAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: -3138365254924318379L

Class edu.bonn.cs.sems.impl.annotation.predefined.HasPriorityAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: 3037583145994592273L

Class edu.bonn.cs.sems.impl.annotation.predefined.HasRoleAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: -7619638902013508423L

Class edu.bonn.cs.sems.impl.annotation.predefined.HasValueLengthAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: -7840365398155516217L

Class edu.bonn.cs.sems.impl.annotation.predefined.InducedByAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: 50050113596174031L

Class edu.bonn.cs.sems.impl.annotation.predefined.InducesAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: 50050113596174031L

Class edu.bonn.cs.sems.impl.annotation.predefined.IsMemberOfAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: -8025972059513188230L

Class edu.bonn.cs.sems.impl.annotation.predefined.IsSummaryAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: -5236035804354766855L

Class edu.bonn.cs.sems.impl.annotation.predefined.PredefinedAnnotationType extends AnnotationTypeAdapter implements Serializable

serialVersionUID: -1583003541524926448L

Class edu.bonn.cs.sems.impl.annotation.predefined.ReceivesKeypressesAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: -9115436940855813983L

Class edu.bonn.cs.sems.impl.annotation.predefined.SupportsCharsetsAnnotationType extends PredefinedAnnotationType implements Serializable

serialVersionUID: -242820908316686632L


Package edu.bonn.cs.sems.impl.context

Class edu.bonn.cs.sems.impl.context.ContextCommons extends java.lang.Object implements Serializable

serialVersionUID: 1485725863625176576L

Serialized Fields

id

java.lang.String id
The id the Context can be referred to.


flatContextCache

java.util.List<E> flatContextCache
A cache for the flatContext calculation


modifications

long modifications
modification counter for cache control


flatContextCacheModStamp

long flatContextCacheModStamp

normalizedStringRepresentation

java.lang.String normalizedStringRepresentation
The contextImpl hashCode

Class edu.bonn.cs.sems.impl.context.ContextImpl extends ContextCommons implements Serializable

serialVersionUID: -234673711926909577L

Serialized Fields

values

java.util.Map<K,V> values
A container hashing values for sensors


subContexts

java.util.Set<E> subContexts
A container for subcontexts


exclusiveSubContexts

boolean exclusiveSubContexts
A flag indicating that this context's sub-context are mutually exclusive


subContextModificationLock

java.util.concurrent.locks.ReentrantLock subContextModificationLock
Prohibits that one thread changes the sub-context the same time as another

Class edu.bonn.cs.sems.impl.context.ContextImplTestHelper extends ContextImpl implements Serializable

serialVersionUID: 1410265634273259403L

Class edu.bonn.cs.sems.impl.context.DummyContextCommons extends ContextCommons implements Serializable

serialVersionUID: 5510222852740459011L


Package edu.bonn.cs.sems.impl.shadow

Class edu.bonn.cs.sems.impl.shadow.MemoryShadow.CustomAnnotationType extends AnnotationTypeAdapter implements Serializable

serialVersionUID: -6046403900178140887L

Serialized Fields

properties

java.util.Set<E> properties
the properties of the annotation type


typeName

java.lang.String typeName
the type name


uri

java.net.URI uri
the URI


Package edu.bonn.cs.sems.model.annotation

Package edu.bonn.cs.sems.model.context

Package edu.bonn.cs.sems.rdf.annotation

Class edu.bonn.cs.sems.rdf.annotation.AnnotationRdfImpl extends java.lang.Object implements Serializable

serialVersionUID: 8040133295750690306L

Serialized Fields

model

com.hp.hpl.jena.rdf.model.Model model
The rdf model to manage the annotation in


subject

SubjectRdfImpl subject
The subject of this annotation


subjectResource

com.hp.hpl.jena.rdf.model.Resource subjectResource
The subject's RDF Node


type

AnnotationTypeRdfProxy type
The annotation's type


typeRdfProperty

com.hp.hpl.jena.rdf.model.Property typeRdfProperty
The annotation type's RDF property


annotationStatement

com.hp.hpl.jena.rdf.model.Statement annotationStatement
The main RDF statement characterizing the annotation


annotationPropertyNode

com.hp.hpl.jena.rdf.model.Resource annotationPropertyNode
The node containing all annotation properties and contexts


CONTEXT_PROPERTY

com.hp.hpl.jena.rdf.model.Property CONTEXT_PROPERTY
The property pointing to a context confidence information


CONTEXT_PROPERTY_CONFIDENCE_NUMERATOR

com.hp.hpl.jena.rdf.model.Property CONTEXT_PROPERTY_CONFIDENCE_NUMERATOR
The property pointing to the confidence numerator in a context confidence information


CONTEXT_PROPERTY_CONFIDENCE_DENOMINATOR

com.hp.hpl.jena.rdf.model.Property CONTEXT_PROPERTY_CONFIDENCE_DENOMINATOR
The property pointing to the confidence denominator in a context confidence information


CONTEXT_PROPERTY_CONTEXT

com.hp.hpl.jena.rdf.model.Property CONTEXT_PROPERTY_CONTEXT
The property pointing to the context value in a context confidence information


PREFIX_PROPERTY

com.hp.hpl.jena.rdf.model.Property PREFIX_PROPERTY
The property pointing to the context value in a context confidence information


annotationPropertyNodeExistedAtConstructionTime

boolean annotationPropertyNodeExistedAtConstructionTime

Class edu.bonn.cs.sems.rdf.annotation.AnnotationTypeRdfProxy extends URISpecifiedObjectRdfImpl implements Serializable

serialVersionUID: -966988598121104060L

Serialized Fields

type

AnnotationType type
The proxied annotation type


rdfProperty

com.hp.hpl.jena.rdf.model.Property rdfProperty
The associated rdf proxy

Class edu.bonn.cs.sems.rdf.annotation.ConcreteRdfSubject extends SubjectRdfImpl implements Serializable

serialVersionUID: 4667588419448543826L

Class edu.bonn.cs.sems.rdf.annotation.ElementRdfImpl extends SubjectRdfImpl implements Serializable

serialVersionUID: 7575978508807020871L

Serialized Fields

plainFragment

java.lang.String plainFragment

Class edu.bonn.cs.sems.rdf.annotation.GroupRdfImpl extends SubjectRdfImpl implements Serializable

serialVersionUID: 5682342810085051419L

Serialized Fields

groupName

java.lang.String groupName
The group name


MEMBERS_PROPERTY

com.hp.hpl.jena.rdf.model.Property MEMBERS_PROPERTY
The property for group members

Class edu.bonn.cs.sems.rdf.annotation.PropertyRdfProxy extends URISpecifiedObjectRdfImpl implements Serializable

serialVersionUID: -1481913061455807204L

Serialized Fields

property

Property property
The real property of this proxy


rdfProperty

com.hp.hpl.jena.rdf.model.Property rdfProperty
The associated rdf proxy

Class edu.bonn.cs.sems.rdf.annotation.SubjectRdfImpl extends URISpecifiedObjectRdfImpl implements Serializable

serialVersionUID: 8091849168190890853L

Class edu.bonn.cs.sems.rdf.annotation.URISpecifiedObjectRdfImpl extends URISpecifiedObjectImpl implements Serializable

serialVersionUID: 5973115901575867813L

Serialized Fields

model

com.hp.hpl.jena.rdf.model.Model model
The RDF-Model in which the data is managed


resource

com.hp.hpl.jena.rdf.model.Resource resource
The RDF resource linked with this object

Class edu.bonn.cs.sems.rdf.annotation.ValueRdfImpl extends ElementRdfImpl implements Serializable

serialVersionUID: -3927146159626695361L

Serialized Fields

elementPath

java.lang.String elementPath
The element path


valueString

java.lang.String valueString
The value


Package edu.bonn.cs.sems.rdf.context

Class edu.bonn.cs.sems.rdf.context.ContextRdfImpl extends ContextCommons implements Serializable

serialVersionUID: 8915565380513387445L

Serialized Fields

model

com.hp.hpl.jena.rdf.model.Model model
The backend RDF model


resource

com.hp.hpl.jena.rdf.model.Resource resource
The Backend resource


SUBCONTEXTS_PROPERTY

com.hp.hpl.jena.rdf.model.Property SUBCONTEXTS_PROPERTY
The subcontext property