Package org.umlg.interfacetest
Interface IMany
- All Superinterfaces:
org.umlg.runtime.domain.CompositionNode,org.umlg.runtime.domain.ocl.OclAny,org.umlg.runtime.domain.PersistentObject,Serializable,org.umlg.runtime.domain.UmlgEnum,org.umlg.runtime.domain.UmlgNode
public interface IMany
extends org.umlg.runtime.domain.CompositionNode
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddToGodIgnoreInverse(God god)voidvoidaddToNameIgnoreInverse(String name)static org.umlg.runtime.collection.UmlgSet<? extends IMany>static org.umlg.runtime.collection.UmlgSet<? extends IMany>allInstances(org.umlg.runtime.collection.Filter filter)voidclearGod()voidgetGod()getName()voidremoveFromGod(God god)voidremoveFromGod(org.umlg.runtime.collection.UmlgSet<God> god)voidremoveFromName(String name)voidremoveFromName(org.umlg.runtime.collection.UmlgSet<String> name)voidvoidList<org.umlg.runtime.validation.UmlgConstraintViolation>validateName(String name)Methods inherited from interface org.umlg.runtime.domain.CompositionNode
getOwningObjectMethods inherited from interface org.umlg.runtime.domain.ocl.OclAny
equals, notEquals, oclAsType, oclIsInState, oclIsInvalid, oclIsKindOf, oclIsNew, oclIsTypeOf, oclIsUndefined, oclLocale, oclTypeMethods inherited from interface org.umlg.runtime.domain.PersistentObject
doBeforeCommit, fromJson, fromJson, fromJsonDataTypeAndComposite, fromJsonNonCompositeOne, fromJsonNonCompositeRequiredMany, getId, getMetaDataAsJson, getUid, toJson, toJson, toJsonWithoutCompositeParent, toJsonWithoutCompositeParentMethods inherited from interface org.umlg.runtime.domain.UmlgEnum
getQualifiedName, toJsonMethods inherited from interface org.umlg.runtime.domain.UmlgNode
asSet, checkClassConstraints, delete, getEdge, getPathToCompositionalRoot, getQualifiers, getSize, getVertex, hasOnlyOneCompositeParent, initialiseProperties, initialiseProperty, initVariables, inverseAdder, isTinkerRoot, setEdge, validateMultiplicities, z_internalAddPersistentValueToCollection, z_internalAddToCollection, z_internalBooleanProperties, z_internalDataTypeProperties, z_internalDataTypePropertiesWithDefaultValues, z_internalGetCollectionFor, z_internalInverseAdder, z_internalMarkCollectionLoaded
-
Method Details
-
addToGod
-
addToGodIgnoreInverse
-
addToName
-
addToNameIgnoreInverse
-
allInstances
static org.umlg.runtime.collection.UmlgSet<? extends IMany> allInstances(org.umlg.runtime.collection.Filter filter) -
allInstances
-
clearGod
void clearGod() -
clearName
void clearName() -
getGod
God getGod() -
getName
String getName() -
removeFromGod
-
removeFromGod
-
removeFromName
-
removeFromName
-
setGod
-
setName
-
validateName
-