Uses of Interface
org.eclipse.ohf.stem.core.graph.UnresolvedIdentifiable

Packages that use UnresolvedIdentifiable
org.eclipse.ohf.stem.core.graph   
org.eclipse.ohf.stem.core.graph.impl   
org.eclipse.ohf.stem.core.graph.util   
 

Uses of UnresolvedIdentifiable in org.eclipse.ohf.stem.core.graph
 

Methods in org.eclipse.ohf.stem.core.graph that return UnresolvedIdentifiable
 UnresolvedIdentifiable GraphFactory.createUnresolvedIdentifiable()
          Returns a new object of class 'Unresolved Identifiable'.
 

Methods in org.eclipse.ohf.stem.core.graph that return types with arguments of type UnresolvedIdentifiable
 org.eclipse.emf.common.util.EList<UnresolvedIdentifiable> Graph.getUnresolvedIdentifiables()
           
 

Uses of UnresolvedIdentifiable in org.eclipse.ohf.stem.core.graph.impl
 

Classes in org.eclipse.ohf.stem.core.graph.impl that implement UnresolvedIdentifiable
 class UnresolvedIdentifiableImpl
          An implementation of the model object 'Unresolved Identifiable'.
 

Methods in org.eclipse.ohf.stem.core.graph.impl that return UnresolvedIdentifiable
 UnresolvedIdentifiable GraphFactoryImpl.createUnresolvedIdentifiable()
           
 

Methods in org.eclipse.ohf.stem.core.graph.impl that return types with arguments of type UnresolvedIdentifiable
 org.eclipse.emf.common.util.EList<UnresolvedIdentifiable> GraphImpl.getUnresolvedIdentifiables()
           
 

Uses of UnresolvedIdentifiable in org.eclipse.ohf.stem.core.graph.util
 

Methods in org.eclipse.ohf.stem.core.graph.util with parameters of type UnresolvedIdentifiable
 T GraphSwitch.caseUnresolvedIdentifiable(UnresolvedIdentifiable object)
          Returns the result of interpretting the object as an instance of 'Unresolved Identifiable'.