Interface I1

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
All Known Implementing Classes:
C1

public interface I1 extends org.umlg.runtime.domain.CompositionNode
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToCreator​(Creator creator)
     
    void
     
    static org.umlg.runtime.collection.UmlgSet<? extends I1>
     
    static org.umlg.runtime.collection.UmlgSet<? extends I1>
    allInstances​(org.umlg.runtime.collection.Filter filter)
     
    void
     
     
    void
     
    void
    removeFromCreator​(org.umlg.runtime.collection.UmlgSet<Creator> creator)
     
    void
    setCreator​(Creator creator)
     

    Methods inherited from interface org.umlg.runtime.domain.CompositionNode

    getOwningObject

    Methods inherited from interface org.umlg.runtime.domain.ocl.OclAny

    equals, notEquals, oclAsType, oclIsInState, oclIsInvalid, oclIsKindOf, oclIsNew, oclIsTypeOf, oclIsUndefined, oclLocale, oclType

    Methods inherited from interface org.umlg.runtime.domain.PersistentObject

    doBeforeCommit, fromJson, fromJson, fromJsonDataTypeAndComposite, fromJsonNonCompositeOne, fromJsonNonCompositeRequiredMany, getId, getMetaDataAsJson, getUid, toJson, toJson, toJsonWithoutCompositeParent, toJsonWithoutCompositeParent

    Methods inherited from interface org.umlg.runtime.domain.UmlgEnum

    getQualifiedName, toJson

    Methods 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

    • addToCreator

      void addToCreator(Creator creator)
    • addToCreatorIgnoreInverse

      void addToCreatorIgnoreInverse(Creator creator)
    • allInstances

      static org.umlg.runtime.collection.UmlgSet<? extends I1> allInstances(org.umlg.runtime.collection.Filter filter)
    • allInstances

      static org.umlg.runtime.collection.UmlgSet<? extends I1> allInstances()
    • clearCreator

      void clearCreator()
    • getCreator

      Creator getCreator()
    • removeFromCreator

      void removeFromCreator(Creator creator)
    • removeFromCreator

      void removeFromCreator(org.umlg.runtime.collection.UmlgSet<Creator> creator)
    • setCreator

      void setCreator(Creator creator)