Uses of Interface
net.ogdf.ogml.UriType

Packages that use UriType
net.ogdf.ogml   
net.ogdf.ogml.impl   
net.ogdf.ogml.util   
 

Uses of UriType in net.ogdf.ogml
 

Methods in net.ogdf.ogml that return UriType
 UriType OgmlFactory.createUriType()
          Returns a new object of class 'Uri Type'.
 UriType DocumentRoot.getUri()
          Returns the value of the 'Uri' containment reference.
 

Methods in net.ogdf.ogml with parameters of type UriType
 void DocumentRoot.setUri(UriType value)
          Sets the value of the 'Uri' containment reference.
 

Uses of UriType in net.ogdf.ogml.impl
 

Classes in net.ogdf.ogml.impl that implement UriType
 class UriTypeImpl
          An implementation of the model object 'Uri Type'.
 

Methods in net.ogdf.ogml.impl that return UriType
 UriType OgmlFactoryImpl.createUriType()
           
 UriType DocumentRootImpl.getUri()
           
 

Methods in net.ogdf.ogml.impl with parameters of type UriType
 NotificationChain DocumentRootImpl.basicSetUri(UriType newUri, NotificationChain msgs)
           
 void DocumentRootImpl.setUri(UriType newUri)
           
 

Uses of UriType in net.ogdf.ogml.util
 

Methods in net.ogdf.ogml.util with parameters of type UriType
 T OgmlSwitch.caseUriType(UriType object)
          Returns the result of interpreting the object as an instance of 'Uri Type'.