Uses of Interface
org.modeldriven.fuml.repository.Property

Packages that use Property
org.modeldriven.fuml.config Package level documentation for generated package org.modeldriven.fuml.config. 
org.modeldriven.fuml.repository   
org.modeldriven.fuml.repository.model   
org.modeldriven.fuml.xmi   
 

Uses of Property in org.modeldriven.fuml.config
 

Methods in org.modeldriven.fuml.config with parameters of type Property
 ReferenceMappingType FumlConfiguration.getReferenceMappingType(Classifier classifier, Property property)
           
 boolean FumlConfiguration.hasReferenceMapping(Classifier classifier, Property property)
           
 

Uses of Property in org.modeldriven.fuml.repository
 

Methods in org.modeldriven.fuml.repository that return Property
 Property Class_.findProperty(String name)
           
 Property Property.getOpposite()
           
 Property Class_.getProperty(String name)
           
 

Methods in org.modeldriven.fuml.repository that return types with arguments of type Property
 List<Property> Class_.getAllProperties()
           
 List<Property> Class_.getDeclaredProperties()
           
 List<Property> Class_.getNamedProperties()
           
 

Uses of Property in org.modeldriven.fuml.repository.model
 

Classes in org.modeldriven.fuml.repository.model that implement Property
 class Property
           
 

Methods in org.modeldriven.fuml.repository.model that return Property
 Property Class_.findProperty(String name)
           
 Property Property.getOpposite()
           
 Property Class_.getProperty(String name)
           
 

Methods in org.modeldriven.fuml.repository.model that return types with arguments of type Property
 List<Property> Class_.getAllProperties()
           
 List<Property> Class_.getDeclaredProperties()
           
 List<Property> Class_.getNamedProperties()
           
 

Uses of Property in org.modeldriven.fuml.xmi
 

Methods in org.modeldriven.fuml.xmi with parameters of type Property
 boolean ModelSupport.isReferenceAttribute(Property property)
           
 



Copyright © 2012. All Rights Reserved.