Uses of Class
i3.dragos.gm.core.ConnectionMode

Packages that use ConnectionMode
i3.dragos.gm.core DRAGOS Core Graph Model. 
i3.dragos.gm.core.proxy Proxies are implementation helpers that hold references to actual graph entities / graph entity classes. 
 

Uses of ConnectionMode in i3.dragos.gm.core
 

Methods in i3.dragos.gm.core that return ConnectionMode
static ConnectionMode ConnectionMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConnectionMode[] ConnectionMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in i3.dragos.gm.core with parameters of type ConnectionMode
 java.util.Collection<? extends GraphEntity> GraphEntity.getAdjacentGraphEntities(ConnectionMode connectionMode, EdgeClass type, boolean includeSubClasses)
          Returns all adjacent graph entities connected through Edges.
 java.util.Collection<? extends Relation> GraphEntity.getAdjacentRelations(ConnectionMode connectionMode, RelationClass type, boolean includeSubClasses)
          Returns all adjacent Relations connected through RelationEnds.
 java.util.Collection<? extends Relation> GraphEntity.getAdjacentRelations(ConnectionMode connectionMode, RelationEndClass type, boolean includeSubClasses)
          Returns all adjacent Relations connected through RelationEnds.
 java.util.Collection<? extends Edge> GraphEntity.getEdges(ConnectionMode connectionMode)
          Returns a collection containing the (Edge) of all edges of the requested kind connected to this graph element.
 java.util.Collection<? extends Edge> GraphEntity.getEdges(ConnectionMode connectionMode, EdgeClass type, boolean includeSubClasses)
          Returns a collection containing the (Edge) of all edges of the requested kind and type connected to this graph element.
 java.util.Collection<? extends RelationEnd> GraphEntity.getRelationEnds(ConnectionMode connectionMode)
          Returns a collection containing all relation ends of the requested kind connected to this graph element.
 java.util.Collection<? extends RelationEnd> GraphEntity.getRelationEnds(ConnectionMode connectionMode, RelationClass type, boolean includeSubClasses)
          Returns a collection containing all relation ends of the requested kind and type connected to this graph element.
 java.util.Collection<? extends RelationEnd> GraphEntity.getRelationEnds(ConnectionMode connectionMode, RelationEndClass type, boolean includeSubClasses)
          Returns a collection containing all relation ends of the requested kind and type connected to this graph element.
 

Uses of ConnectionMode in i3.dragos.gm.core.proxy
 

Methods in i3.dragos.gm.core.proxy with parameters of type ConnectionMode
 java.util.Collection<? extends GraphEntity> GraphEntityProxy.getAdjacentGraphEntities(ConnectionMode connectionMode, EdgeClass type, boolean includeSubClasses)
          Returns all adjacent graph entities connected through Edges.
 java.util.Collection<? extends Relation> GraphEntityProxy.getAdjacentRelations(ConnectionMode connectionMode, RelationClass type, boolean includeSubClasses)
          Returns all adjacent Relations connected through RelationEnds.
 java.util.Collection<? extends Relation> GraphEntityProxy.getAdjacentRelations(ConnectionMode connectionMode, RelationEndClass type, boolean includeSubClasses)
          Returns all adjacent Relations connected through RelationEnds.
 java.util.Collection<? extends Edge> GraphEntityProxy.getEdges(ConnectionMode connectionMode)
          Returns a collection containing the (Edge) of all edges of the requested kind connected to this graph element.
 java.util.Collection<? extends Edge> GraphEntityProxy.getEdges(ConnectionMode connectionMode, EdgeClass type, boolean includeSubClasses)
          Returns a collection containing the (Edge) of all edges of the requested kind and type connected to this graph element.
 java.util.Collection<? extends RelationEnd> GraphEntityProxy.getRelationEnds(ConnectionMode connectionMode)
          Returns a collection containing all relation ends of the requested kind connected to this graph element.
 java.util.Collection<? extends RelationEnd> GraphEntityProxy.getRelationEnds(ConnectionMode connectionMode, RelationClass type, boolean includeSubClasses)
          Returns a collection containing all relation ends of the requested kind and type connected to this graph element.
 java.util.Collection<? extends RelationEnd> GraphEntityProxy.getRelationEnds(ConnectionMode connectionMode, RelationEndClass type, boolean includeSubClasses)
          Returns a collection containing all relation ends of the requested kind and type connected to this graph element.
 



Copyright © 2002-2008 RWTH Aachen, Department of Computer Science 3 (Software Engineering). All Rights Reserved.