org.cumt.model.classes
Class ObjectInstance

java.lang.Object
  extended by org.cumt.model.IdentifiedObject
      extended by org.cumt.model.PropertyAwareObject
          extended by org.cumt.model.BaseModelNode
              extended by org.cumt.model.ModelObject
                  extended by org.cumt.model.RelationableModelObject
                      extended by org.cumt.model.types.Value<ClassType>
                          extended by org.cumt.model.classes.ObjectInstance
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, OperationAware

public class ObjectInstance
extends Value<ClassType>
implements OperationAware

Author:
Carlos Descalzi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.cumt.model.types.Value
TYPE
 
Fields inherited from class org.cumt.model.ModelObject
STEREOTYPE
 
Fields inherited from class org.cumt.model.BaseModelNode
ATTRIBUTES, DESCRIPTION, IGNORED_ON_GENERATION, NAME
 
Constructor Summary
ObjectInstance()
           
 
Method Summary
 java.util.List<? extends Operation> getOperations()
           
 
Methods inherited from class org.cumt.model.types.Value
getType, setType
 
Methods inherited from class org.cumt.model.RelationableModelObject
addRelation, containsRelation, getRelations, isRelationAllowed, removeRelation
 
Methods inherited from class org.cumt.model.ModelObject
clone, getStereotype, setStereotype
 
Methods inherited from class org.cumt.model.BaseModelNode
getAttribute, getAttributeNames, getAttributes, getCreationDate, getDefaultName, getDescription, getName, getParent, isIgnoredOnGeneration, removeAttribute, setAttribute, setAttributes, setDescription, setIgnoredOnGeneration, setName, setParent, toString
 
Methods inherited from class org.cumt.model.PropertyAwareObject
addPropertyChangeListener, firePropertyChange, removePropertyChangeListener
 
Methods inherited from class org.cumt.model.IdentifiedObject
equals, getId, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectInstance

public ObjectInstance()
Method Detail

getOperations

public java.util.List<? extends Operation> getOperations()
Specified by:
getOperations in interface OperationAware


Copyright © 2006 null. All Rights Reserved.