Class LightStateBasedContainerManager.ContainerState
java.lang.Object
com._1c.g5.modeling.xtext.resource.LightStateBasedContainerManager.ContainerState
- All Implemented Interfaces:
 org.eclipse.xtext.resource.containers.IContainerState
- Enclosing class:
 - LightStateBasedContainerManager
 
protected class LightStateBasedContainerManager.ContainerState
extends Object
implements org.eclipse.xtext.resource.containers.IContainerState
- 
Constructor Summary
ConstructorsConstructorDescriptionContainerState(String root, org.eclipse.xtext.resource.containers.IAllContainersState globalState)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleancontains(org.eclipse.emf.common.util.URI uri) Collection<org.eclipse.emf.common.util.URI>booleanisEmpty()toString() 
- 
Constructor Details
- 
ContainerState
public ContainerState(String root, org.eclipse.xtext.resource.containers.IAllContainersState globalState)  
 - 
 - 
Method Details
- 
getContents
- Specified by:
 getContentsin interfaceorg.eclipse.xtext.resource.containers.IContainerState
 - 
contains
public boolean contains(org.eclipse.emf.common.util.URI uri) - Specified by:
 containsin interfaceorg.eclipse.xtext.resource.containers.IContainerState
 - 
isEmpty
public boolean isEmpty()- Specified by:
 isEmptyin interfaceorg.eclipse.xtext.resource.containers.IContainerState
 - 
toString
 
 -