|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PropertyInfo in de.interactive_instruments.ShapeChange.Model |
---|
Classes in de.interactive_instruments.ShapeChange.Model that implement PropertyInfo | |
---|---|
class |
PropertyInfoImpl
|
Methods in de.interactive_instruments.ShapeChange.Model that return PropertyInfo | |
---|---|
PropertyInfo |
AssociationInfo.end1()
|
PropertyInfo |
AssociationInfo.end2()
|
PropertyInfo |
ClassInfo.property(String name)
Note: a ClassInfo does not keep track of non-navigable properties. |
PropertyInfo |
PropertyInfo.reverseProperty()
|
Methods in de.interactive_instruments.ShapeChange.Model that return types with arguments of type PropertyInfo | |
---|---|
TreeMap<StructuredNumber,PropertyInfo> |
ClassInfo.properties()
|
Uses of PropertyInfo in de.interactive_instruments.ShapeChange.Model.EA |
---|
Classes in de.interactive_instruments.ShapeChange.Model.EA that implement PropertyInfo | |
---|---|
class |
PropertyInfoEA
|
Fields in de.interactive_instruments.ShapeChange.Model.EA with type parameters of type PropertyInfo | |
---|---|
protected TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoEA.propertiesCache
Cache (ordered) set for properties |
Methods in de.interactive_instruments.ShapeChange.Model.EA that return PropertyInfo | |
---|---|
PropertyInfo |
AssociationInfoEA.end1()
Return PropertyInfo from source end |
PropertyInfo |
AssociationInfoEA.end2()
Return PropertyInfo from source end |
PropertyInfo |
ClassInfoEA.property(String name)
Find the property given by its name in this class or (if not present there) recursively in its base classes. |
PropertyInfo |
PropertyInfoEA.reverseProperty()
|
Methods in de.interactive_instruments.ShapeChange.Model.EA that return types with arguments of type PropertyInfo | |
---|---|
TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoEA.properties()
Return all properties |
Uses of PropertyInfo in de.interactive_instruments.ShapeChange.Model.Generic |
---|
Classes in de.interactive_instruments.ShapeChange.Model.Generic that implement PropertyInfo | |
---|---|
class |
GenericPropertyInfo
|
Fields in de.interactive_instruments.ShapeChange.Model.Generic declared as PropertyInfo | |
---|---|
protected PropertyInfo |
GenericAssociationInfo.end1
|
protected PropertyInfo |
GenericAssociationInfo.end2
|
protected PropertyInfo |
GenericPropertyInfo.reverseProperty
|
Fields in de.interactive_instruments.ShapeChange.Model.Generic with type parameters of type PropertyInfo | |
---|---|
protected TreeMap<StructuredNumber,PropertyInfo> |
GenericClassInfo.properties
|
Methods in de.interactive_instruments.ShapeChange.Model.Generic that return PropertyInfo | |
---|---|
PropertyInfo |
GenericAssociationInfo.end1()
|
PropertyInfo |
GenericAssociationInfo.end2()
|
PropertyInfo |
GenericClassInfo.property(String name)
Find the property given by its name in this class or (if not present there) recursively in its base classes / supertypes. |
PropertyInfo |
GenericPropertyInfo.reverseProperty()
|
Methods in de.interactive_instruments.ShapeChange.Model.Generic that return types with arguments of type PropertyInfo | |
---|---|
TreeMap<StructuredNumber,PropertyInfo> |
GenericClassInfo.properties()
|
Methods in de.interactive_instruments.ShapeChange.Model.Generic with parameters of type PropertyInfo | |
---|---|
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)
|
Method parameters in de.interactive_instruments.ShapeChange.Model.Generic with type arguments of type PropertyInfo | |
---|---|
void |
GenericClassInfo.setProperties(TreeMap<StructuredNumber,PropertyInfo> properties)
|
Uses of PropertyInfo in de.interactive_instruments.ShapeChange.Model.Xmi10 |
---|
Classes in de.interactive_instruments.ShapeChange.Model.Xmi10 that implement PropertyInfo | |
---|---|
class |
PropertyInfoXmi10
|
Fields in de.interactive_instruments.ShapeChange.Model.Xmi10 declared as PropertyInfo | |
---|---|
protected PropertyInfo |
PropertyInfoXmi10.reverseProperty
|
Fields in de.interactive_instruments.ShapeChange.Model.Xmi10 with type parameters of type PropertyInfo | |
---|---|
protected HashMap<String,Vector<PropertyInfo>> |
Xmi10Document.fRoles
|
protected TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoXmi10.properties
|
Methods in de.interactive_instruments.ShapeChange.Model.Xmi10 that return PropertyInfo | |
---|---|
PropertyInfo |
AssociationInfoXmi10.end1()
|
PropertyInfo |
AssociationInfoXmi10.end2()
|
PropertyInfo |
ClassInfoXmi10.property(String name)
|
PropertyInfo |
PropertyInfoXmi10.reverseProperty()
|
Methods in de.interactive_instruments.ShapeChange.Model.Xmi10 that return types with arguments of type PropertyInfo | |
---|---|
TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoXmi10.properties()
|
Uses of PropertyInfo in de.interactive_instruments.ShapeChange.ModelDiff |
---|
Methods in de.interactive_instruments.ShapeChange.ModelDiff with parameters of type PropertyInfo | |
---|---|
HashMap<Info,HashSet<DiffElement>> |
Differ.diff(PropertyInfo curr,
PropertyInfo ref)
|
HashMap<Info,HashSet<DiffElement>> |
Differ.diffEnum(PropertyInfo curr,
PropertyInfo ref)
|
Uses of PropertyInfo in de.interactive_instruments.ShapeChange.Ocl |
---|
Fields in de.interactive_instruments.ShapeChange.Ocl declared as PropertyInfo | |
---|---|
PropertyInfo |
OclNode.EnumerationLiteralExp.umlProperty
|
Uses of PropertyInfo in de.interactive_instruments.ShapeChange.Target.Codelists |
---|
Methods in de.interactive_instruments.ShapeChange.Target.Codelists with parameters of type PropertyInfo | |
---|---|
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)
|
Uses of PropertyInfo in de.interactive_instruments.ShapeChange.Target.Ontology |
---|
Methods in de.interactive_instruments.ShapeChange.Target.Ontology with parameters of type PropertyInfo | |
---|---|
protected void |
OntologyModel.addAllValuesFrom(com.hp.hpl.jena.ontology.OntClass cls,
PropertyInfo pi,
com.hp.hpl.jena.rdf.model.Property p)
|
protected void |
OntologyDocumentRDFXML.addMultiplicity(Element classE,
PropertyInfo pi)
|
protected void |
OntologyModel.addMultiplicity(com.hp.hpl.jena.ontology.OntClass cls,
PropertyInfo pi,
com.hp.hpl.jena.rdf.model.Property p)
|
protected com.hp.hpl.jena.rdf.model.Property |
OntologyModel.mapProperty(PropertyInfo pi)
|
protected com.hp.hpl.jena.rdf.model.Resource |
OntologyModel.mapTypeResource(PropertyInfo pi)
|
static String |
OntologyModel.normalizedName(PropertyInfo pi)
|
static String |
OntologyDocumentRDFXML.normalizedName(PropertyInfo pi)
|
Uses of PropertyInfo in de.interactive_instruments.ShapeChange.Target.SQL |
---|
Methods in de.interactive_instruments.ShapeChange.Target.SQL with parameters of type PropertyInfo | |
---|---|
void |
SqlDdl.createAlterTableStatementForReverseProperty(PropertyInfo pi)
|
void |
SqlDdl.createForeignKeyDefinition(String className,
PropertyInfo pi)
|
boolean |
SqlDdl.refersToOtherFeatureOrObjectRepresentedByTable(PropertyInfo pi)
|
Method parameters in de.interactive_instruments.ShapeChange.Target.SQL with type arguments of type PropertyInfo | |
---|---|
void |
SqlDdl.generateTableCreationStatement(ClassInfo ci,
List<PropertyInfo> propertyInfosForColumns)
|
Uses of PropertyInfo in de.interactive_instruments.ShapeChange.Target.XmlSchema |
---|
Methods in de.interactive_instruments.ShapeChange.Target.XmlSchema with parameters of type PropertyInfo | |
---|---|
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. |
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. |
Uses of PropertyInfo in de.interactive_instruments.ShapeChange.TargetHelper |
---|
Methods in de.interactive_instruments.ShapeChange.TargetHelper with parameters of type PropertyInfo | |
---|---|
String |
XpathHelper.getAndRegisterXmlName(PropertyInfo pi)
Auxiliary method to find out the full, namespace adorned name of a property from the model. |
Uses of PropertyInfo in us.mitre.ShapeChange.Model.GSIP |
---|
Classes in us.mitre.ShapeChange.Model.GSIP that implement PropertyInfo | |
---|---|
class |
PropertyInfoGSIP
|
Fields in us.mitre.ShapeChange.Model.GSIP with type parameters of type PropertyInfo | |
---|---|
protected TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoGSIP.propertiesCache
Cache (ordered) set for properties |
Methods in us.mitre.ShapeChange.Model.GSIP that return PropertyInfo | |
---|---|
PropertyInfo |
AssociationInfoGSIP.end1()
Return PropertyInfo from source end |
PropertyInfo |
AssociationInfoGSIP.end2()
Return PropertyInfo from source end |
PropertyInfo |
ClassInfoGSIP.property(String name)
|
PropertyInfo |
PropertyInfoGSIP.reverseProperty()
Return the property on the other end of the association. |
Methods in us.mitre.ShapeChange.Model.GSIP that return types with arguments of type PropertyInfo | |
---|---|
TreeMap<StructuredNumber,PropertyInfo> |
ClassInfoGSIP.properties()
|
Methods in us.mitre.ShapeChange.Model.GSIP with parameters of type PropertyInfo | |
---|---|
void |
ClassInfoGSIP.addProperty(PropertyInfo pi)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |