org.apache.tuscany.sca.assembly
Interface Base

All Known Subinterfaces:
AbstractContract, AbstractProperty, AbstractReference, AbstractService, Artifact, AtomBinding, AtomBinding, BaseJavaImplementation, Binding, BindingRRB, BPELImplementation, BPELProcessDefinition, Callback, Component, ComponentProperty, ComponentReference, ComponentService, ComponentType, Composite, CompositeReference, CompositeService, ConfiguredNodeImplementation, ConfiguredOperation, ConstrainingType, Contract, Contribution, ContributionMetadata, CorbaBinding, DeployedArtifact, DistributedSCABinding, EJBBinding, EJBImplementation, Endpoint, GdataBinding, HTTPBinding, Implementation, JavaImplementation, JavaInterface, JEEImplementation, JSONRPCBinding, NodeImplementation, NotificationBinding, OperationSelector, OptimizableBinding, OSGiImplementation, Property, Reference, ResourceImplementation, RMIBinding, RSSBinding, RSSBinding, RuntimeComponent, RuntimeComponentReference, RuntimeComponentService, SCABinding, ScopedRuntimeComponent, Service, WebServiceBinding, Wire, WireFormat, Workspace, WSDLDefinition, WSDLInterface, XQueryImplementation, XSDefinition
All Known Implementing Classes:
AbstractBinding, AbstractImplementation, AbstractPropertyImpl, AbstractReferenceImpl, AbstractServiceImpl, BaseImpl, CallbackImpl, ClassReference, ComponentImpl, ComponentPropertyImpl, ComponentReferenceImpl, ComponentServiceImpl, ComponentTypeImpl, CompositeImpl, CompositeReferenceImpl, CompositeServiceImpl, ConfiguredOperationImpl, ConstrainingTypeImpl, ContractImpl, CorbaBindingImpl, DistributedSCABindingImpl, DynamicImplementation, EJBBindingImpl, EndpointImpl, ExtensibleImpl, ImplementationImpl, ImportSDO, JavaImplementationImpl, JavaInterfaceImpl, JMSBinding, JSONRPCBindingImpl, NotificationBindingImpl, NotificationImplementationImpl, OperationSelectorJMSDefault, OSGiImplementationImpl, PojoBinding, PojoImplementation, PropertyImpl, ReferenceImpl, RMIBindingImpl, RuntimeComponentImpl, RuntimeComponentReferenceImpl, RuntimeComponentServiceImpl, SCABindingImpl, ServiceImpl, SpringImplementation, WidgetImplementation, WireFormatJMSBytes, WireFormatJMSObject, WireFormatJMSText, WireFormatJMSTextXML, WireImpl, WSDLDefinitionImpl, WSDLInterfaceImpl, XQueryImplementationImpl, XSDefinitionImpl

public interface Base

Base interface for all assembly model objects.


Method Summary
 boolean isUnresolved()
          Returns true if the model element is unresolved.
 void setUnresolved(boolean unresolved)
          Sets whether the model element is unresolved.
 

Method Detail

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