A C D E F G H I K L M N O P R S T U V

A

absorbable - Variable in class it.unimi.dsi.erw.ERRel
Whether the user agrees to absorbe this relationship type.
absorbed() - Method in class it.unimi.dsi.erw.ERRel
Returns whether this relationship type has been absorbed.
addArc(Object, Object, Object) - Method in class it.unimi.dsi.erw.Graph
Adds an arc from s to t with label l.
addAttribute(ERAttribute) - Method in class it.unimi.dsi.erw.ERObjWithAttrs
Adds an attribute.
addColumn(SQLcolumn) - Method in class it.unimi.dsi.erw.SQLtable
Adds a column to the table.
addColumn(SQLcolumn, int) - Method in class it.unimi.dsi.erw.SQLtable
Adds a column to the table at a specified position.
addCompanion(ERObject) - Method in class it.unimi.dsi.erw.SQLtable
Adds an ERObject to the companion set of this table.
addLabVal(String, String, String) - Method in class it.unimi.dsi.erw.EREnum
Adds a value/label pair.
addNode(Object) - Method in class it.unimi.dsi.erw.Graph
Adds a node (which will be the last in the node order).
ancestors - Variable in class it.unimi.dsi.erw.EREnt
The proper ancestors of this entity type.
Arc - Interface in it.unimi.dsi.erw
Everything implementing this interface can be used as an arc in a Graph.
attrNames - Variable in class it.unimi.dsi.erw.ERObjWithAttrs
The names of all attributes.
attrs - Variable in class it.unimi.dsi.erw.ERObjWithAttrs
A map from attribute names to attribute values.

C

checkRestrictedId(String) - Static method in class it.unimi.dsi.erw.ERObject
 
checkTypesAndDoubleOwnership() - Method in class it.unimi.dsi.erw.OwnershipGraph
Applies the subtype cycle check, the static double ownership check and computes owned entity types.
children - Variable in class it.unimi.dsi.erw.EREnt
The subtypes of this entity type.
columns - Variable in class it.unimi.dsi.erw.SQLtable
 
comment - Variable in class it.unimi.dsi.erw.ERAttribute
The comment of this attribute.
comment - Variable in class it.unimi.dsi.erw.ERLeg
 
comment - Variable in class it.unimi.dsi.erw.ERObject
An optional comment describing the object.
companion - Variable in class it.unimi.dsi.erw.SQLtable
 
computeParents() - Method in class it.unimi.dsi.erw.EREnt
Computes the reference to the supertypes of this entity type.
computeRelatives() - Method in class it.unimi.dsi.erw.EREnt
Fills the lists of relatives of this entity type.
computeSinks() - Method in class it.unimi.dsi.erw.EREnt
Fills the list of sinks of this entity type.
CycleFinder - Class in it.unimi.dsi.erw
This GraphVisitor looks for cycles, accumulating them in a Set.
CycleFinder() - Constructor for class it.unimi.dsi.erw.CycleFinder
 

D

defaultValue - Variable in class it.unimi.dsi.erw.ERAttribute
This is the default value assumed by the attribute (an SQL variable-free expression).
defaultValue - Variable in class it.unimi.dsi.erw.SQLcolumn
The default value of the column (an SQL variable-free expression).
descendants - Variable in class it.unimi.dsi.erw.EREnt
The proper descendants of this entity type.
directlyOwnedBy - Variable in class it.unimi.dsi.erw.EREnt
A map from identification functions to direct owners of this entity type, if it is weak.
document - Static variable in class it.unimi.dsi.erw.ERtool
The parsed ERL file.

E

editable - Variable in class it.unimi.dsi.erw.ERAttribute
Whether it is editable or not.
editable - Variable in class it.unimi.dsi.erw.ERLeg
 
entityResolver - Static variable in class it.unimi.dsi.erw.ERtool
An entity resolver which checks the current directory, /usr/share/ERW/dtd and the directory specified by the property it.unimi.dsi.erw.dtddir.
entRef - Variable in class it.unimi.dsi.erw.ERLeg
 
enumref - Variable in class it.unimi.dsi.erw.ERAttribute
An EREnum for static enum, an EREnt for dynamic enum.
ERAttribute - Class in it.unimi.dsi.erw
An ERAttribute is an attribute of an ERObjWithAttrs.
ERAttribute(String, String, String, String, String, String, String, String, String, String, String, String, String, String, ERObject, String, String) - Constructor for class it.unimi.dsi.erw.ERAttribute
Creates an ERAttribute with given data.
ERAttribute(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, ERObject) - Constructor for class it.unimi.dsi.erw.ERAttribute
Creates an ERAttribute with given data.
ERAttribute(Element) - Constructor for class it.unimi.dsi.erw.ERAttribute
Creates an ERAttribute from an attr DOM Element.
EREnt - Class in it.unimi.dsi.erw
The internal representation of an ent element (i.e., of an entity type).
EREnt(String, String, ERObject) - Constructor for class it.unimi.dsi.erw.EREnt
Creates an EREnt from given id, label, supertype identifier and originator.
EREnt(Element) - Constructor for class it.unimi.dsi.erw.EREnt
Creates an EREnt from a DOM Element.
EREnum - Class in it.unimi.dsi.erw
The internal representation of an enum element (i.e., of a static enumerative type).
EREnum(String, String, String, int, int) - Constructor for class it.unimi.dsi.erw.EREnum
Creates an EREnum from given id, label, SQL type, SQL size and SQL scale.
EREnum(Element) - Constructor for class it.unimi.dsi.erw.EREnum
Creates an EREnum from a DOM Element.
ERFset - Class in it.unimi.dsi.erw
The internal representation of an fset element (i.e., of an fileset type).
ERFset(String, String) - Constructor for class it.unimi.dsi.erw.ERFset
Creates an ERFset from given id and label.
ERFset(Element) - Constructor for class it.unimi.dsi.erw.ERFset
Creates an ERFset from a DOM Element.
ERFsetInstance - Class in it.unimi.dsi.erw
An instance of an ERFset.
ERFsetInstance(String, String, ERFset, ERObject) - Constructor for class it.unimi.dsi.erw.ERFsetInstance
Creates an ERFsetInstance from given id, label, type and originator.
ERL2ERW - Static variable in class it.unimi.dsi.erw.SQLtypes
A map from upper-cased ERL (SQL) types to corresponding default ERW types.
ERLeg - Class in it.unimi.dsi.erw
An ERLeg is the leg of a relation.
ERLeg(String, String, String, String, String, String, String, ERObject, String) - Constructor for class it.unimi.dsi.erw.ERLeg
Creates an ERLeg with given data.
ERLeg(String, String, String, String, String, String, String, ERObject) - Constructor for class it.unimi.dsi.erw.ERLeg
Creates an ERLeg with given data.
ERLeg(Element) - Constructor for class it.unimi.dsi.erw.ERLeg
Creates an ERLeg from a leg DOM Element.
erlId - Static variable in class it.unimi.dsi.erw.ERObject
The id of the erl element, that is, of the whole schema.
ERObject - Class in it.unimi.dsi.erw
The ancestors of all objects produced parsing an entity-relationship schema.
ERObject(String, String, String) - Constructor for class it.unimi.dsi.erw.ERObject
Creates an ERObject from given id, label and comment.
ERObject(String, String) - Constructor for class it.unimi.dsi.erw.ERObject
Creates an ERObject from given id and label.
ERObject(Element) - Constructor for class it.unimi.dsi.erw.ERObject
Creates an ERObject from a DOM Element, using its attributes id and label.
ERObjWithAttrs - Class in it.unimi.dsi.erw
A specialized ERObject that has attributes.
ERObjWithAttrs(String, String) - Constructor for class it.unimi.dsi.erw.ERObjWithAttrs
Creates an ERObjWithAttrs from given id and label.
ERObjWithAttrs(Element) - Constructor for class it.unimi.dsi.erw.ERObjWithAttrs
Creates an ERObjWithAttrs from a DOM Element.
ERRel - Class in it.unimi.dsi.erw
The internal representation of a rel element (i.e., of a relationship type).
ERRel(Element) - Constructor for class it.unimi.dsi.erw.ERRel
Creates an ERRel from a DOM Element.
ERtool - Class in it.unimi.dsi.erw
The main class for ERtool.

F

fsetinstanceref - Variable in class it.unimi.dsi.erw.ERAttribute
An ERFsetInstance.

G

generalComment - Static variable in class it.unimi.dsi.erw.ERObject
The optional comment of the erl element, that is, of the whole schema.
get(Object) - Method in class it.unimi.dsi.erw.Graph.ReachabilityMap
Returns a map from nodes to the last arc along a path from x to those nodes.
get(Object, Object) - Method in class it.unimi.dsi.erw.Graph.ReachabilityMap
Returns the last arc along a path from x to y, if any.
getAll() - Static method in class it.unimi.dsi.erw.ERObject
Returns all objects see so far.
getAllIds() - Static method in class it.unimi.dsi.erw.ERObject
Returns all the id's seen so far.
getById(String) - Static method in class it.unimi.dsi.erw.ERObject
Returns the ERObject with given id (or null if no such object exists).
getCompanion() - Method in class it.unimi.dsi.erw.EREnum
Returns the companion.
getCompanion() - Method in class it.unimi.dsi.erw.ERFsetInstance
Returns the companion.
getCompanion() - Method in class it.unimi.dsi.erw.ERObject
Returns the companion ERobject.
getCompanion() - Method in class it.unimi.dsi.erw.ERObjWithAttrs
Returns the companion.
getCompanion() - Method in class it.unimi.dsi.erw.ERRel
Returns the companion of this relationship type.
getInstanceSQLcolumns() - Method in class it.unimi.dsi.erw.ERObjWithAttrs
Returns the SQLcolumns corresponding to attributes.
getLockTables() - Method in class it.unimi.dsi.erw.EREnt
Returns a set of id's of ERObjects that are originated by this EREnt, incident ERRels and adjacent EREnts.
getLockTables() - Method in class it.unimi.dsi.erw.ERObjWithAttrs
Returns a set of id's of ERObjects that are originated by this ERObjWithAttrs, and, as such, should be locked together with it.
getNeighbourhood() - Method in class it.unimi.dsi.erw.EREnt
Returns a set of id's of SQLtables that must be locked together with the one originated by this EREnt.
getNeighbourhood() - Method in class it.unimi.dsi.erw.ERRel
Returns a set of id's of SQLtables that must be locked together with the one originated by this ERRel.
getNodes() - Method in class it.unimi.dsi.erw.Graph
Returns the node set.
getOutgoingArcs() - Method in class it.unimi.dsi.erw.Graph
Returns the outgoing arcs map.
getResult() - Method in class it.unimi.dsi.erw.GraphVisitor
This method returns the result of the visit.
getSize(String) - Static method in class it.unimi.dsi.erw.SQLtypes
Returns the default size for an SQL type, or 0 if there is no default size.
getSQLcolumn() - Method in class it.unimi.dsi.erw.ERAttribute
Creates and returns the SQLcolumn corresponding to this attribute (or null, if no SQLcolumn is generated).
getSQLcolumns() - Method in class it.unimi.dsi.erw.EREnum
Returns the SQLcolumns contributed.
getSQLcolumns() - Method in class it.unimi.dsi.erw.ERFsetInstance
Returns the SQLcolumns contributed.
getSQLcolumns() - Method in class it.unimi.dsi.erw.ERObject
Returns the SQLcolumns generated by this ERObject for its companion, if any.
getSQLcolumns() - Method in class it.unimi.dsi.erw.ERObjWithAttrs
Returns the SQLcolumns contributed.
getSQLcolumns() - Method in class it.unimi.dsi.erw.ERRel
Returns the SQLcolumns contributed.
getSQLtable() - Method in class it.unimi.dsi.erw.EREnt
Returns the SQLtable that reifies this EREnt.
getSQLtable() - Method in class it.unimi.dsi.erw.EREnum
Returns the SQLtable.
getSQLtable() - Method in class it.unimi.dsi.erw.ERFset
Returns the SQLtable.
getSQLtable() - Method in class it.unimi.dsi.erw.ERFsetInstance
Returns the SQLtable that reifies this EREnt.
getSQLtable() - Method in class it.unimi.dsi.erw.ERObject
Returns the generated SQLtable.
getSQLtable() - Method in class it.unimi.dsi.erw.ERObjWithAttrs
Returns the SQLtable that reifies this ERObjWithAttrs.
getSQLtable() - Method in class it.unimi.dsi.erw.ERRel
Returns the SQLtable that reifies this ERRel.
getText(Node) - Static method in class it.unimi.dsi.erw.ERObject
Given a DOM Node, returns a concatenation of all Nodes of type text contained therein.
Graph - Class in it.unimi.dsi.erw
A utility class that represents a directed graph.
Graph() - Constructor for class it.unimi.dsi.erw.Graph
Creates an empty graph.
Graph(Collection, Set) - Constructor for class it.unimi.dsi.erw.Graph
Creates a graph from given ordered sets of nodes and arcs.
Graph.ReachabilityMap - Class in it.unimi.dsi.erw
This class holds reachability information.
Graph.ReachabilityMap() - Constructor for class it.unimi.dsi.erw.Graph.ReachabilityMap
Builds a new Graph.ReachabilityMap.
GraphVisitor - Class in it.unimi.dsi.erw
A GraphVisitor is used when looking for something during the depth-first visit of a graph.
GraphVisitor() - Constructor for class it.unimi.dsi.erw.GraphVisitor
 

H

help - Variable in class it.unimi.dsi.erw.ERAttribute
The help text, if any.
help - Variable in class it.unimi.dsi.erw.ERLeg
 
hidden - Variable in class it.unimi.dsi.erw.ERAttribute
Whether it is hidden or not.

I

id - Variable in class it.unimi.dsi.erw.ERObject
The ERL id of the object.
instanceOf - Variable in class it.unimi.dsi.erw.ERFsetInstance
The ERFset this ERFsetInstance is an instance of.
isAbstract - Variable in class it.unimi.dsi.erw.EREnt
Whether this entity type is abstract.
ISAreachabilityVisitor - Class in it.unimi.dsi.erw
This GraphVisitor looks for nodes reachable by means of ISA arcs.
ISAreachabilityVisitor(Graph.ReachabilityMap) - Constructor for class it.unimi.dsi.erw.ISAreachabilityVisitor
Creates a new visitor with given result Graph.ReachabilityMap.
isKey - Variable in class it.unimi.dsi.erw.SQLcolumn
Whether this column is part of the key for the table.
isNumeric(String) - Static method in class it.unimi.dsi.erw.SQLtypes
Checks whether the give ERL type is numeric.
isPKey - Variable in class it.unimi.dsi.erw.SQLcolumn
Whether this column is a primary key.
isSupported(String) - Static method in class it.unimi.dsi.erw.SQLtypes
Checks whether the give ERL type is supported.
isUnique - Variable in class it.unimi.dsi.erw.SQLcolumn
Whether this column should be UNIQUE.
it.unimi.dsi.erw - package it.unimi.dsi.erw
 

K

key - Variable in class it.unimi.dsi.erw.ERAttribute
Whether it participates to the key or not.
key - Variable in class it.unimi.dsi.erw.ERLeg
 

L

label() - Method in interface it.unimi.dsi.erw.Arc
Returns the label.
label - Variable in class it.unimi.dsi.erw.ERAttribute
The label of this attribute.
label - Variable in class it.unimi.dsi.erw.ERLeg
 
label - Variable in class it.unimi.dsi.erw.ERObject
A label for the object (in the worst case, the id).
label() - Method in class it.unimi.dsi.erw.ERRel
 
leg0 - Variable in class it.unimi.dsi.erw.ERRel
The left leg legs of this type.
leg1 - Variable in class it.unimi.dsi.erw.ERRel
The right leg legs of this type.
lockTables - Variable in class it.unimi.dsi.erw.ERObjWithAttrs
Caches locally at the first call the tables to lock for this object.
lower - Variable in class it.unimi.dsi.erw.ERLeg
 

M

main(String[]) - Static method in class it.unimi.dsi.erw.ERtool
The main method.
main(String[]) - Static method in class it.unimi.dsi.erw.OwnershipGraph
 
mand - Variable in class it.unimi.dsi.erw.ERAttribute
Whether it is mandatory or not.

N

name - Variable in class it.unimi.dsi.erw.ERAttribute
The name of this attribute.
name - Variable in class it.unimi.dsi.erw.SQLcolumn
The SQL name of the columns.
name - Variable in class it.unimi.dsi.erw.SQLtable
The name of the table.
neighbourhood - Variable in class it.unimi.dsi.erw.EREnt
Caches locally the neighbourhood of this entity.
neighbourhood - Variable in class it.unimi.dsi.erw.ERRel
Caches locally the neighbourhood of this relationship type.
nodes - Variable in class it.unimi.dsi.erw.Graph
The ordered set of nodes of the graph.
notNull - Variable in class it.unimi.dsi.erw.SQLcolumn
Whether this column should be NOT NULL.

O

originatedBy - Variable in class it.unimi.dsi.erw.EREnt
Whoever originated this entity type.
originatedBy - Variable in class it.unimi.dsi.erw.ERFsetInstance
The ERObject that instantiated this ERFsetInstance.
originatedBy - Variable in class it.unimi.dsi.erw.SQLcolumn
The originator of this column (usually, an ERAttribute or an ERLeg).
originatedBy - Variable in class it.unimi.dsi.erw.SQLtable
 
outgoingArcs - Variable in class it.unimi.dsi.erw.Graph
Maps a node to the set of its outgoing arcs; more precisely, maps node x to a set of 2-element arrays, the first component being an arc label and the second component being the target of the arc.
owned - Variable in class it.unimi.dsi.erw.EREnt
The set of entity types this type owns.
owner - Variable in class it.unimi.dsi.erw.EREnt
Whether this entity type should have row-based authorisation.
owners - Variable in class it.unimi.dsi.erw.EREnt
The set of entity types owning this entity type.
OwnershipGraph - Class in it.unimi.dsi.erw
A graph representing the ownership structure underlying an ER schema.
OwnershipGraph() - Constructor for class it.unimi.dsi.erw.OwnershipGraph
Creates an empty graph.
OwnershipGraph(Collection, Set) - Constructor for class it.unimi.dsi.erw.OwnershipGraph
Creates an OwnershipGraph from given sets of nodes and arcs.
owns - Variable in class it.unimi.dsi.erw.EREnt
A map from identification functions to entities directly owned by this entity.

P

parent - Variable in class it.unimi.dsi.erw.ERAttribute
The ERObject containing this attribute.
parent - Variable in class it.unimi.dsi.erw.EREnt
If non-null, it holds the parent along which this object was reached during the current check for circular subtypes.
parent - Variable in class it.unimi.dsi.erw.ERLeg
 
parentIds - Variable in class it.unimi.dsi.erw.EREnt
The list of identifiers of the supertypes of this entity type, if any.
parents - Variable in class it.unimi.dsi.erw.EREnt
A reference to supertypes of this entity type, if any (in the same order as EREnt.parentIds).
ParseException - Exception in it.unimi.dsi.erw
All exceptions thrown during reification are descendant of this class.
ParseException(String) - Constructor for exception it.unimi.dsi.erw.ParseException
 
pointedBy - Variable in class it.unimi.dsi.erw.EREnt
Map from relationship type identifiers to entity type identifiers for absorbed relationship types having as target this entity type.
pointsTo - Variable in class it.unimi.dsi.erw.EREnt
Map from relationship type identifiers to entity type identifiers for absorbed relationship types having as source this entity type.
pred - Variable in class it.unimi.dsi.erw.EREnt
Map from relationship type identifiers to entity type identifiers for non-absorbed relationship types having as target this entity type.
prettyPath(List) - Static method in class it.unimi.dsi.erw.Graph
Returns a nice description of a path.
prettyWalk(List, Graph.ReachabilityMap) - Static method in class it.unimi.dsi.erw.OwnershipGraph
Returns a nice description of a walk.
putArc(Object, Object, Object) - Method in class it.unimi.dsi.erw.Graph
Puts an arc from s to t with label l, but if an arc already exists from s to t, the new arc replaces the old one.

R

ReachabilityVisitor - Class in it.unimi.dsi.erw
This GraphVisitor looks for reachable nodes.
ReachabilityVisitor(Graph.ReachabilityMap) - Constructor for class it.unimi.dsi.erw.ReachabilityVisitor
Creates a new visitor with given result Graph.ReachabilityMap.
rebuildPath(Object, Object) - Method in class it.unimi.dsi.erw.Graph.ReachabilityMap
Returns the path between the given nodes.
references - Variable in class it.unimi.dsi.erw.SQLcolumn
A list of names of tables referenced by this column.
regex - Variable in class it.unimi.dsi.erw.ERAttribute
If non-null, an ECMAScript regular expression that will be applied to the content of the field.
removeAllArcs() - Method in class it.unimi.dsi.erw.Graph
Removes all arcs.
result - Variable in class it.unimi.dsi.erw.GraphVisitor
 

S

scale - Variable in class it.unimi.dsi.erw.ERAttribute
This is the scale in the sense of the DTD.
scale - Variable in class it.unimi.dsi.erw.EREnum
The SQL scale of this enum.
scale - Variable in class it.unimi.dsi.erw.SQLcolumn
The scale of the column.
SemanticParseException - Exception in it.unimi.dsi.erw
An exception due to the violation of semantic constraints.
SemanticParseException(String) - Constructor for exception it.unimi.dsi.erw.SemanticParseException
 
set(Object, Object, Object) - Method in class it.unimi.dsi.erw.Graph.ReachabilityMap
Sets the last arc along a path from x to y.
sinks - Variable in class it.unimi.dsi.erw.EREnt
The sinks of this entity type, that is, maximal supertypes.
size - Variable in class it.unimi.dsi.erw.ERAttribute
This is the size in the sense of the DTD.
size - Variable in class it.unimi.dsi.erw.EREnum
The SQL size of this enum.
size - Variable in class it.unimi.dsi.erw.SQLcolumn
The size of the column.
source() - Method in interface it.unimi.dsi.erw.Arc
Returns the source.
source() - Method in class it.unimi.dsi.erw.ERRel
 
SQL2SIZE - Static variable in class it.unimi.dsi.erw.SQLtypes
A map from upper-cased ERL (SQL) types to a default size.
SQLcolumn - Class in it.unimi.dsi.erw
A column of an SQLtable.
SQLcolumn(String, String, int, Object, boolean, boolean, boolean, String) - Constructor for class it.unimi.dsi.erw.SQLcolumn
Creates an SQLcolumn.
SQLcolumn(String, String, int, Object, boolean, boolean, boolean, List) - Constructor for class it.unimi.dsi.erw.SQLcolumn
Creates an SQLcolumn.
SQLcolumn(String, String, int, int, String, Object, boolean, boolean, boolean, String) - Constructor for class it.unimi.dsi.erw.SQLcolumn
Creates an SQLcolumn.
SQLcolumn(String, String, int, String, Object, boolean, boolean, boolean, boolean, String) - Constructor for class it.unimi.dsi.erw.SQLcolumn
Creates an SQLcolumn.
SQLcolumn(String, String, int, int, String, Object, boolean, boolean, boolean) - Constructor for class it.unimi.dsi.erw.SQLcolumn
Creates an SQLcolumn.
sqlOut() - Method in class it.unimi.dsi.erw.SQLcolumn
Returns the SQL code for this column.
sqlscale - Variable in class it.unimi.dsi.erw.ERAttribute
The SQL scale, or -1 if no scale was specified.
sqlsize - Variable in class it.unimi.dsi.erw.ERAttribute
The SQL size.
SQLtable - Class in it.unimi.dsi.erw
An SQL table generated by reification.
SQLtable(String, ERObject) - Constructor for class it.unimi.dsi.erw.SQLtable
Creates an SQLtable.
sqltype - Variable in class it.unimi.dsi.erw.ERAttribute
The SQL type (null if this ERAttribute does not generate any SQLcolumn.
sqltype - Variable in class it.unimi.dsi.erw.EREnum
The SQL type of this enum.
sqlType - Variable in class it.unimi.dsi.erw.SQLcolumn
The SQL type of the column.
SQLtypes - Class in it.unimi.dsi.erw
A class with static methods providing information on supported ERL (SQL) types.
succ - Variable in class it.unimi.dsi.erw.EREnt
Map from relationship type identifiers to entity type identifiers for non-absorbed relationship types having as source this entity type.
SyntacticParseException - Exception in it.unimi.dsi.erw
An exception due to violation of syntactic contraints.
SyntacticParseException(String) - Constructor for exception it.unimi.dsi.erw.SyntacticParseException
 

T

target() - Method in interface it.unimi.dsi.erw.Arc
Returns the target.
target() - Method in class it.unimi.dsi.erw.ERRel
 
title - Static variable in class it.unimi.dsi.erw.ERObject
The optional title of the erl element, that is, of the whole schema.
toCompleteString() - Method in class it.unimi.dsi.erw.ERObject
Returns a more complete description, that also uses the label.
toString() - Method in class it.unimi.dsi.erw.ERAttribute
 
toString() - Method in class it.unimi.dsi.erw.ERObject
 
toString() - Method in class it.unimi.dsi.erw.Graph
 
toString() - Method in class it.unimi.dsi.erw.SQLcolumn
 
toString() - Method in class it.unimi.dsi.erw.SQLtable
 
trim - Variable in class it.unimi.dsi.erw.ERAttribute
Whether it will be trimmed or not.
type - Variable in class it.unimi.dsi.erw.ERAttribute
This is the type in the sense of the DTD.

U

upper - Variable in class it.unimi.dsi.erw.ERLeg
 

V

valueComment - Variable in class it.unimi.dsi.erw.EREnum
The map from values to comments.
valueLabel - Variable in class it.unimi.dsi.erw.EREnum
The map from values to labels of this enum.
values - Variable in class it.unimi.dsi.erw.EREnum
The values of this enum.
visit(Object, List, boolean) - Method in class it.unimi.dsi.erw.CycleFinder
 
visit(Object, GraphVisitor) - Method in class it.unimi.dsi.erw.Graph
Depth-first a graph using the given visitor and starting from the given node.
visit(Object, List, boolean) - Method in class it.unimi.dsi.erw.GraphVisitor
A method to call each time a node is reached.
visit(Object, List, boolean) - Method in class it.unimi.dsi.erw.ISAreachabilityVisitor
 
visit(Object, List, boolean) - Method in class it.unimi.dsi.erw.ReachabilityVisitor
 
visitAll(GraphVisitor) - Method in class it.unimi.dsi.erw.Graph
Depth-first visits a graph using the given visitor.

A C D E F G H I K L M N O P R S T U V