Protege 3.4.6

edu.stanford.smi.protege.server.metaproject.impl
Class UnbackedOperationImpl

java.lang.Object
  extended by edu.stanford.smi.protege.server.metaproject.impl.UnbackedOperationImpl
All Implemented Interfaces:
Localizable, Operation, Serializable

public class UnbackedOperationImpl
extends Object
implements Operation, Localizable, Serializable

See Also:
Serialized Form

Constructor Summary
UnbackedOperationImpl(Operation operation)
           
UnbackedOperationImpl(String name, String description)
           
 
Method Summary
 void addPropertyValue(PropertyValue propertyValue)
          Performs no operation.
 boolean equals(Object o)
           
 String getDescription()
           
 String getName()
           
 Set<PropertyValue> getPropertyValues()
           
 int hashCode()
           
 void localize(KnowledgeBase kb)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setPropertyValues(Collection<PropertyValue> propertyValues)
          Performs no operation.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnbackedOperationImpl

public UnbackedOperationImpl(String name,
                             String description)

UnbackedOperationImpl

public UnbackedOperationImpl(Operation operation)
Method Detail

getName

public String getName()
Specified by:
getName in interface Operation
Returns:
the name

setName

public void setName(String name)
Specified by:
setName in interface Operation
Parameters:
name - the name to set

getDescription

public String getDescription()
Specified by:
getDescription in interface Operation
Returns:
the description

setDescription

public void setDescription(String description)
Specified by:
setDescription in interface Operation
Parameters:
description - the description to set

getPropertyValues

public Set<PropertyValue> getPropertyValues()
Specified by:
getPropertyValues in interface Operation
Returns:
the empty set

setPropertyValues

public void setPropertyValues(Collection<PropertyValue> propertyValues)
Performs no operation.

Specified by:
setPropertyValues in interface Operation

addPropertyValue

public void addPropertyValue(PropertyValue propertyValue)
Performs no operation.

Specified by:
addPropertyValue in interface Operation

localize

public void localize(KnowledgeBase kb)
Specified by:
localize in interface Localizable

toString

public String toString()
Overrides:
toString in class Object

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

Protege 3.4.6

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2011 Stanford University.