Modifier and Type | Method and Description |
---|---|
PropertyConversionParameter |
TargetOwlConfiguration.getPropertyConversionParameter(PropertyInfo pi) |
RdfPropertyMapEntry |
TargetOwlConfiguration.getPropertyMapEntry(PropertyInfo pi) |
RdfTypeMapEntry |
TargetOwlConfiguration.getTypeMapEntryByTypeInfo(PropertyInfo pi) |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
PropertyCall.getSchemaElement() |
Modifier and Type | Method and Description |
---|---|
void |
PropertyCall.setSchemaElement(PropertyInfo schemaElement) |
Modifier and Type | Class and Description |
---|---|
class |
PropertyInfoImpl |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
AssociationInfo.end1() |
PropertyInfo |
AssociationInfo.end2() |
PropertyInfo |
ClassInfoImpl.ownedProperty(String name)
Look up the property with the given name in the properties owned by this
class.
|
PropertyInfo |
ClassInfo.ownedProperty(String name)
Look up the property with the given name in the properties owned by this
class.
|
PropertyInfo |
ClassInfo.property(String name)
Find the property given by its name in this class or (if not present
there) recursively in its base classes.
|
PropertyInfo |
PropertyInfo.reverseProperty() |
Modifier and Type | Method and Description |
---|---|
SortedMap<StructuredNumber,PropertyInfo> |
ClassInfo.properties()
Get a map of all navigable properties (attributes and association roles)
that belong to this class - NOT one of its base classes.
|
SortedSet<PropertyInfo> |
ClassInfoImpl.propertiesAll() |
SortedSet<PropertyInfo> |
ClassInfo.propertiesAll()
Get a set of all navigable properties (attributes and association roles)
that belong to this class or one of the types in its supertype hierarchy.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyInfoEA |
Modifier and Type | Field and Description |
---|---|
protected TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoEA.propertiesCache
Cache (ordered) set for properties
|
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
AssociationInfoEA.end1()
Return PropertyInfo from source end
|
PropertyInfo |
AssociationInfoEA.end2()
Return PropertyInfo from source end
|
PropertyInfo |
ClassInfoEA.property(String name) |
PropertyInfo |
PropertyInfoEA.reverseProperty() |
Modifier and Type | Method and Description |
---|---|
SortedMap<StructuredNumber,PropertyInfo> |
ClassInfoEA.properties() |
Modifier and Type | Class and Description |
---|---|
class |
GenericPropertyInfo |
Modifier and Type | Field and Description |
---|---|
protected PropertyInfo |
GenericAssociationInfo.end1 |
protected PropertyInfo |
GenericAssociationInfo.end2 |
protected PropertyInfo |
GenericPropertyInfo.reverseProperty |
Modifier and Type | Field and Description |
---|---|
protected SortedMap<StructuredNumber,PropertyInfo> |
GenericClassInfo.properties |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
GenericAssociationInfo.end1() |
PropertyInfo |
GenericAssociationInfo.end2() |
PropertyInfo |
GenericClassInfo.property(String name) |
PropertyInfo |
GenericPropertyInfo.reverseProperty() |
Modifier and Type | Method and Description |
---|---|
SortedMap<StructuredNumber,PropertyInfo> |
GenericClassInfo.properties() |
Modifier and Type | Method and Description |
---|---|
GenericPropertyInfo |
GenericModel.createCopy(PropertyInfo pi,
String copyId)
Creates a copy of the given property.
|
void |
GenericAssociationInfo.setEnd1(PropertyInfo end1) |
void |
GenericAssociationInfo.setEnd2(PropertyInfo end2) |
void |
GenericPropertyInfo.setReverseProperty(PropertyInfo reverseProperty) |
Modifier and Type | Method and Description |
---|---|
void |
GenericClassInfo.setProperties(SortedMap<StructuredNumber,PropertyInfo> properties) |
Constructor and Description |
---|
GenericOclConstraint(PropertyInfo pi,
String constrName,
String constrStatus,
String constrText)
Creates a new OCL constraint with the given property as context, and OCL
parsed from the given text.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyInfoXmi10 |
Modifier and Type | Field and Description |
---|---|
protected PropertyInfo |
PropertyInfoXmi10.reverseProperty |
Modifier and Type | Field and Description |
---|---|
protected SortedMap<String,Vector<PropertyInfo>> |
Xmi10Document.fRoles |
protected TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoXmi10.properties |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
AssociationInfoXmi10.end1() |
PropertyInfo |
AssociationInfoXmi10.end2() |
PropertyInfo |
ClassInfoXmi10.property(String name) |
PropertyInfo |
PropertyInfoXmi10.reverseProperty() |
Modifier and Type | Method and Description |
---|---|
TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoXmi10.properties() |
Modifier and Type | Method and Description |
---|---|
SortedMap<Info,SortedSet<DiffElement>> |
Differ.diff(PropertyInfo curr,
PropertyInfo ref) |
SortedMap<Info,SortedSet<DiffElement>> |
Differ.diffEnum(PropertyInfo curr,
PropertyInfo ref) |
Modifier and Type | Field and Description |
---|---|
PropertyInfo |
OclNode.EnumerationLiteralExp.umlProperty
WARNING: this may be null if enums/codes are not modeled
|
Modifier and Type | Method and Description |
---|---|
static void |
ProfileUtil.transferProfiles(SortedSet<String> namesOfProfilesToTransfer,
PropertyInfo sourcePi,
PropertyInfo targetPi)
Transfers a set of profiles from a source property to a target property.
|
Modifier and Type | Field and Description |
---|---|
protected PropertyInfo |
CDBAttribute.propertyInfo |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
CDBAttribute.propertyInfo() |
Constructor and Description |
---|
CDBAttribute(PropertyInfo pi,
MapEntryParamInfos mapEntryParamInfos) |
Modifier and Type | Method and Description |
---|---|
protected String |
CodelistDictionariesML.createCodesCodeSpaceContent(ClassInfo ci,
PropertyInfo propi) |
protected Element |
CodelistDictionariesML.createEntry(Document lDocument,
ClassInfo ci,
PropertyInfo propi,
boolean local) |
protected HashSet<Element> |
CodelistDictionariesML.createEntryAlternLangCode(Document lDocument,
ClassInfo ci,
PropertyInfo propi) |
protected Element |
CodelistDictionariesML.createEntryDefinition(String lang,
Document lDocument,
ClassInfo ci,
PropertyInfo propi,
boolean altEntryLangsExist) |
protected Element |
CodelistDictionariesML.createEntryDefinitionContent(Document lDocument,
ClassInfo ci,
PropertyInfo propi,
HashSet<Element> eas) |
protected Element |
CodelistDictionariesML.createEntryDescription(String lang,
Document lDocument,
ClassInfo ci,
PropertyInfo propi) |
protected String |
CodelistDictionariesML.createEntryIdentifier(String lang,
ClassInfo ci,
PropertyInfo propi) |
protected Element |
CodelistDictionariesML.createEntryIdentifier(String lang,
Document lDocument,
ClassInfo ci,
PropertyInfo propi) |
protected Element |
CodelistDictionariesML.createEntryName(String lang,
Document lDocument,
ClassInfo ci,
PropertyInfo propi) |
Modifier and Type | Method and Description |
---|---|
String |
FOL2Schematron.getAndRegisterXmlName(PropertyInfo pi)
Auxiliary method to find out the full, namespace adorned name of a
property from the model.
|
boolean |
FolSchematronNode.hasSimpleType(PropertyInfo pi) |
boolean |
FolSchematronNode.AttributeNode.implementedAsXmlAttribute(PropertyInfo pi) |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
OntologyModel.getGlobalProperty(PropertyConversionParameter pcp) |
Modifier and Type | Method and Description |
---|---|
protected void |
OntologyModel.addAllValuesFrom(org.apache.jena.ontology.OntClass cls,
PropertyInfo pi,
org.apache.jena.rdf.model.Property p) |
protected void |
OntologyModel.addMultiplicity(org.apache.jena.ontology.OntClass cls,
PropertyInfo pi,
org.apache.jena.ontology.OntProperty p) |
org.apache.jena.ontology.OntProperty |
OntologyModel.getOntProperty(PropertyInfo pi) |
protected org.apache.jena.ontology.OntProperty |
OntologyModel.mapProperty(PropertyInfo pi)
NOTE: also imports the namespace of a mapped property
|
protected org.apache.jena.rdf.model.Resource |
OntologyModel.mapType(PropertyInfo pi)
Returns a class representing the type of the property.
|
static String |
OntologyModel.normalizedName(PropertyInfo pi) |
Modifier and Type | Method and Description |
---|---|
protected Element |
ReplicationXmlSchema.addProperty(PropertyInfo pi)
Process a single property.
|
protected void |
ReplicationXmlSchema.mapPropertyType(PropertyInfo propi,
Element e)
Set the type for a property element.
|
void |
ReplicationXmlSchema.processLocalProperty(PropertyInfo pi,
Element sequenceOrChoice)
Process a class property.
|
Modifier and Type | Method and Description |
---|---|
Expression |
SQLServerStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi)
TBD - not implemented yet
|
Expression |
PostgreSQLStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi)
TBD - not implemented yet
|
Expression |
OracleStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi) |
Expression |
DatabaseStrategy.expressionForCheckConstraintToRestrictTimeOfDate(PropertyInfo pi,
Column columnForPi)
For a property with a value type that does not store time (e.g.
|
Integer |
SqlBuilder.getSizeForCharacterValuedProperty(PropertyInfo pi) |
boolean |
SqlBuilder.isForeignKeyField(PropertyInfo pi) |
Modifier and Type | Method and Description |
---|---|
PropertyInfo |
Table.getRepresentedProperty() |
PropertyInfo |
Column.getRepresentedProperty() |
Modifier and Type | Method and Description |
---|---|
void |
Table.setRepresentedProperty(PropertyInfo representedProperty) |
void |
Column.setRepresentedProperty(PropertyInfo representedProperty) |
Constructor and Description |
---|
Column(String name,
PropertyInfo representedProperty,
Table inTable) |
Modifier and Type | Method and Description |
---|---|
protected Element |
XsdDocument.addProperty(ClassInfo cibase,
PropertyInfo pi,
Multiplicity m,
SchematronSchema schDoc)
Process a single property.
|
String |
SchematronSchema.getAndRegisterXmlName(PropertyInfo pi)
Auxiliary method to find out the full, namespace adorned name of a
property from the model.
|
static boolean |
XmlSchema.implementedAsXmlAttribute(PropertyInfo pi) |
protected boolean |
XsdDocument.mapPropertyType(ClassInfo cibase,
PropertyInfo propi,
Element e,
boolean inAssocClass,
SchematronSchema schDoc)
Set the type for a property element.
|
boolean |
XsdDocument.processLocalProperty(ClassInfo ci,
PropertyInfo pi,
Element sequenceOrChoice,
Multiplicity m,
SchematronSchema schDoc)
Process a class property.
|
Modifier and Type | Method and Description |
---|---|
String |
XpathHelper.getAndRegisterXmlName(PropertyInfo pi)
Auxiliary method to find out the full, namespace adorned name of a
property from the model.
|
Copyright © 2017. All rights reserved.