|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Property in fUML.Semantics.Actions.IntermediateActions |
|---|
| Methods in fUML.Semantics.Actions.IntermediateActions that return Property | |
|---|---|
Property |
StructuralFeatureActionActivation.getOppositeEnd(Association association,
StructuralFeature end)
|
| Uses of Property in fUML.Semantics.Classes.Kernel |
|---|
| Methods in fUML.Semantics.Classes.Kernel with parameters of type Property | |
|---|---|
FeatureValueList |
Link.getOtherFeatureValues(ExtensionalValueList extent,
Property end)
|
boolean |
Link.isMatchingLink(ExtensionalValue link,
Property end)
|
| 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)
|
| 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 |
Property._setOpposite(Property opposite)
|
protected void |
Classifier.addAttribute(Property attribute)
|
void |
Association.addNavigableOwnedEnd(Property navigableOwnedEnd)
|
void |
DataType.addOwnedAttribute(Property ownedAttribute)
|
void |
Class_.addOwnedAttribute(Property ownedAttribute)
|
void |
Association.addOwnedEnd(Property ownedEnd)
|
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)
|
| Uses of Property in fUML.Test |
|---|
| Methods in fUML.Test that return Property | |
|---|---|
protected Property |
ActivityFactory.addProperty(Activity activity,
java.lang.String name,
Type type,
int lower,
int upper)
|
protected Property |
ActivityFactory.getProperty(Classifier classifier,
java.lang.String propertyName)
|
| 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,
java.lang.String ends)
|
Property |
ModelFactory.createProperty(Association assoc,
java.lang.String name,
java.lang.String id,
java.lang.String typeName,
java.lang.String subsettedProperty,
java.lang.String redefinedProperty,
boolean readOnly,
boolean derived,
boolean derivedUnion)
|
Property |
ModelFactory.createProperty(Class_ c,
java.lang.String name,
java.lang.String id,
java.lang.String typeName,
java.lang.String redefinedProperty,
boolean readOnly,
boolean derived,
boolean derivedUnion)
|
Property |
ModelFactory.createProperty(java.lang.String name,
java.lang.String id,
java.lang.String typeName,
java.lang.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(java.lang.String name,
java.lang.String id,
Property[] members)
|
ValueSpecification |
ModelFactory.createDefault(Property prop,
java.lang.Object value,
java.lang.String instance,
java.lang.String id,
java.lang.String xmiType,
java.lang.String typeId)
|
LiteralInteger |
ModelFactory.createLowerValue(Property p,
boolean hasLowerValue,
java.lang.String value)
|
LiteralSpecification |
ModelFactory.createUpperValue(Property p,
boolean hasUpperValue,
java.lang.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)
|
protected void |
InMemoryMapping.mergeProperty(Property target,
Property source)
|
| Constructors in org.modeldriven.fuml.repository.model with parameters of type Property | |
|---|---|
Property(Property property,
RepositoryArtifact artifact)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||