Uses of Interface
com.collation.platform.model.topology.core.Relationship

Packages that use Relationship
com.collation.platform.model.topology.app.dependencies   
com.collation.platform.model.topology.core   
com.collation.platform.model.topology.dev   
com.collation.platform.model.topology.relation   
 

Uses of Relationship in com.collation.platform.model.topology.app.dependencies
 

Subinterfaces of Relationship in com.collation.platform.model.topology.app.dependencies
 interface IpDependency
           
 interface ServiceDependency
           
 interface SystemDependency
           
 interface TransactionalDependency
           
 

Uses of Relationship in com.collation.platform.model.topology.core
 

Subinterfaces of Relationship in com.collation.platform.model.topology.core
 interface Dependency
           
 

Uses of Relationship in com.collation.platform.model.topology.dev
 

Subinterfaces of Relationship in com.collation.platform.model.topology.dev
 interface BasedOnExtent
          Models the relationship between 2 StorageExtents
 interface RealizesExtent
          DiskPartitions can be directly realized on a PhysicalMedia.
 

Uses of Relationship in com.collation.platform.model.topology.relation
 

Subinterfaces of Relationship in com.collation.platform.model.topology.relation
 interface Accepts
           
 interface AccessedVia
           
 interface AccessedViaAsPrimary
           
 interface Accesses
           
 interface Administers
          In this relationship the source component "administers" the target resource.
 interface Advertises
           
 interface Affects
           
 interface AllocatedTo
           
 interface AppliesFrom
           
 interface AppliesTo
           
 interface AssignedTo
          A relationship where one entity (the source) is formally correlated with (as in a definitional sense) to another entity (the target).
 interface Assigns
           
 interface AssignsTo
           
 interface AuthorizedBy
           
 interface Authorizes
           
 interface BasedOn
          A relationship where the definition of one entity (the source) is taken from the definition of another entity (the target).
 interface BindsAsPrimary
           
 interface BindsTo
          A relationship where one networking entity (the source) is connected to another networking entity (the target) which exists at a lower level.
 interface BootsFrom
           
 interface ConfiguredUsing
          A generic relationship that shows more information exists that explains the configuration of a particular entity (the source).
 interface ConnectedTo
           
 interface Connects
          A relationship between an entity that represents a logical connection between elements (the source), such as a JDBC connection, and the elements that are connected (the target).
 interface Contains
          A general relationship showing logical containment of one entity (the target) within another (the source).
 interface ControlledBy
           
 interface Controls
          This value represents a relationship where one entity (the source, such as a software program or product) oversees and affects the operation of another entity (the target).
 interface ControlsAccess
          A relationship in which one entity (the source, commonly something like a proxy) controls the reading and writing of data to a container, or controls the execution of a function (the target).
 interface ControlsAccessFrom
           
 interface ControlsAccessTo
           
 interface DefinedUsing
           
 interface DeployedOn
           
 interface DeployedTo
           
 interface DeployedUsing
           
 interface DerivedFrom
           
 interface DonatedTo
           
 interface Evaluates
           
 interface Exports
           
 interface Exposes
           
 interface Federates
          A relationship in which one entity (the source) logically contains one or more other entities (the targets) but if the source is deleted, the targets remain.
 interface ForwardsVia
           
 interface Fulfills
           
 interface GivesDetails
           
 interface HostedCollection
           
 interface HostedDependency
           
 interface Implements
           
 interface Imports
           
 interface IncompatibleWith
           
 interface InstalledOn
           
 interface InvokedThrough
           
 interface IsActuallyCausedBy
           
 interface IsCausedBy
           
 interface IsProbablyCausedBy
           
 interface IsReportedToBeCausedBy
           
 interface LoadBalances
           
 interface LocatedAt
          This relationship identifies physical location.
 interface Locates
           
 interface ManagedVia
           
 interface Manages
           
 interface MemberOf
          This is a generic relationship where an entity is a member of a group.
 interface Monitors
           
 interface Networks
           
 interface Obsoletes
           
 interface OccursBefore
           
 interface Owns
           
 interface Performs
           
 interface PhysicallyContains
           
 interface PluggedInto
           
 interface Provides
           
 interface Realizes
          This relationship represents the creation of a greater whole from the sum of parts.
 interface Rejects
           
 interface Relates
           
 interface Requires
           
 interface ResidesOn
           
 interface ResolvesFrom
           
 interface Routes
           
 interface RoutesTo
           
 interface RoutesVia
           
 interface RunsOn
           
 interface SameAs
           
 interface StoredOn
           
 interface Supports
          A relationship where one entity (the source) does not directly provide, but is needed for the proper operation of or the availability of another entity (the target).
 interface UsedBy
          A relationship where one entity (the source) takes part in a particular activity and is consumed during that activity (either in a way that is automatically replenished or must be manually replaced).
 interface Uses
           
 interface Virtualizes