Uses of Class
org.umlg.associationclass.ObjectType
Packages that use ObjectType
-
Uses of ObjectType in org.umlg.associationclass
Methods in org.umlg.associationclass that return ObjectTypeModifier and TypeMethodDescriptionHalfHourMeasurement.getObjectType()HourMeasurement.getObjectType()Methods in org.umlg.associationclass that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ObjectType>ObjectType.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends ObjectType>ObjectType.allInstances(org.umlg.runtime.collection.Filter filter)org.umlg.runtime.collection.UmlgPropertyAssociationClassSet<ObjectType,HalfHourMeasurement>HalfHour.getObjectType()org.umlg.runtime.collection.UmlgPropertyAssociationClassSet<ObjectType,HourMeasurement>Hour.getObjectType()org.umlg.runtime.collection.UmlgSet<ObjectType>HalfHour.lookupFor_halfhour_objectType()org.umlg.runtime.collection.UmlgSet<ObjectType>Hour.lookupFor_hour_objectType()Methods in org.umlg.associationclass with parameters of type ObjectTypeModifier and TypeMethodDescriptionvoidHalfHour.addToObjectType(ObjectType objectType, HalfHourMeasurement halfHourMeasurement)voidHalfHourMeasurement.addToObjectType(ObjectType objectType)voidHour.addToObjectType(ObjectType objectType, HourMeasurement hourMeasurement)voidHourMeasurement.addToObjectType(ObjectType objectType)voidHalfHour.addToObjectTypeIgnoreInverse(ObjectType objectType, HalfHourMeasurement halfHourMeasurement)voidHour.addToObjectTypeIgnoreInverse(ObjectType objectType, HourMeasurement hourMeasurement)HalfHour.getHalfHourMeasurement_objectType_objectType(ObjectType objectType)Hour.getHourMeasurement_objectType_objectType(ObjectType objectType)voidHalfHour.removeFromObjectType(ObjectType objectType)voidHour.removeFromObjectType(ObjectType objectType)Method parameters in org.umlg.associationclass with type arguments of type ObjectTypeModifier and TypeMethodDescriptionvoidHalfHour.addToObjectType(org.umlg.runtime.collection.UmlgSet<org.umlg.runtime.util.Pair<ObjectType,HalfHourMeasurement>> HalfHourMeasurement_objectType)voidHour.addToObjectType(org.umlg.runtime.collection.UmlgSet<org.umlg.runtime.util.Pair<ObjectType,HourMeasurement>> HourMeasurement_objectType)voidHalfHour.removeFromObjectType(org.umlg.runtime.collection.UmlgSet<ObjectType> objectType)voidHour.removeFromObjectType(org.umlg.runtime.collection.UmlgSet<ObjectType> objectType)voidHalfHour.setObjectType(org.umlg.runtime.collection.UmlgSet<org.umlg.runtime.util.Pair<ObjectType,HalfHourMeasurement>> HalfHourMeasurement_objectType)voidHour.setObjectType(org.umlg.runtime.collection.UmlgSet<org.umlg.runtime.util.Pair<ObjectType,HourMeasurement>> HourMeasurement_objectType) -
Uses of ObjectType in org.umlg.model
Methods in org.umlg.model that return types with arguments of type ObjectTypeModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends ObjectType>Umlgtest.getObjectType()