Uses of Class
fUML.Syntax.Classes.Kernel.Property

Packages that use Property
fUML.Semantics.Actions.IntermediateActions   
fUML.Syntax.Actions.IntermediateActions   
fUML.Syntax.Classes.Kernel   
fUML.Syntax.CommonBehaviors.Communications   
org.modeldriven.fuml.repository   
org.modeldriven.fuml.repository.ext   
org.modeldriven.fuml.repository.model   
 

Uses of Property in fUML.Semantics.Actions.IntermediateActions
 

Methods in fUML.Semantics.Actions.IntermediateActions that return Property
 Property StructuralFeatureActionActivation.getOppositeEnd(Association association, StructuralFeature end)
          operation getOppositeEnd
 

Uses of Property in fUML.Syntax.Actions.IntermediateActions
 

Fields in fUML.Syntax.Actions.IntermediateActions declared as Property
 Property LinkEndData.end
           
 

Methods in fUML.Syntax.Actions.IntermediateActions with parameters of type Property
 void LinkEndData.setEnd(Property end)
          operation setEnd
 

Uses of Property in fUML.Syntax.Classes.Kernel
 

Fields in fUML.Syntax.Classes.Kernel declared as Property
 Property Property.opposite
           
 

Methods in fUML.Syntax.Classes.Kernel that return Property
 Property PropertyList.getValue(int i)
           
 

Methods in fUML.Syntax.Classes.Kernel with parameters of type Property
 void Association.addNavigableOwnedEnd(Property navigableOwnedEnd)
          operation addNavigableOwnedEnd
 void DataType.addOwnedAttribute(Property ownedAttribute)
          operation addOwnedAttribute
 void Class_.addOwnedAttribute(Property ownedAttribute)
          operation addOwnedAttribute
 void Association.addOwnedEnd(Property ownedEnd)
          operation addOwnedEnd
 void PropertyList.addValue(int i, Property v)
           
 void PropertyList.addValue(Property v)
           
 void PropertyList.setValue(int i, Property v)
           
 

Uses of Property in fUML.Syntax.CommonBehaviors.Communications
 

Methods in fUML.Syntax.CommonBehaviors.Communications with parameters of type Property
 void Signal.addOwnedAttribute(Property ownedAttribute)
          operation addOwnedAttribute
 

Uses of Property in org.modeldriven.fuml.repository
 

Methods in org.modeldriven.fuml.repository that return Property
 Property Property.getDelegate()
           
 

Methods in org.modeldriven.fuml.repository with parameters of type Property
 void RepositoryMapping.mapProperty(Classifier clss, Property proprty, RepositoryArtifact artifact)
           
 

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

Subclasses of Property in org.modeldriven.fuml.repository.ext
 class ExtensionEnd
           
 

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

Methods in org.modeldriven.fuml.repository.model that return Property
 Property[] ModelFactory.createAssociationEnds(Association assoc, String ends)
           
 Property ModelFactory.createProperty(Association assoc, String name, String id, String typeName, String subsettedProperty, String redefinedProperty, boolean readOnly, boolean derived, boolean derivedUnion)
           
 Property ModelFactory.createProperty(Class_ c, String name, String id, String typeName, String redefinedProperty, boolean readOnly, boolean derived, boolean derivedUnion)
           
 Property ModelFactory.createProperty(String name, String id, String typeName, String redefinedProperty, boolean readOnly, boolean derived, boolean derivedUnion)
           
 Property Property.getDelegate()
           
 

Methods in org.modeldriven.fuml.repository.model with parameters of type Property
 Association ModelFactory.createAssociation(String name, String id, Property[] members)
           
 ValueSpecification ModelFactory.createDefault(Property prop, Object value, String instance, String id, String xmiType, String typeId)
           
 LiteralInteger ModelFactory.createLowerValue(Property p, boolean hasLowerValue, String value)
           
 LiteralSpecification ModelFactory.createUpperValue(Property p, boolean hasUpperValue, String value)
          multiplicity examples --------------------------------------- 1 - Default if omitted * - zero or more 1..* - 1 or more 0..1 - zero or 1 2..5 - At least 2 and up to 5 2,5 - 2 or 5 n - Unknown at compile time ---------------------------------------
 void InMemoryMapping.mapProperty(Classifier c, Property p, RepositoryArtifact artifact)
           
 

Constructors in org.modeldriven.fuml.repository.model with parameters of type Property
Property(Property property, RepositoryArtifact artifact)
           
 



Copyright © 2012. All Rights Reserved.