Package | Description |
---|---|
org.tanjakostic.jcleancim.experimental.builder.rdfs |
FIXME: This is experimental and absolutely not tested - don't use!
|
Modifier and Type | Class and Description |
---|---|
class |
RdfsClass
CIM RDF Schema element representing the UML class.
|
class |
RdfsEnumLiteral
CIM RDF Schema element representing the UML attribute defined on an enum class.
|
class |
RdfsPackage
CIM RDF Schema element representing the UML package.
|
class |
RdfsProperty
CIM RDF Schema element representing the UML attribute or association end (role).
|
Modifier and Type | Method and Description |
---|---|
protected RdfsDifference |
RdfsElem.formatDiff(java.lang.String field,
java.lang.String thisVal,
java.lang.String otherVal,
RdfsElem other) |
java.util.List<RdfsDifference> |
RdfsProperty.getDiffs(RdfsElem other) |
java.util.List<RdfsDifference> |
RdfsEnumLiteral.getDiffs(RdfsElem other) |
java.util.List<RdfsDifference> |
RdfsElem.getDiffs(RdfsElem other)
Calculates differences between this instance and
other and returns them in a
list of Strings. |
java.util.List<RdfsDifference> |
RdfsClass.getDiffs(RdfsElem other) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<RdfsDifference> |
RdfsModel.calcSetDiff(java.lang.String field,
java.util.Map<java.lang.String,? extends RdfsElem> thisWhat,
java.util.Map<java.lang.String,? extends RdfsElem> otherWhat,
RdfsModel other,
boolean isDeep) |
private java.util.List<RdfsDifference> |
RdfsModel.calcSetDiff(java.lang.String field,
java.util.Map<java.lang.String,? extends RdfsElem> thisWhat,
java.util.Map<java.lang.String,? extends RdfsElem> otherWhat,
RdfsModel other,
boolean isDeep) |
Copyright 2009-2015 Tatjana (Tanja) Kostic