cb.petal
Class DependencyRelationship
java.lang.Object
|
+--cb.petal.PetalObject
|
+--cb.petal.QuidObject
|
+--cb.petal.QuiduObject
|
+--cb.petal.Relationship
|
+--cb.petal.DependencyRelationship
- All Implemented Interfaces:
- java.lang.Cloneable, Documented, HasQuidu, HasSupplier, Labeled, PetalNode, java.io.Serializable, StereoTyped
- public class DependencyRelationship
- extends Relationship
Represents Dependency_Relationship object
- Version:
- $Id: DependencyRelationship.java,v 1.7 2001/06/22 09:10:36 dahm Exp $
- Author:
- M. Dahm
- See Also:
- Serialized Form
Methods inherited from class cb.petal.PetalObject |
addProperty, addToList, clone, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, equals, getChildCount, getKind, getLongestName, getName, getNames, getNoProperties, getParameterList, getParent, getProperties, getProperty, getProperty, getPropertyAsBoolean, getPropertyAsFloat, getPropertyAsInteger, getPropertyAsString, getPropertyList, getPropertyName, getPropertyTuples, getQualifiedName, getRoot, indexOf, moveProperty, removeFromList, removeProperty, removeProperty, setName, setParameterList, setParent, setProperty, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DependencyRelationship
public DependencyRelationship(PetalNode parent,
java.util.Collection params)
DependencyRelationship
public DependencyRelationship()
getSupplierIsSubsystem
public boolean getSupplierIsSubsystem()
setSupplierIsSubsystem
public void setSupplierIsSubsystem(boolean o)
getSupplierIsSpec
public boolean getSupplierIsSpec()
setSupplierIsSpec
public void setSupplierIsSpec(boolean o)
accept
public void accept(Visitor v)
- Overrides:
accept
in class PetalObject