cartago
Class ArtifactInfo

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

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

Information about an artifact of the workspace.

Author:
aricci
See Also:
Serialized Form

Constructor Summary
ArtifactInfo(AgentId creatorId, ArtifactId id, java.util.List<OpDescriptor> operations, java.util.List<ArtifactObsProperty> obsProperties, java.util.List<OperationInfo> ongoingOp, Manual manual)
           
 
Method Summary
 AgentId getCreatorId()
           
 ArtifactId getId()
           
 Manual getManual()
           
 java.util.List<ArtifactObsProperty> getObsProperties()
           
 java.util.List<OperationInfo> getOngoingOp()
           
 java.util.List<OpDescriptor> getOperations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactInfo

public ArtifactInfo(AgentId creatorId,
                    ArtifactId id,
                    java.util.List<OpDescriptor> operations,
                    java.util.List<ArtifactObsProperty> obsProperties,
                    java.util.List<OperationInfo> ongoingOp,
                    Manual manual)
Method Detail

getCreatorId

public AgentId getCreatorId()

getId

public ArtifactId getId()

getOperations

public java.util.List<OpDescriptor> getOperations()

getObsProperties

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

getOngoingOp

public java.util.List<OperationInfo> getOngoingOp()

getManual

public Manual getManual()


>DEIS - University of Bologna