- Range<O> - Interface in org.tanjakostic.jcleancim.docgen.writer
-
Technology-independent abstraction for range in documents.
- range - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlChildElement
-
applicable to association end or attribute having compound type
- RANGE_TOKEN - Static variable in class org.tanjakostic.jcleancim.model.ValueRange
-
- RawData - Interface in org.tanjakostic.jcleancim.docgen.collector
-
Simple wrapper for a map of key/value pairs, used to store raw, non-formatted and non- modified
data from the UML object for applications that do not work with UML objects and that may need to
provide formatting for printing different than the default.
- RawDataImpl - Class in org.tanjakostic.jcleancim.docgen.collector
-
Default implementation.
- RawDataImpl() - Constructor for class org.tanjakostic.jcleancim.docgen.collector.RawDataImpl
-
- rdf - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlNamespace
-
- rdfs - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlNamespace
-
- RdfsClass - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
CIM RDF Schema element representing the UML class.
- RdfsClass(RdfsModel, Element) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsClass
-
Creates instance from DOM Element.
- RdfsDifference - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
- RdfsDifference(String, String, String, RdfsDifference.Kind, String, String, String, String) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsDifference
-
Constructor.
- RdfsDifference.Kind - Enum in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
- RdfsDifference.Kind(String) - Constructor for enum org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsDifference.Kind
-
- RdfsElem - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
Base class with common implementation for all CIM RDF/OWL Schema elements.
- RdfsElem(RdfsModel, Element) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsElem
-
Initialises fields common to RDF elements from DOM Element.
- RdfsElem(RdfsModel, String, String, String, String, boolean) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsElem
-
Initialises fields common to RDF elements independently of DOM Element.
- RdfsEnumLiteral - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
CIM RDF Schema element representing the UML attribute defined on an enum class.
- RdfsEnumLiteral(RdfsModel, Element) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsEnumLiteral
-
Creates instance from DOM Element.
- RdfsEnumLiteral(RdfsModel, String, String, String, String, String) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsEnumLiteral
-
Creates instance independently of DOM Element.
- RdfsModel - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
The model content is, at the start, reflecting the content of the parsed RDF/OWL schema, and at
the end, after a number of validations and consistency checks, it contains the representation of
the corrected UML CIM.
- RdfsModel(String) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsModel
-
Constructor.
- RdfsPackage - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
CIM RDF Schema element representing the UML package.
- RdfsPackage(RdfsModel, Element) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsPackage
-
Creates instance from DOM Element.
- RdfsPackage(RdfsModel, String, String, String, String, boolean) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsPackage
-
Creates instance independently of dom4j Element.
- RdfsParser - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
Parses CIM RDF Schema file (created from CIM UML model with CIMTool).
- RdfsParser(File) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsParser
-
Constructs an instance from the file with the CIM RDF Schema.
- RdfsProperty - Class in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
CIM RDF Schema element representing the UML attribute or association end (role).
- RdfsProperty(RdfsModel, Element) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsProperty
-
Creates instance from DOM Element.
- RdfsProperty(RdfsModel, String, String, String, String, boolean, String, RdfsProperty.Kind, String, String, String, String) - Constructor for class org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsProperty
-
Constructor.
- RdfsProperty.Kind - Enum in org.tanjakostic.jcleancim.experimental.builder.rdfs
-
We need this one with OWL, since we cannot distinguish between dataType and range (OWL always
uses range plus some other tags).
- RdfsProperty.Kind() - Constructor for enum org.tanjakostic.jcleancim.experimental.builder.rdfs.RdfsProperty.Kind
-
- readAndValidate(File) - Method in class org.tanjakostic.jcleancim.xml.AbstractConfiguredDOMBuilder
-
- readAndValidate(XmlString) - Method in class org.tanjakostic.jcleancim.xml.AbstractConfiguredDOMBuilder
-
- readAndValidate(InputSource) - Method in class org.tanjakostic.jcleancim.xml.AbstractConfiguredDOMBuilder
-
- readAndValidate(File, InputSource, String) - Method in class org.tanjakostic.jcleancim.xml.AbstractConfiguredDOMBuilder
-
- readAndValidate(File) - Method in interface org.tanjakostic.jcleancim.xml.ConfiguredDOMBuilder
-
Reads and validates xmlFile
and returns it as DOM document.
- readAndValidate(XmlString) - Method in interface org.tanjakostic.jcleancim.xml.ConfiguredDOMBuilder
-
Reads and validates xmlText
and returns it as DOM document.
- readAndValidate(InputSource) - Method in interface org.tanjakostic.jcleancim.xml.ConfiguredDOMBuilder
-
Reads and validates source
and returns it as DOM document.
- REMOVE_TAGS - Static variable in class org.tanjakostic.jcleancim.builder.ea.EaNotesCleaner
-
- removeHtml(String) - Method in class org.tanjakostic.jcleancim.builder.ea.EaNotesCleaner
-
- removeNsDuplicates() - Method in class org.tanjakostic.jcleancim.docgen.collector.impl.DocCollectorImpl
-
- reorder(List<EntryDoc>) - Method in class org.tanjakostic.jcleancim.docgen.collector.impl.Reordering
-
Performs reordering of
entryDocs
and returns reordered entry docs, or empty list
if there are no reordering items (
returns empty list
).
- Reordering - Class in org.tanjakostic.jcleancim.docgen.collector.impl
-
- Reordering() - Constructor for class org.tanjakostic.jcleancim.docgen.collector.impl.Reordering
-
- Reordering.ReorderingItem - Class in org.tanjakostic.jcleancim.docgen.collector.impl
-
- Reordering.ReorderingItem(EntryDoc, EntryDoc) - Constructor for class org.tanjakostic.jcleancim.docgen.collector.impl.Reordering.ReorderingItem
-
- replaceXmlPrimitiveWithCimPrimitiveAndAddItToRoot(XmlNs, Element, Element) - Static method in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlElement
-
- reset() - Method in class org.tanjakostic.jcleancim.xml.SaxErrorData
-
If you are using this instance multiple times, ensure you always first reset it.
- resetDefaultPropsFileName() - Method in class org.tanjakostic.jcleancim.common.Config
-
- resource - Static variable in class org.tanjakostic.jcleancim.experimental.builder.rdfs.XmlAttribute
-
applicable to rdfs:subClassOf, rdfs:domain, rdfs:range, rdf:type, ---
- ResourceNotOnClasspathException - Exception in org.tanjakostic.jcleancim.util
-
- ResourceNotOnClasspathException(String) - Constructor for exception org.tanjakostic.jcleancim.util.ResourceNotOnClasspathException
-
- ResourceNotOnClasspathException(String, Throwable) - Constructor for exception org.tanjakostic.jcleancim.util.ResourceNotOnClasspathException
-
- ResourceNotOnClasspathException(Throwable) - Constructor for exception org.tanjakostic.jcleancim.util.ResourceNotOnClasspathException
-
- restoreFrom(OptimOptions, Dispatch, Dispatch) - Method in class org.tanjakostic.jcleancim.docgen.writer.word.doc.OptimOptions
-
- ROLE_NAVIGABLE_PATTERN - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- ROLE_TGVAL_BASECLASS - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- ROLE_TGVAL_NAME - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- ROLE_TGVAL_OWNER_ID - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- ROLE_TGVAL_TAGS - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- ROLE_TGVAL_VALUE - Static variable in class org.tanjakostic.jcleancim.builder.ea.EA
-
- Rule - Interface in org.tanjakostic.jcleancim.validation
-
Interface to be implemented by all rules.
- Rule.Category - Enum in org.tanjakostic.jcleancim.validation
-
Category of the rule; usefull to classify problems.
- Rule.Category() - Constructor for enum org.tanjakostic.jcleancim.validation.Rule.Category
-
- Rule.Severity - Enum in org.tanjakostic.jcleancim.validation
-
How severe the violation of this rule is; useful to prioritise problems.
- Rule.Severity() - Constructor for enum org.tanjakostic.jcleancim.validation.Rule.Severity
-