org.cumt.model.sequence
Class LifeCycle
java.lang.Object
org.cumt.model.IdentifiedObject
org.cumt.model.PropertyAwareObject
org.cumt.model.BaseModelNode
org.cumt.model.ModelObject
org.cumt.model.RelationableModelObject
org.cumt.model.sequence.LifeCycle
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class LifeCycle
- extends RelationableModelObject
- See Also:
- Serialized Form
Field Summary |
static java.lang.String |
OBJECT
|
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 java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
OBJECT
public static final java.lang.String OBJECT
- See Also:
- Constant Field Values
LifeCycle
public LifeCycle()
getObject
public ModelObject getObject()
setObject
public void setObject(ModelObject object)
isRelationAllowed
public boolean isRelationAllowed(java.lang.Class<? extends Relation> relationType,
RelationableModelObject target,
boolean isSource)
- Description copied from class:
RelationableModelObject
- Determines if a given relation type can be used to stablish a relation between
this object an other given object
- Overrides:
isRelationAllowed
in class RelationableModelObject
- Returns:
- true if the relation can be stablished
Copyright © 2006 null. All Rights Reserved.