com.rapidtransform.part.model
Class NextHigherRelation

java.lang.Object
  extended by com.rapidtransform.core.model.AbstractBaseModel
      extended by com.rapidtransform.part.model.ItemViewInstanceRelation
          extended by com.rapidtransform.part.model.AssemblyRelation
              extended by com.rapidtransform.part.model.NextHigherRelation
All Implemented Interfaces:
Model, Approvable, OrganizationalData, OrganizationElement, InstanceUsageContext, Effective, java.io.Serializable

public class NextHigherRelation
extends AssemblyRelation

The NextHigherRelation represents the link between a component on an assembly and the parent assembly for the component.

Author:
Steve Werner
See Also:
Serialized Form

Constructor Summary
NextHigherRelation()
           
 
Method Summary
 
Methods inherited from class com.rapidtransform.part.model.ItemViewInstanceRelation
getDocuments, getInstance, getView, setDocuments, setInstance, setView
 
Methods inherited from class com.rapidtransform.core.model.AbstractBaseModel
equals, generateUuid, getId, getMetaTypeName, getPropertyHolder, getUuid, hashCode, setId, setMetaTypeName, setPropertyHolder, setUuid
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NextHigherRelation

public NextHigherRelation()