org.apache.tuscany.sca.assembly
Interface Base

All Known Subinterfaces:
AbstractContract, AbstractProperty, AbstractReference, AbstractService, Binding, Callback, Component, ComponentProperty, ComponentReference, ComponentService, ComponentType, Composite, CompositeReference, CompositeService, ConstrainingType, Contract, Implementation, Property, Reference, RuntimeComponent, RuntimeComponentReference, RuntimeComponentService, SCABinding, Service, Wire

public interface Base

Base interface for all assembly model objects.

Version:
$Rev: 537384 $ $Date: 2007-05-12 12:02:56 +0100 (Sat, 12 May 2007) $

Method Summary
 java.util.List<java.lang.Object> getExtensions()
          Returns a list of extension objects contained in this model object.
 boolean isUnresolved()
          Returns true if the model element is unresolved.
 void setUnresolved(boolean unresolved)
          Sets whether the model element is unresolved.
 

Method Detail

getExtensions

java.util.List<java.lang.Object> getExtensions()
Returns a list of extension objects contained in this model object.

Returns:
a list of extension objects container in this model object

isUnresolved

boolean isUnresolved()
Returns true if the model element is unresolved.

Returns:
true if the model element is unresolved.

setUnresolved

void setUnresolved(boolean unresolved)
Sets whether the model element is unresolved.

Parameters:
unresolved - whether the model element is unresolved