A C D E F G H I J K L M O P R S T U V W X 
All Classes All Packages

A

attribute - org.ivoa.vodml.annotation.VodmlRole
 

C

Complex - Class in org.ivoa.vodml.stdtypes
UML PrimitiveType complex : Represents a complex number, consisting of a real and imaginary component, both of which are reals.
Complex() - Constructor for class org.ivoa.vodml.stdtypes.Complex
 
Complex(double, double) - Constructor for class org.ivoa.vodml.stdtypes.Complex
Creates a new complex Primitive Type instance, wrapping a base type.
Complex(String) - Constructor for class org.ivoa.vodml.stdtypes.Complex
TODO Implement better parser
composition - org.ivoa.vodml.annotation.VodmlRole
 
contextFactory() - Method in interface org.ivoa.vodml.ModelManagement
The context factory that can be used for full XML serialization.

D

dataType - org.ivoa.vodml.annotation.VodmlRole
 
deserializerInstance(DeserializationConfig, Annotated, Class<?>) - Method in class org.ivoa.vodml.json.VodmlHandlerInstantiator
overrides @see com.fasterxml.jackson.databind.cfg.HandlerInstantiator#deserializerInstance(com.fasterxml.jackson.databind.DeserializationConfig, com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Class)
Duration - Class in org.ivoa.vodml.stdtypes
UML PrimitiveType duration : Represents an interval of time from beginning to end.
Duration() - Constructor for class org.ivoa.vodml.stdtypes.Duration
 
Duration(Date, Date) - Constructor for class org.ivoa.vodml.stdtypes.Duration
Creates a new duration Primitive Type instance, wrapping a base type.

E

endInstance(Object, VodmlTypeInfo, boolean) - Method in interface org.ivoa.vodml.nav.ModelInstanceTraverser.FullVisitor
perform an action at the end of the instance.
endInstance(Object, VodmlTypeInfo, boolean) - Method in class org.ivoa.vodml.serialization.InstanceSerializer.InstanceSerializationVisitor
perform an action at the end of the instance.
enumeration - org.ivoa.vodml.annotation.VodmlRole
 
equals(Object) - Method in class org.ivoa.vodml.nav.VodmlTypeInfo
overrides @see java.lang.Object#equals(java.lang.Object)

F

findReferences(Object, Map<Class, Set>) - Static method in class org.ivoa.vodml.nav.Util
Will find all the references referred to by the vodml-ref in the key of the map and add them to the corresponding set that is the value of the map
findXmlIDs(List<Object>) - Static method in class org.ivoa.vodml.nav.Util
 

G

getContent() - Method in interface org.ivoa.vodml.ModelManagement
return the content to the model.
getDenominator() - Method in class org.ivoa.vodml.stdtypes.Rational
 
getFrom() - Method in class org.ivoa.vodml.stdtypes.Duration
 
getIm() - Method in class org.ivoa.vodml.stdtypes.Complex
 
getMechanism() - Method in class org.ivoa.vodml.json.VodmlTypeResolver
overrides @see com.fasterxml.jackson.databind.jsontype.TypeIdResolver#getMechanism()
getNumerator() - Method in class org.ivoa.vodml.stdtypes.Rational
 
getRe() - Method in class org.ivoa.vodml.stdtypes.Complex
 
getTo() - Method in class org.ivoa.vodml.stdtypes.Duration
 
getXmlId() - Method in interface org.ivoa.vodml.jaxb.XmlIdManagement
 

H

hashCode() - Method in class org.ivoa.vodml.nav.VodmlTypeInfo
overrides @see java.lang.Object#hashCode()
hasNaturalKey() - Method in interface org.ivoa.vodml.jaxb.XmlIdManagement
 
hasReferences() - Method in interface org.ivoa.vodml.ModelManagement
Utility method for discovering if model has referenced types.

I

id() - Method in annotation type org.ivoa.vodml.annotation.VoDml
The VODML reference
IdentityRegistry - Class in org.ivoa.vodml.jaxb
Will generate a unique number for each class
IdentityRegistry() - Constructor for class org.ivoa.vodml.jaxb.IdentityRegistry
 
idFor(Object) - Static method in class org.ivoa.vodml.jaxb.IdentityRegistry
 
idFromValue(Object) - Method in class org.ivoa.vodml.json.VodmlTypeResolver
overrides @see com.fasterxml.jackson.databind.jsontype.TypeIdResolver#idFromValue(java.lang.Object)
idFromValueAndType(Object, Class<?>) - Method in class org.ivoa.vodml.json.VodmlTypeResolver
overrides @see com.fasterxml.jackson.databind.jsontype.TypeIdResolver#idFromValueAndType(java.lang.Object, java.lang.Class)
InstanceSerializationVisitor(PrintWriter) - Constructor for class org.ivoa.vodml.serialization.InstanceSerializer.InstanceSerializationVisitor
 
InstanceSerializer<T> - Class in org.ivoa.vodml.serialization
This performs serialization to a generic "Instance" format.
InstanceSerializer(ModelManagement<T>) - Constructor for class org.ivoa.vodml.serialization.InstanceSerializer
 
InstanceSerializer.InstanceSerializationVisitor - Class in org.ivoa.vodml.serialization
.

J

JaxbManagement - Interface in org.ivoa.vodml.jaxb
 
JPACollectionTraverser - Interface in org.ivoa.vodml.nav
Interface to walk collections in order to force loading by JPA.
JsonManagement - Class in org.ivoa.vodml.json
Utility class for JSON serialization.
JsonManagement() - Constructor for class org.ivoa.vodml.json.JsonManagement
 
jsonMapper() - Method in interface org.ivoa.vodml.ModelManagement
Return a Jackson objectMapper suitable for JSON serialzation.
jsonMapper(ModelDescription) - Static method in class org.ivoa.vodml.json.JsonManagement
create an ObjectMapper suitably configured for use with the VODML generated models.

K

keyDeserializerInstance(DeserializationConfig, Annotated, Class<?>) - Method in class org.ivoa.vodml.json.VodmlHandlerInstantiator
overrides @see com.fasterxml.jackson.databind.cfg.HandlerInstantiator#keyDeserializerInstance(com.fasterxml.jackson.databind.DeserializationConfig, com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Class)

L

leaf(Object, VodmlTypeInfo, boolean) - Method in interface org.ivoa.vodml.nav.ModelInstanceTraverser.FullVisitor
perform an action on a "leaf" object i.e.
leaf(Object, VodmlTypeInfo, boolean) - Method in class org.ivoa.vodml.serialization.InstanceSerializer.InstanceSerializationVisitor
perform an action on a "leaf" object i.e.

M

makeFullVisitor(ModelInstanceTraverser.Visitor) - Static method in class org.ivoa.vodml.nav.ModelInstanceTraverser
 
makeRefIDsUnique() - Method in interface org.ivoa.vodml.jaxb.JaxbManagement
make all the referenced IDs within the model instance unique.
makeUniqueIDs(List<? extends XmlIdManagement>) - Static method in class org.ivoa.vodml.nav.Util
 
model - org.ivoa.vodml.annotation.VodmlRole
 
ModelDescription - Interface in org.ivoa.vodml
.
ModelInstanceTraverser - Class in org.ivoa.vodml.nav
Traverses a VODML model instance tree and executes a visitor.
ModelInstanceTraverser() - Constructor for class org.ivoa.vodml.nav.ModelInstanceTraverser
 
ModelInstanceTraverser.FullVisitor - Interface in org.ivoa.vodml.nav
 
ModelInstanceTraverser.Visitor - Interface in org.ivoa.vodml.nav
Simple visitor that is only fired at start.
ModelManagement<T> - Interface in org.ivoa.vodml
Functions related to model processing functionality.

O

objectType - org.ivoa.vodml.annotation.VodmlRole
 
org.ivoa.vodml - package org.ivoa.vodml
 
org.ivoa.vodml.annotation - package org.ivoa.vodml.annotation
 
org.ivoa.vodml.jaxb - package org.ivoa.vodml.jaxb
.
org.ivoa.vodml.json - package org.ivoa.vodml.json
Functionality releated to JSON .
org.ivoa.vodml.nav - package org.ivoa.vodml.nav
Assists with navigating a VODML model.
org.ivoa.vodml.serialization - package org.ivoa.vodml.serialization
.
org.ivoa.vodml.stdtypes - package org.ivoa.vodml.stdtypes
.

P

primitiveType - org.ivoa.vodml.annotation.VodmlRole
 
pu_name() - Method in interface org.ivoa.vodml.ModelManagement
the persistence unit name used by the model.

R

Rational - Class in org.ivoa.vodml.stdtypes
UML DataType rational : A rational number from Q, represented by two integers, a numerator and a denominator.
Rational() - Constructor for class org.ivoa.vodml.stdtypes.Rational
 
Rational(int, int) - Constructor for class org.ivoa.vodml.stdtypes.Rational
Creates a new rational DataType instance, wrapping a base type.
Rational(String) - Constructor for class org.ivoa.vodml.stdtypes.Rational
TODO Implement better parser.
reference - org.ivoa.vodml.annotation.VodmlRole
 
ReflectIveVodmlTypeGetter - Class in org.ivoa.vodml.nav
Obtains VODML type information from vodml annotations.
ReflectIveVodmlTypeGetter(Class<?>) - Constructor for class org.ivoa.vodml.nav.ReflectIveVodmlTypeGetter
 
ReflectIveVodmlTypeGetter(Field) - Constructor for class org.ivoa.vodml.nav.ReflectIveVodmlTypeGetter
 
remove(Object) - Static method in class org.ivoa.vodml.jaxb.IdentityRegistry
 
role - Variable in class org.ivoa.vodml.nav.VodmlTypeInfo
the role
role() - Method in annotation type org.ivoa.vodml.annotation.VoDml
the VODML role

S

serialize(PrintWriter) - Method in class org.ivoa.vodml.serialization.InstanceSerializer
 
serializerInstance(SerializationConfig, Annotated, Class<?>) - Method in class org.ivoa.vodml.json.VodmlHandlerInstantiator
overrides @see com.fasterxml.jackson.databind.cfg.HandlerInstantiator#serializerInstance(com.fasterxml.jackson.databind.SerializationConfig, com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Class)
setDenominator(int) - Method in class org.ivoa.vodml.stdtypes.Rational
 
setFrom(Date) - Method in class org.ivoa.vodml.stdtypes.Duration
 
setIm(double) - Method in class org.ivoa.vodml.stdtypes.Complex
 
setNumerator(int) - Method in class org.ivoa.vodml.stdtypes.Rational
 
setRe(double) - Method in class org.ivoa.vodml.stdtypes.Complex
 
setTo(Date) - Method in class org.ivoa.vodml.stdtypes.Duration
 
setXmlId(String) - Method in interface org.ivoa.vodml.jaxb.XmlIdManagement
 
startInstance(Object, VodmlTypeInfo, boolean) - Method in interface org.ivoa.vodml.nav.ModelInstanceTraverser.Visitor
perform an action at the start of an object instance.
startInstance(Object, VodmlTypeInfo, boolean) - Method in class org.ivoa.vodml.serialization.InstanceSerializer.InstanceSerializationVisitor
perform an action at the start of an object instance.

T

theModel() - Method in interface org.ivoa.vodml.ModelManagement
Get the model itself
toString() - Method in class org.ivoa.vodml.nav.VodmlTypeInfo
overrides @see java.lang.Object#toString()
toString() - Method in class org.ivoa.vodml.stdtypes.Complex
Return the string representation.
toString() - Method in class org.ivoa.vodml.stdtypes.Rational
Return the string representation of this Rational.
traverse(Object, ModelInstanceTraverser.FullVisitor) - Static method in class org.ivoa.vodml.nav.ModelInstanceTraverser
 
traverse(Object, ModelInstanceTraverser.Visitor) - Static method in class org.ivoa.vodml.nav.ModelInstanceTraverser
 
traverse(List<Object>, ModelInstanceTraverser.FullVisitor) - Static method in class org.ivoa.vodml.nav.ModelInstanceTraverser
 
traverse(List<Object>, ModelInstanceTraverser.Visitor) - Static method in class org.ivoa.vodml.nav.ModelInstanceTraverser
 
type() - Method in annotation type org.ivoa.vodml.annotation.VoDml
The type.
typeFromId(DatabindContext, String) - Method in class org.ivoa.vodml.json.VodmlTypeResolver
overrides @see com.fasterxml.jackson.databind.jsontype.impl.TypeIdResolverBase#typeFromId(com.fasterxml.jackson.databind.DatabindContext, java.lang.String)
typeIdResolverInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.ivoa.vodml.json.VodmlHandlerInstantiator
overrides @see com.fasterxml.jackson.databind.cfg.HandlerInstantiator#typeIdResolverInstance(com.fasterxml.jackson.databind.cfg.MapperConfig, com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Class)
typeResolverBuilderInstance(MapperConfig<?>, Annotated, Class<?>) - Method in class org.ivoa.vodml.json.VodmlHandlerInstantiator
overrides @see com.fasterxml.jackson.databind.cfg.HandlerInstantiator#typeResolverBuilderInstance(com.fasterxml.jackson.databind.cfg.MapperConfig, com.fasterxml.jackson.databind.introspect.Annotated, java.lang.Class)
typeRole() - Method in annotation type org.ivoa.vodml.annotation.VoDml
the VODML role or the declared type.

U

unknown - org.ivoa.vodml.annotation.VodmlRole
 
UNKNOWN - Static variable in class org.ivoa.vodml.nav.VodmlTypeInfo
 
Util - Class in org.ivoa.vodml.nav
Utility functions for navigating VODML models.
utypeToClassMap() - Method in interface org.ivoa.vodml.ModelDescription
 

V

valueOf(String) - Static method in enum org.ivoa.vodml.annotation.VodmlRole
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.ivoa.vodml.annotation.VodmlRole
Returns an array containing the constants of this enum type, in the order they are declared.
VoDml - Annotation Type in org.ivoa.vodml.annotation
 
VodmlHandlerInstantiator - Class in org.ivoa.vodml.json
A handler instantiator for configuring a Jackson objectmapper instance.
VodmlHandlerInstantiator(ModelDescription) - Constructor for class org.ivoa.vodml.json.VodmlHandlerInstantiator
 
vodmlInfo() - Method in class org.ivoa.vodml.nav.ReflectIveVodmlTypeGetter
overrides @see org.ivoa.vodml.nav.VodmlTypeGetter#vodmlInfo()
vodmlInfo() - Method in interface org.ivoa.vodml.nav.VodmlTypeGetter
 
vodmlRef - Variable in class org.ivoa.vodml.nav.VodmlTypeInfo
the full VODML reference for the entity (including the model prefix).
VodmlRole - Enum in org.ivoa.vodml.annotation
Enumeration of VODML "roles".
vodmlType - Variable in class org.ivoa.vodml.nav.VodmlTypeInfo
the full VODML reference for the type (including the model prefix).
VodmlTypeGetter - Interface in org.ivoa.vodml.nav
Gets The basic VODML meta model information for a type.
VodmlTypeInfo - Class in org.ivoa.vodml.nav
.
VodmlTypeInfo(String, VodmlRole) - Constructor for class org.ivoa.vodml.nav.VodmlTypeInfo
 
VodmlTypeInfo(String, VodmlRole, String) - Constructor for class org.ivoa.vodml.nav.VodmlTypeInfo
 
VodmlTypeInfo(String, VodmlRole, String, VodmlRole) - Constructor for class org.ivoa.vodml.nav.VodmlTypeInfo
 
VodmlTypeResolver - Class in org.ivoa.vodml.json
.
VodmlTypeResolver(ModelDescription) - Constructor for class org.ivoa.vodml.json.VodmlTypeResolver
 
vodmlTypeRole - Variable in class org.ivoa.vodml.nav.VodmlTypeInfo
the role of the type pointed to for an attribute

W

walkCollections() - Method in interface org.ivoa.vodml.nav.JPACollectionTraverser
 
writeXMLSchema() - Method in interface org.ivoa.vodml.ModelManagement
Write XML schema for the model.

X

XmlIdManagement - Interface in org.ivoa.vodml.jaxb
Necessary functions to manipulate xml IDs.
A C D E F G H I J K L M O P R S T U V W X 
All Classes All Packages