org.apache.tuscany.sca.assembly.impl
Class BaseImpl

java.lang.Object
  extended by org.apache.tuscany.sca.assembly.impl.BaseImpl
All Implemented Interfaces:
Base
Direct Known Subclasses:
ConfiguredOperationImpl, ExtensibleImpl, ImportSDO

public abstract class BaseImpl
extends java.lang.Object
implements Base

Convenience base class for assembly model objects.


Constructor Summary
protected BaseImpl()
          Constructs a new base model object.
 
Method Summary
 boolean isUnresolved()
          Returns true if the model element is unresolved.
 void setUnresolved(boolean undefined)
          Sets whether the model element is unresolved.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseImpl

protected BaseImpl()
Constructs a new base model object.

Method Detail

isUnresolved

public boolean isUnresolved()
Description copied from interface: Base
Returns true if the model element is unresolved.

Specified by:
isUnresolved in interface Base
Returns:
true if the model element is unresolved.

setUnresolved

public void setUnresolved(boolean undefined)
Description copied from interface: Base
Sets whether the model element is unresolved.

Specified by:
setUnresolved in interface Base
Parameters:
undefined - whether the model element is unresolved