cartago
Class ObservableArtifactInfo

java.lang.Object
  extended by cartago.ObservableArtifactInfo
All Implemented Interfaces:
java.io.Serializable

public class ObservableArtifactInfo
extends java.lang.Object
implements java.io.Serializable

TOPOLOGY EXTENSION: Class storing info about an observable artifact

Author:
aricci
See Also:
Serialized Form

Constructor Summary
ObservableArtifactInfo(ArtifactDescriptor des, java.util.List<ArtifactObsProperty> props)
           
ObservableArtifactInfo(ArtifactId targetArtifact, java.util.List<ArtifactObsProperty> props)
           
 
Method Summary
 ArtifactDescriptor getDescriptor()
           
 java.util.List<ArtifactObsProperty> getObsProperties()
           
 ArtifactId getTargetArtifact()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObservableArtifactInfo

public ObservableArtifactInfo(ArtifactDescriptor des,
                              java.util.List<ArtifactObsProperty> props)

ObservableArtifactInfo

public ObservableArtifactInfo(ArtifactId targetArtifact,
                              java.util.List<ArtifactObsProperty> props)
Method Detail

getTargetArtifact

public ArtifactId getTargetArtifact()

getObsProperties

public java.util.List<ArtifactObsProperty> getObsProperties()

getDescriptor

public ArtifactDescriptor getDescriptor()


>DEIS - University of Bologna